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)
  • Pytest plugin for testing the idempotency of a function.

    pytest-idempotent Pytest plugin for testing the idempotency of a function. Usage pip install pytest-idempotent Documentation Suppose we had the follo

    Tyler Yep 3 Dec 14, 2022
    PyAutoEasy is a extension / wrapper around the famous PyAutoGUI, a cross-platform GUI automation tool to replace your boooring repetitive tasks.

    PyAutoEasy PyAutoEasy is a extension / wrapper around the famous PyAutoGUI, a cross-platform GUI automation tool to replace your boooring repetitive t

    Dingu Sagar 7 Oct 27, 2022
    A pure Python script to easily get a reverse shell

    easy-shell A pure Python script to easily get a reverse shell. How it works? After sending a request, it generates a payload with different commands a

    Cristian Souza 48 Dec 12, 2022
    A command-line tool and Python library and Pytest plugin for automated testing of RESTful APIs, with a simple, concise and flexible YAML-based syntax

    1.0 Release See here for details about breaking changes with the upcoming 1.0 release: https://github.com/taverntesting/tavern/issues/495 Easier API t

    909 Dec 15, 2022
    It's a simple script to generate a mush on code forces, the script will accept the public problem urls only or polygon problems.

    Codeforces-Sheet-Generator It's a simple script to generate a mushup on code forces, the script will accept the public problem urls only or polygon pr

    Ahmed Hossam 10 Aug 02, 2022
    reCaptchaBypasser For Bypass Any reCaptcha For Selenium Python

    reCaptchaBypasser ' Usage : from selenium import webdriver from reCaptchaBypasser import reCaptchaScraper import time driver = webdriver.chrome(execu

    Dr.Linux 8 Dec 17, 2022
    Load and performance benchmark tool

    Yandex Tank Yandextank has been moved to Python 3. Latest stable release for Python 2 here. Yandex.Tank is an extensible open source load testing tool

    Yandex 2.2k Jan 03, 2023
    fsociety Hacking Tools Pack – A Penetration Testing Framework

    Fsociety Hacking Tools Pack A Penetration Testing Framework, you will have every script that a hacker needs. Works with Python 2. For a Python 3 versi

    Manisso 8.2k Jan 03, 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
    A mocking library for requests

    httmock A mocking library for requests for Python 2.7 and 3.4+. Installation pip install httmock Or, if you are a Gentoo user: emerge dev-python/httm

    Patryk Zawadzki 452 Dec 28, 2022
    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
    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
    Obsei is a low code AI powered automation tool.

    Obsei is a low code AI powered automation tool. It can be used in various business flows like social listening, AI based alerting, brand image analysis, comparative study and more .

    Obsei 782 Dec 31, 2022
    Show coverage stats online via coveralls.io

    Coveralls for Python Test Status: Version Info: Compatibility: Misc: coveralls.io is a service for publishing your coverage stats online. This package

    Kevin James 499 Dec 28, 2022
    This is a web test framework based on python+selenium

    Basic thoughts for this framework There should have a BasePage.py to be the parent page and all the page object should inherit this class BasePage.py

    Cactus 2 Mar 09, 2022
    Redis fixtures and fixture factories for Pytest.

    Redis fixtures and fixture factories for Pytest.This is a pytest plugin, that enables you to test your code that relies on a running Redis database. It allows you to specify additional fixtures for R

    Clearcode 86 Dec 23, 2022
    buX Course Enrollment Automation

    buX automation BRACU - buX course enrollment automation Features: Automatically enroll into multiple courses at a time. Find courses just entering cou

    Mohammad Shakib 1 Oct 06, 2022
    hCaptcha solver and bypasser for Python Selenium. Simple website to try to solve hCaptcha.

    hCaptcha solver for Python Selenium. Many thanks to engageub for his hCaptcha solver userscript. This script is solely intended for the use of educati

    Maxime Dréan 59 Dec 25, 2022
    pytest_pyramid provides basic fixtures for testing pyramid applications with pytest test suite

    pytest_pyramid pytest_pyramid provides basic fixtures for testing pyramid applications with pytest test suite. By default, pytest_pyramid will create

    Grzegorz Śliwiński 12 Dec 04, 2022
    pywinauto is a set of python modules to automate the Microsoft Windows GUI

    pywinauto is a set of python modules to automate the Microsoft Windows GUI. At its simplest it allows you to send mouse and keyboard actions to windows dialogs and controls, but it has support for mo

    3.8k Jan 06, 2023