You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: