Advertisement
FlyFar

no_css_index.html

Jul 18th, 2023
527
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.29 KB | Cybersecurity | 0 0
  1. <form action="mail.php" method="post">
  2.  <p>From: <input type="text" name="from" /></p>
  3.  <p>To: <input type="text" name="to" /></p>
  4.  <p>Subject: <input type="text" name="subject" /></p>
  5.  <p>Message: <input type="text" name="message" /></p>
  6.   <button type="submit">Send email</button>
  7. </form>
Tags: email spoofer
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement