Commit Graph

12 Commits

Author SHA1 Message Date
Jeff Cody
fb49609733
Remove GetPort() from modules
The previous patch allows the port to be specified in the
`ScanTarget{}`.

Since the port option in the Config may not be the port currently being
scanned, delete the `GetPort()` function provided by each module.

The `GetPort()` function is also not used.  While we could just change
the meaning of this function, to mean "Return the port in the Config",
it is probably better to go ahead and just remove all references to it
as there are no users.
2019-08-21 14:55:14 -04:00
J. Alex Halderman
9df97e03cf Add support for tags and triggers. 2018-06-26 13:51:10 -04:00
Justin Bastress
7dc895a975 fix logrus collision 2018-05-11 11:52:08 -04:00
Justin Bastress
e77866dfea loglevel fixes 2018-05-11 11:43:08 -04:00
Justin Bastress
c358b52018 add Protocol method 2018-03-26 11:46:27 -04:00
Justin Bastress
714e8f1833 address @dadrian's comments -- clean up schema, fix godoc formatting 2018-03-26 11:25:04 -04:00
Justin Bastress
30145afc5a golint 2018-02-28 16:21:27 -05:00
Justin Bastress
67a4af48f7 cleanup; fewer panics/less panic; package docs; remove unused code 2018-02-28 15:42:03 -05:00
Justin Bastress
9996c765e9 godocs; param validation 2018-02-27 16:27:09 -05:00
Justin Bastress
630333fdd8 add experimental TCPS support to scanner 2018-02-26 16:05:44 -05:00
Justin Bastress
84eaa0f88e Implement Connection.Connect; add command-line flags; implement Native Service Negotiation (NSN / 0xdeadbeef) data type 2018-02-21 09:25:33 -05:00
Justin Bastress
3b262fea28 initial oracle scanner work 2018-02-19 11:19:19 -05:00