Skip to content

This tool automates the process of enumerating a large number of hosts and IPs efficiently. It is completely free and can be easily updated to adapt to specific needs.

License

Notifications You must be signed in to change notification settings

Thailee2710/Quick-Web-Enum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

👋 Scan path, ports, and service

Main-Purpose:

  • This script use for scan all path of url (domain and IP) (ex: https://abc.com/xyz/123).
  • This script use for scan all ports from IP.
  • This script use for check service from input.
  • This script user for audit API from input.
  • This script is used to check if IP or DNS is working.

Setup and Configuration Support scan http-https. Main tool used in this scrpit is Dirsearch.

  • Update pip, apt, apt-get to latest version
  • To run need to install:

  • To edit option you can see Dirsearch,Masscan,Nmap.

  • Input and output files can be edited at config.ini (Recommended to review before using this script).

Run script: python qwc.py


Input Data Rule

  • Input should be domain or IP
  • Do not input the IP range because the script cannot run.
  • Input and output paths should be correct (edit through config.ini)
  • With input as domain thid cannot be:
    • http:// or https://
    • / at the end

Feature

  • This script has 3 features:
    1. Scan all ports of input IP.
    2. Scan for subpaths in the domain.
      1. Dirsearch
      2. FFUF
    3. Scan service through Nmap.
    4. Check IP Onl/Off and DNS reverse lookup

Note:

  • If running option 2 (scan path) fails, you just need to reinstall dirsearch
  • This script just working only on Linux (Recommend: Kali Linux)
  • After running pip install -r requirements.txt the script is now operational. You can install additional tools to use specific functionalities.

💞 Thanks you, hope you happy when use this tool 💞

About

This tool automates the process of enumerating a large number of hosts and IPs efficiently. It is completely free and can be easily updated to adapt to specific needs.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages