Created
July 9, 2017 00:03
-
-
Save picatz/82406a44727b64f2bc1e63b552d03362 to your computer and use it in GitHub Desktop.
Thread Pool'd Using Scanner
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# previous code... | |
ps = PortScanner.new host: "target_ip_or_web.com" | |
ps.threaded_scan threads: 5 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment