Welcome to HBH! If you have tried to register and didn't get a verification email, please using the following link to resend the verification email.

Email Script


ghost's Avatar
0 0

Here's an email script I came across online,

<form action="/contact.php"> <div><label>Email:</label><br /> <input name="email" type="text" /></div> <div><label>Name:</label><br /> <input name="name" type="text" /></div> <div><label>Subject:</label></p> <select name="subject"> <option>Question</option><br /> <option>Question</option><br />

  &lt;option&gt;Question&lt;/option&gt;&lt;br /&gt;
  &lt;option&gt;Question&lt;/option&gt;&lt;br /&gt;

</select> </div> <div><label>Message</label><textarea name="message"></textarea></div> <input type="submit" class="button" value="Send Message" /> </form>

does anyone see any vuln that could be exploited? Be specific so I can try and fix them. like sql injections or whatnot.


spyware's Avatar
Banned
0 0

Post the source of PHP otherwise we can't search for exploits, also, you might want to start with searching yourself first.

Learning SQL & PHP will give you great insight in the anatomy of a program, and therefore great insight in hackable portions of code.


ghost's Avatar
0 0

I see like 5 buffer overflows


spyware's Avatar
Banned
0 0

a-hack wrote: I see like 5 buffer overflows

Maybe the values of the inputs are being cut in PHP? You don't know that…


ghost's Avatar
0 0

i was kidding… lol sorry i fixed my sig


spyware's Avatar
Banned
0 0

a-hack wrote: i was kidding…

Ah okay :P. Anyway, HOLY SIG?!