mirror of
https://github.com/davidallendj/magellan.git
synced 2025-12-20 03:27:03 -07:00
Added format flag to convery output to JSON and slighly changed scanning logic
This commit is contained in:
parent
a2b841b401
commit
b3ba75ea9a
3 changed files with 52 additions and 26 deletions
|
|
@ -15,6 +15,7 @@ import (
|
|||
var (
|
||||
currentUser *user.User
|
||||
accessToken string
|
||||
format string
|
||||
timeout int
|
||||
concurrency int
|
||||
ports []int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue