Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Benchmark issue #7

Open
ghost opened this issue Nov 1, 2016 · 2 comments
Open

Benchmark issue #7

ghost opened this issue Nov 1, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Nov 1, 2016

So i scan with nscan for NTP with the imported Monlist script using the stable version.

Like this : ./nscan.py 0.range.0/0 -p123 --import=monlist:123 -n 2000 -o amp_ntp.txt --cooldown=10000,0.3

So i got my results in a text file but when i try to benchmark using saddam with pinject in the same folder like this : python Saddam.py benchmark -n ntp.txt
i get these errors:

Traceback (most recent call last):
File "Saddam.py", line 321, in
main()
File "Saddam.py", line 309, in main
Benchmark(ddos)
File "Saddam.py", line 163, in Benchmark
recvd, sent = ddos.GetAmpSize(proto, soldier)
File "Saddam.py", line 198, in GetAmpSize
sock.sendto(packet, (soldier, PORT[proto]))
socket.gaierror: [Errno -2] Name or service not known

@LevyHsu
Copy link

LevyHsu commented Jan 10, 2017

Not sure about the format of your output
But the list may looks like:
123.123.123.123
123.123.123.124
123.123.123.125
.....
Few ip address for your test purpose(Still valid yesterday):
122.252.176.60
150.242.254.27
173.228.231.214
(Don't be evil)
Also:
a ip address with a opening port 123 ≠ a server with NTP&monlist service

@ghost
Copy link
Author

ghost commented Jan 13, 2017

As you can see i used
./nscan.py 0.range.0/0 -p123 --import=monlist:123 -n 2000 -o amp_ntp.txt --cooldown=10000,0.3
To get a big list of ip's with port 123 open running monlist.
So the problem could be that Nscan is not putting the results in the results.txt file correctly..?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant