Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Madhurendra
mongohunter
Commits
84942f9f
Commit
84942f9f
authored
Apr 03, 2019
by
Yash Paliwal
Browse files
Minor Bug Fixes
parent
514518d3
Changes
2
Hide whitespace changes
Inline
Side-by-side
mongobuster.go
View file @
84942f9f
...
...
@@ -11,6 +11,7 @@ import (
"github.com/mongodb/mongo-go-driver/bson"
"github.com/mongodb/mongo-go-driver/mongo"
"github.com/pkg/profile"
)
var
maxPtr
*
string
...
...
@@ -18,6 +19,7 @@ var outFile *string
var
verbose
*
bool
func
main
()
{
defer
profile
.
Start
(
profile
.
MemProfile
)
.
Stop
()
ipAddr
:=
make
(
chan
string
)
data
:=
make
(
chan
string
)
...
...
@@ -65,6 +67,7 @@ func execMasscan(ipAddr chan string) {
}
func
workDispatcher
(
ipAddr
chan
string
,
data
chan
string
)
{
print
(
"Started Scannig servers."
)
num
:=
0
for
value
:=
range
ipAddr
{
num
++
...
...
utils.go
View file @
84942f9f
...
...
@@ -47,6 +47,5 @@ func WelcomeMsg() {
╚═╝ ╚═╝ ╚═════╝ ╚═╝ ╚═══╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚═════╝ ╚══════╝ ╚═╝ ╚══════╝╚═╝ ╚═╝
Started Scannig servers.
`
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment