Friday, June 5, 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 word
  1. Pentest Services
  2. Hacking 3Ds
  3. Pentest
  4. Pentest Usb
  5. Pentest Documentation
  6. Pentest Iso
  7. Hacking Bluetooth
  8. Pentest+ Vs Oscp
  9. Hacking For Dummies
  10. Pentest Companies
  11. Hacker Forum
  12. Hacking Groups
  13. Pentest Practice
  14. Hacking 3Ds
  15. Hacking Books
  16. How To Pentest A Website With Kali
  17. Pentesting Tools
  18. Pentest Tools Free

No comments:

Post a Comment