GoSpray
GoSpray copied to clipboard
signal: killed
go run . -ul logins.txt -pl passwords.txt -p rdp -tl ips2.txt -w 10 -debug signal: killed
after 10sec big base ips
debian 12
Hi. How many ips are in the list? Seems like memory issue. How much memory do you have?
Hi. How many ips are in the list? Seems like memory issue. How much memory do you have?
15mln, 4gb ram
Well, curently it is too big amount of targets and (maybe) users/passwords. The tool wasn't designed to be memory efficient :( If you still need to process so many targets consider using "split" (just to split targets file into parts). In futeture I will try to fix this issue