About this document
Open Source Tools for Cybersecurity by Luis Alejandro Pardo Lopez is a document available to read on EtoBox.
This document describes the development of PortWitness, an automated tool created using Bash scripting to check for active subdomains of a target domain for OSINT purposes. It enumerates subdomains using Sublist3r, performs nslookup to get IP addresses, then uses Nmap to scan ports 80 and 443 to identify active subdomains. The output is processed using commands like grep, cut, and awk to extract just the active IP addresses and format them vertically in a results file for easy reading. The tool aims to more
- Author
- Luis Alejandro Pardo Lopez
- Language
- EN