Commit Graph

13 Commits

Author SHA1 Message Date
Sarah Jamie Lewis 7068ce8442 Don't Crash When Tor Proxy is Not Up 2016-07-31 12:05:42 -07:00
Sarah Jamie Lewis 76ffa74b5d Adding TLS Scanning
This commit adds support for scanning tls endpoints (:443)
and extracts all the certificate data to report for further analysis
2016-07-31 11:30:53 -07:00
Sarah Jamie Lewis 872555c1df Bug Fixes relating to Closing File Handles
OnionScan was having issues with larger batch runs do to
failure to close network connection once they had been used.

This commit fixes this issue, as well as adds a quick exit from
the main OnionScan loop due to timeout - once the timeout is crossed
no further protocol scans will take place.

Fixes #51
2016-07-31 10:22:05 -07:00
Sarah Jamie Lewis 6bad842e1d Fixing Bugs, Bitcoin Address Extraction Framework 2016-06-11 16:03:38 -07:00
Sarah Jamie Lewis 35fd1d3830 Load Onions from a File
Fixes #21 - Also enforces timeouts and cleans up
some code.
2016-06-06 23:29:29 -07:00
Sarah Jamie Lewis 56c267c66e FTP,SMTP,VNC Fingerprints 2016-06-05 11:54:01 -07:00
Dan Ballard a29741ed46 merge origin/master 2016-05-05 18:45:40 -07:00
Dan Ballard 23259d3698 make onionscan struct again and scan exportable function so whole package is library-able 2016-05-05 07:21:38 -07:00
antoniaklja 129ee4f8f4 Seperate out SimpleReport into it's own file + Refactor #18 - review fix. 2016-05-04 22:12:33 -07:00
Dan Ballard d3d2adefdd go styling; move config to own package, retain scan in package main 2016-05-03 07:31:56 -07:00
Dan Ballard de0676cca7 move config to protocol and pass it around instead of onion address 2016-04-30 19:44:48 -07:00
Dan Ballard 58094f810c add command line argument limiting directory recursion depth 2016-04-29 10:34:05 -07:00
Sarah Jamie Lewis 243f21f92c Initial Commit 2016-04-09 17:04:22 -07:00