Coder Social home page Coder Social logo

androusstark / stealthweb-enumerator Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.63 MB

StealthWeb is a versatile cybersecurity tool designed for web analysis and security testing. Its primary functions include DNS and directory enumeration, virtual host discovery, file enumeration, and the detection of web technologies

Python 100.00%
cybersecurity penetration-testing vapt

stealthweb-enumerator's Introduction

StealthWeb

DNS, Directories,virtual host, file enumeration and fingerprint tool

Modules

  • dir - Uses directory enumeration mode
  • dns - Uses DNS subdomain enumeration mode
  • vhost - Uses Virtual Host enumeration mode
  • file - Uses file enumeration mode
  • fingerprint - Uses to detect web technologies
  • fuzz - Uses fuzzing mode
  • help - Help about any command

  • install requirements

    pip3 install -r requirements.txt
    

    show module help menu

     python3 StealthWeb.py [module] -h 
     example: python3 StealthWeb.py dir -h
    

    optional arguments:

      -u, --url                 set target url
      -d, --domain              set target domain
      -a, --user-agent          set user-agent 'StealthWeb v1.0' by default
      -x, --exts                set target extensions files (php,txt,html)
      -s, --status-code         set the status code to print (200,301)
      -w, --wordlist            set wordlist file
      -t, --threads             set threads
      -m, --method              set method (GET/POST/DELETE/OPTION/PUT/HEAD) for requests, GET by default.
      -h, --help                show this message
      -c, --cookie              set cookies to use for the requests
      -k, --no-tls-validation   skip TLS certificate verification
      -P, --password            Password for Basic Auth
      -U, --username            Username for Basic Auth
          --timeout             HTTP Timeout (default 15s)
      -o, --output              set filename to save data
                                     txt format  -o report.txt
                                     html format -o report.html
    

    DNS Enumeration mode:

      python3 StealthWeb.py dns -d domain.com -w wordlist.txt
    

    Dir enumeration mode:

      python3 StealthWeb.py dir -u https://www.domain.com/ -w wordlist.txt
    

    Print only codes 200 and 301

      python3 StealthWeb.py dir -u https://www.domain.com/ -w wordlist.txt -s 200,301
    

    Virtual host enumeration mode:

      python3 StealthWeb.py vhost -d domain.thm -u http://10.10.10.10 -t 30
    

    Fuzz enumeration mode:

      python3 StealthWeb.py fuzz -u https://www.domain.com/FUZZ -w wordlist.txt
    

    file discovery

      python3 StealthWeb.py file -u https://www.domain.com/ -w wordlist.txt -x php,txt
    

    fingerprint for get web technology

      python3 StealthWeb.py fingerprint -u https://www.domain.com
    

    stealthweb-enumerator's People

    Contributors

    androusstark avatar

    Watchers

     avatar

    Recommend Projects

    • React photo React

      A declarative, efficient, and flexible JavaScript library for building user interfaces.

    • Vue.js photo Vue.js

      ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

    • Typescript photo Typescript

      TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

    • TensorFlow photo TensorFlow

      An Open Source Machine Learning Framework for Everyone

    • Django photo Django

      The Web framework for perfectionists with deadlines.

    • D3 photo D3

      Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

    Recommend Topics

    • javascript

      JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

    • web

      Some thing interesting about web. New door for the world.

    • server

      A server is a program made to process requests and deliver data to clients.

    • Machine learning

      Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

    • Game

      Some thing interesting about game, make everyone happy.

    Recommend Org

    • Facebook photo Facebook

      We are working to build community through open source technology. NB: members must have two-factor auth.

    • Microsoft photo Microsoft

      Open source projects and samples from Microsoft.

    • Google photo Google

      Google โค๏ธ Open Source for everyone.

    • D3 photo D3

      Data-Driven Documents codes.