Commit Graph

15 Commits

Author SHA1 Message Date
epi052
7a24d85db4 Add scan tests (#12) - tests of current codebase complete
* recon.targets tests added

* restructured tests logically

* fixed yaml error

* fixed job names

* recon.__init__ tests added

* recon.config tests added

* recon.amass.ParseAmassScan tests added

* fixed test destined to fail on CI pipeline

* testing amass partially complete

* Changed the dir layout (#6) and fixed paths (#8)

this commit closes #6 and #8
updated existing tests to utilize new paths

* tests of current codebase complete

* added is_kali check to searchsploit test

* added test_web action to pipeline
2020-02-04 06:33:00 -06:00
epi052
1d5155f930 Add scan tests (#10)
* recon.targets tests added

* restructured tests logically

* fixed yaml error

* fixed job names

* recon.__init__ tests added

* recon.config tests added

* recon.amass.ParseAmassScan tests added

* fixed test destined to fail on CI pipeline

* testing amass partially complete

this commit closes #6 and #8
updated existing tests to utilize new paths
2020-01-30 17:25:42 -06:00
epi052
827e7ed6cc cleaned up code blocks; scans conform to 1 template for sections
* initial work on sphinx docs; much left to do

* first pass at docs complete; still has some warts

* added requirements for readthedocs

* added requirements for readthedocs

* added requirements for readthedocs

* cleaned up code blocks; scans conform to 1 template for sections

* trying to fix code blocks not rendering on readthedocs

* trying to fix code blocks not rendering on readthedocs

* trying to fix code blocks not rendering on readthedocs

* trying to fix code blocks not rendering on readthedocs

* trying to fix code blocks not rendering on readthedocs

* trying to fix code blocks not rendering on readthedocs
2020-01-27 20:02:09 -06:00
epi052
bc0c975d69 added outdir option; install/scan colors match 2020-01-19 13:51:24 -06:00
epi052
75f60c0266 added interactive shell for improved user-experience 2020-01-12 12:50:15 -06:00
epi052
4c7c060eb0 updated the way defaults were handled and made it uniform across all classes 2019-10-20 20:06:43 -05:00
epi052
5c1cea6945 Linked IP and Domain branches; bonus round complete 2019-10-09 20:16:12 -05:00
epi052
601bb0e32f added ThreadedNmap and changed Masscan.requires return type; stage-3 complete 2019-09-15 20:49:21 -05:00
epi052
4738c51bb0 added ParseMasscanOutput class; stage-2 complete 2019-09-12 09:16:02 -05:00
epi
88d41a3047 polished up docstrings / comments; stage-1 complete 2019-09-06 06:38:30 -05:00
epi
33ab19f1e9 unjacked --ports/--top-ports when --top-ports had a non-zero default 2019-09-04 19:55:06 -05:00
epi
4444f18d76 forgot to slice list based on --top-ports input; fixed. 2019-09-04 06:10:59 -05:00
epi
5e1a888c84 moved masscan default values to config.py 2019-09-04 05:36:39 -05:00
epi
a548ebc13c added config.py; refactored masscan a bit 2019-09-04 05:35:35 -05:00
epi
d5fcd64289 initial addition of masscan; needs tested on kali 2019-09-02 19:53:43 -05:00