Concurrent website screenshot tool. Snap a screenshot of the initial webpage loaded.
This is useful when used with a port scanner.
This method utilizes an active portscan database from the "harbor.py" portscanner.
This method dumps all port scan results where the port is equal to 80 to test.txt.
The data is formatted and saved to the clipboard.
sqlite3 databases/harbor.db
sqlite> .output test.txt
sqlite> select ip from hosts where port == 80;
cat test.txt|tr '\n' ' '|xclip -sel clip