Skip to content

Latest commit

 

History

History
executable file
·
49 lines (42 loc) · 2.07 KB

README.md

File metadata and controls

executable file
·
49 lines (42 loc) · 2.07 KB

👋 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 💞