WEB PENETRATION TESTING TOOL πŸ’₯

Overview

N-WEB

ADVANCE WEB PENETRATION TESTING TOOL

Features 🎭

  • Admin Panel Finder
  • Admin Scanner
  • Dork Generator
  • Advance Dork Finder
  • Extract Links
  • No Redirect
  • Hash Crack (Online-Database)
  • Hash Crack (Wordlist)
  • Whois Lookup
  • Tcp Port Scan
  • Geo IP Lookup
  • Reserve Analysts Search
  • Csrf Vernavility Checker
  • Dns-Lookup,Zone-Transfer,Reserve-IP-Lookup,Http-Headers,Subnet-Lookup
  • WordPress Username Finder
  • πŸ“Έ Screenshot :




    [+] INSTALLATION :

    apt update && apt upgrade

    pkg install git -y

    pkg install python && pkg install python2 -y

    pkg install php -y

    pkg install nmap -y

    git clone https://github.com/Nabil-Official/N-WEB

    cd N-WEB

    pip install -r requirements.txt

    [+] For Run :

    python2 n-web.py


    It Provide Only For Legal Activities | If You Misuse It We Are Not Responsible For This


    πŸ”° DEVELOPER :

  • Nabil-Rahman (3RR0R)
  • Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)

    Custom Selenium Chromedriver | Zero-Config | Passes ALL bot mitigation systems (like Distil / Imperva/ Datadadome / CloudFlare IUAM)

    Leon 3.5k Dec 30, 2022
    A Library for Working with Sauce Labs

    Robotframework - Sauce Labs Plugin This is a plugin for the SeleniumLibrary to help with using Sauce Labs. This library is a plugin extension of the S

    joshin4colours 6 Oct 12, 2021
    Django test runner using nose

    django-nose django-nose provides all the goodness of nose in your Django tests, like: Testing just your apps by default, not all the standard ones tha

    Jazzband 880 Dec 15, 2022
    Useful additions to Django's default TestCase

    django-test-plus Useful additions to Django's default TestCase from REVSYS Rationale Let's face it, writing tests isn't always fun. Part of the reason

    REVSYS 546 Dec 22, 2022
    create custom test databases that are populated with fake data

    About Generate fake but valid data filled databases for test purposes using most popular patterns(AFAIK). Current support is sqlite, mysql, postgresql

    Emir Ozer 2.2k Jan 04, 2023
    It helps to use fixtures in pytest.mark.parametrize

    pytest-lazy-fixture Use your fixtures in @pytest.mark.parametrize. Installation pip install pytest-lazy-fixture Usage import pytest @pytest.fixture(p

    Marsel Zaripov 299 Dec 24, 2022
    This repository contains a set of benchmarks of different implementations of Parquet (storage format) <-> Arrow (in-memory format).

    Parquet benchmarks This repository contains a set of benchmarks of different implementations of Parquet (storage format) - Arrow (in-memory format).

    11 Dec 21, 2022
    Wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server.

    WebTest This wraps any WSGI application and makes it easy to send test requests to that application, without starting up an HTTP server. This provides

    Pylons Project 325 Dec 30, 2022
    WIP SAT benchmarking tooling, written with only my personal use in mind.

    SAT Benchmarking Some early work in progress tooling for running benchmarks and keeping track of the results when working on SAT solvers and related t

    Jannis Harder 1 Dec 26, 2021
    This is a Python script for Github Bot which uses Selenium to Automate things.

    github-follow-unfollow-bot This is a Python script for Github Bot which uses Selenium to Automate things. Pre-requisites :- Python A Github Account Re

    Chaudhary Hamdan 10 Jul 01, 2022
    A tool to auto generate the basic mocks and asserts for faster unit testing

    Mock Generator A tool to generate the basic mocks and asserts for faster unit testing. πŸŽ‰ New: you can now use pytest-mock-generator, for more fluid p

    31 Dec 24, 2022
    Generic automation framework for acceptance testing and RPA

    Robot Framework Introduction Installation Example Usage Documentation Support and contact Contributing License Introduction Robot Framework is a gener

    Robot Framework 7.7k Jan 07, 2023
    Penetration testing

    Penetration testing

    3 Jan 11, 2022
    The Good Old Days. | Testing Out A New Module-

    The-Good-Old-Days. The Good Old Days. | Testing Out A New Module- Installation Asciimatics supports Python versions 2 & 3. For the precise list of tes

    Syntax. 2 Jun 08, 2022
    a plugin for py.test that changes the default look and feel of py.test (e.g. progressbar, show tests that fail instantly)

    pytest-sugar pytest-sugar is a plugin for pytest that shows failures and errors instantly and shows a progress bar. Requirements You will need the fol

    Teemu 963 Dec 28, 2022
    An interactive TLS-capable intercepting HTTP proxy for penetration testers and software developers.

    mitmproxy mitmproxy is an interactive, SSL/TLS-capable intercepting proxy with a console interface for HTTP/1, HTTP/2, and WebSockets. mitmdump is the

    mitmproxy 29.7k Jan 02, 2023
    py.test fixture for benchmarking code

    Overview docs tests package A pytest fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer. See c

    Ionel Cristian Mărieș 1k Jan 03, 2023
    Testing - Instrumenting Sanic framework with Opentelemetry

    sanic-otel-splunk Testing - Instrumenting Sanic framework with Opentelemetry Test with python 3.8.10, sanic 20.12.2 Step to instrument pip install -r

    Donler 1 Nov 26, 2021
    Data-Driven Tests for Python Unittest

    DDT (Data-Driven Tests) allows you to multiply one test case by running it with different test data, and make it appear as multiple test cases. Instal

    424 Nov 28, 2022
    Selects tests affected by changed files. Continous test runner when used with pytest-watch.

    This is a pytest plug-in which automatically selects and re-executes only tests affected by recent changes. How is this possible in dynamic language l

    Tibor Arpas 614 Dec 30, 2022