👋 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:
dirsearch:- For Kali: sudo apt install dirsearch (For Kali Linux)
- For Ubuntu: git clone https://github.com/maurosoria/dirsearch.git ; cd dirsearch ; pip install -r requirements.txt
masscan: sudo apt install masscan.ffuf: git clone https://github.com/ffuf/ffuf ; cd ffuf ; go buildOther: pip install -r requirements.txt
-
Input and output files can be edited at
config.ini(Recommended to review before using this script).
Input Data Rule
- Input should be
domainorIP - 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
cannotbe:- http:// or https://
- / at the end
Feature
- This script has 3 features:
- Scan all ports of input IP.
- Scan for subpaths in the domain.
- Dirsearch
- FFUF
- Scan service through Nmap.
- Check IP Onl/Off and DNS reverse lookup
Note:
- If running
option 2(scan path) fails, you just need to reinstalldirsearch - This script just working only on Linux (Recommend: Kali Linux)
- After running
pip install -r requirements.txtthe script is now operational. You can install additional tools to use specific functionalities.
💞 Thanks you, hope you happy when use this tool 💞