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

signal: killed #4

Open
fork1488 opened this issue Nov 4, 2023 · 3 comments
Open

signal: killed #4

fork1488 opened this issue Nov 4, 2023 · 3 comments

Comments

@fork1488
Copy link

fork1488 commented Nov 4, 2023

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

@Rak00n
Copy link
Owner

Rak00n commented Nov 5, 2023

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

@fork1488
Copy link
Author

fork1488 commented Nov 5, 2023

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

15mln, 4gb ram

@Rak00n
Copy link
Owner

Rak00n commented Nov 5, 2023

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

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

2 participants