GoSpray icon indicating copy to clipboard operation
GoSpray copied to clipboard

signal: killed

Open fork1488 opened this issue 1 year ago • 3 comments

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

fork1488 avatar Nov 04 '23 19:11 fork1488

Hi. How many ips are in the list? Seems like memory issue. How much memory do you have?

Rak00n avatar Nov 05 '23 11:11 Rak00n

Hi. How many ips are in the list? Seems like memory issue. How much memory do you have?

15mln, 4gb ram

fork1488 avatar Nov 05 '23 12:11 fork1488

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

Rak00n avatar Nov 05 '23 17:11 Rak00n