-
Notifications
You must be signed in to change notification settings - Fork 318
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
[Carbanak]: Without a Database Connected that Payload UUID Tracking will not work #150
Comments
The error you're describing appears to be a known issue with the Metasploit framework that was fixed in 2021. This issue appears to have popped up in 2018 in this thread here but fixed in 2021 with this PR. Per the provided output in PR 15546, it looks similar to what you have provided above, but the output in the PR shows that a session is created.
By chance are you using an older version of Metasploit that does not have this patch? |
By chance have you executed the setup.sh script prior to running the emulation? |
Admittedly I hadn't, I did all the steps that were labelled in the attack, which might've cause this specific issue. However, now that I ran setup.sh, after replacing all the IP and hostnames as needed, I don't get the error about the databases, however, I still get this error: Again, it just keeps going on, and as fast as I can tell, I see no meterpreter session |
Contribution Description
I was recently trying to emulate the carbanak attacks using different VMs, and I was able to get everything working up until step 8.
I was able to create and vbs script and was able to make it run during startup too, and it is able to connect with my attack platform too, however, on the meterpreter, it gives me the following error:
https://192.168.0.4:80 handling request from <cfo_ip>; (UUID: wmjrrk) Without a Database Connected that Payload UUID Tracking will not work!
When I start and connect msfconsole to postgresql, I get the new following error:
https://192.168.0.4:80 handling request from <cfo_ip>; (UUID: wmjrrk) Redirecting stageless connection from <a huge bunch of gibberish> with UA 'Mozilla/5.0 (Windows NT 6.1; Trident 7.0; rv:11.0) Like Gecko'
How would you solve these errors?
Supporting files or evidence
No response
Where did you find this information?
No response
Operating System
Linux
Code of Conduct
The text was updated successfully, but these errors were encountered: