Sunday, April 19, 2020

PortWitness - Tool For Checking Whether A Domain Or Its Multiple Sub-Domains Are Up And Running



PortWitness is a bash tool designed to find out active domain and subdomains of websites using port scanning. It helps penetration testers and bug hunters collect and gather information about active subdomains for the domain they are targeting.PortWitness enumerates subdomains using Sublist3r and uses Nmap alongwith nslookup to check for active sites.Active domain or sub-domains are finally stored in an output file.Using that Output file a user can directly start testing those sites.
Sublist3r has also been integrated with this module.It's very effective and accurate when it comes to find out which sub-domains are active using Nmap and nslookup.
This tool also helps a user in getting the ip addresses of all sub-domains and stores then in a text file , these ip's can be used for further scanning of the target.

Installation
git clone https://github.com/viperbluff/PortWitness.git

BASH
This tool has been created using bash scripting so all you require is a linux machine.

Usage
bash portwitness.sh url




Related posts


  1. Physical Pentest Tools
  2. Pentest Tools Linux
  3. Hacking Tools Online
  4. Github Hacking Tools
  5. Best Hacking Tools 2020
  6. Pentest Automation Tools
  7. Pentest Tools Apk
  8. Pentest Tools Review
  9. Hacker Tools List
  10. Pentest Tools Url Fuzzer
  11. Pentest Tools Download
  12. Pentest Recon Tools
  13. Hacker Tools List
  14. What Is Hacking Tools
  15. Pentest Tools Apk
  16. New Hacker Tools
  17. Hacker Tools Free
  18. Hacking Tools 2020
  19. Hacking Tools For Pc
  20. Android Hack Tools Github
  21. Pentest Tools Android
  22. Hack And Tools
  23. Tools For Hacker
  24. New Hacker Tools
  25. What Are Hacking Tools
  26. Pentest Tools List

No comments:

Post a Comment