-
Notifications
You must be signed in to change notification settings - Fork 121
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
rdpbruteforce error #31
Comments
Hello @sephirothac Make sure you read the Additional Information Page about toolkit modules |
Hello signorrayan, I don't have any error log feedback but on the frontweb it tells me Couldn't find anything! but the ip I'm targeting has an active rdp. thanks again for your help. |
I guess It is because of the wordlist. try your wordlist. I explained Here how to replace that in the webapp. you can enter to the webapp docker container with this command: |
Hello signorrayan, Thank you for your feedback, I'll put back the toolkit_webapp service with a permanent volume. |
Hello signorrayan, Here are the changes I made in the docker-compose.yml I still have the same problem, however I have modified the username.txt and password.txt files with my ids, but the test gives the same result, I also tried the bruteforce ssh I have the same problem, please can you add much more verbosity in the logs for the bruteforce rdp as well as the ssh. Thanks a lot |
Sometimes, depending on the target, requests may be blocked or failed. There is an issue with the paramiko package, and I will find another solution. |
Hello, thank you for your action, I have updated the code with the following cmd docker-compose -f docker-compose.yml up -d --build && docker-compose -f docker-compose.yml exec webapp python manage.py createsuperuser I restarted from the frontwebl the bruteforce RDP to the target 192.168.x.x/xx the web page refreshes and I have 2022-05-19 03:51:57 START but since more than 30 mins I have no return it should not take too long considering the size of the username and password files, here is what I have in the docker-compose logs docker-compose logs -f |
Hello, I redid the test for bruteforce ssh everything is working, I had to disable my fail2ban to avoid the bruteforce ssh blocking, thanks for your help. |
Hi. Sorry for the delay. |
Hello signorrayan, the problem is solved for the ssh but still not functional for my case on the RDP, can you leave it open I will do a test this weekend, not too much time with work. Thanks for your work. |
Hello,
Again thank you for your help I think that has a problem for the rdpbruteforce here is the log return:
"GET /windows/rdpbruteforce/ HTTP/1.1" 200 3662
Internal Server Error: /windows/rdpbruteforce/
Traceback (most recent call last):
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 55, in inner
response = get_response(request)
File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 197, in _get_response
response = wrapped_callback(request, *callback_args, **callback_kwargs)
File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/decorators.py", line 23, in _wrapped_view
return view_func(request, *args, **kwargs)
File "/usr/src/redteam_toolkit/toolkit/views.py", line 238, in rdpbruteforce
result = rdpbrute.rdpbrute_script(ip)
File "/usr/src/redteam_toolkit/toolkit/scripts/windows/rdpbrute.py", line 15, in rdpbrute_script
p = subprocess.run(
File "/usr/local/lib/python3.8/subprocess.py", line 493, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/lib/python3.8/subprocess.py", line 858, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/local/lib/python3.8/subprocess.py", line 1704, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/src/redteam_toolkit/venv/bin/python'
"POST /windows/rdpbruteforce/ HTTP/1.1" 500 93785
Thank you for your work.
The text was updated successfully, but these errors were encountered: