lukelafaque
Newbie
- Feb 1, 2008
- 44
- 39
It only works on Paypal and they are fewer and far between. The PKCS7 encrypted ones are the real challenge. Payloadz use to have a similar code.
News flash - backdate 5 years. Highlight the paypal buy now image and some text above and below. Left click and drag to a Front page or website builder. Look into the code portion and it automatically converts the Java.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="TEN-STORIES SELL ANYTHING">
<input type="hidden" name="item_number" value="BOOK-01">
<input type="hidden" name="amount" value="5.75">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="return" value="hxxp://w3.beauforts.uk*com/info2007d3/">
<input type="hidden" name="cancel_return" value="http://www.themartuk.com/">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="Covers-Completed/x-click-but5.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
Look for the Return value
News flash - backdate 5 years. Highlight the paypal buy now image and some text above and below. Left click and drag to a Front page or website builder. Look into the code portion and it automatically converts the Java.
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick">
<input type="hidden" name="business" value="[email protected]">
<input type="hidden" name="item_name" value="TEN-STORIES SELL ANYTHING">
<input type="hidden" name="item_number" value="BOOK-01">
<input type="hidden" name="amount" value="5.75">
<input type="hidden" name="no_shipping" value="0">
<input type="hidden" name="return" value="hxxp://w3.beauforts.uk*com/info2007d3/">
<input type="hidden" name="cancel_return" value="http://www.themartuk.com/">
<input type="hidden" name="currency_code" value="GBP">
<input type="hidden" name="lc" value="GB">
<input type="hidden" name="bn" value="PP-BuyNowBF">
<input type="image" src="Covers-Completed/x-click-but5.gif" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
<img alt border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1">
</form>
Look for the Return value