
An OSINT tool for collecting public information.
Readme for "wosind.py"
This software is licensed under GPL(GNU GPLv3).
This tool combines a lot of possibilties of OpenSource Intelligence. The tool uses local shell commands, like ping, host ... and external resources as nmap or external webservices.
Python integrated modules:
External python modules:
Own python modules:
Unpack "wosind.zip". This *.zip package contains all necessary scripts and own modules.
Enter the following command in the shell: <./start.sh>
-----------------------------------------------------------------------------------------------
_ _
(_) | |
__ _____ ___ _ _ __ __| |
\ \ /\ / / _ \/ __| | '_ \ / _` |
\ V V / (_) \__ \ | | | | (_| |
\_/\_/ \___/|___/_|_| |_|\__,_| version: 2.2
whitelishackers.com by [Tom]
------------------------------------------------------------------------------------------------
1 - DNSDumpster (3)
2 - Whois (1)
3 - Manufactor Network Interface (HEX format for a macaddress "00:00:00:00:00:00") (4)
4 - Ping (4 Ping from local maschine) (1)
5 - Testing certificates for webserver (crt.sh) (5)
6 - Reverse Whois (2)
7 - Reverse IP (2)
8 - DNSSEC Test (2)
9 - Response time from worldwide locates server to the target (2)
10 - Header from a webserver (1)
11 - Chinese firewall test (2)
12 - Free Email Checkup (2)
13 - IP history for a domain (2)
14 - ASN search for a IP (7)
15 - Reverse DNS (local host call) (2)
16 - Spam DB lookup (8)
17 - NsLookUp Type=any (1)
18 - NsLookUp Type=soa|a|cname|ptr|mx (1)
19 - Portscan with local installed "nmap" (nmap -v <IP|Domain>) - Script must be started as SUDO -
20 - Vulnerability scan with local installed "nmap" (nmap -v -A <IP|Domain>) - Script must be started as SUDO -
21 - Reverse NS Lookup (Nameserver is needed) (2)
22 - Reverse MX Lookup (Mailserver is needed) (2)
23 - Check DNS propagation (2)
24 - Decode URL (2)
25 - GeoIP Country (6)
26 - GeoIP City (6)
Exit with <ENTER>
(1) using local commands like ping, host, curl, nslookup, whois
(2) using external service from https://viewdns.info
(3) using external service from https://dnsdumpster.com
(4) using external service from https://api.macvendors.com
(5) using external service from https://crt.sh
(6) using external service fromhttps://geoip.maxmind.com
(7) using external service from https://api.iptoasn.com
(8) using external service from https://www.spamhaus.org/dbl/
Enter the number own the test you want perform
After the end of the check you can prompt for another check or exit the program.