Tracking the victim using a link

Teacher

Professional
Messages
2,672
Reputation
9
Reaction score
703
Points
113
Secret Bunker
Trape is an OSINT tool that allows you to track and execute social engineering attacks in real time.

The utility creates a phishing link and follows the user through it. Thanks to this tool, you can get information such as: IP, geolocation, OS. You can also run js scripts remotely, upload files to your pc. It will be possible to find out on which services the user is registered.

Installation
Code:
$ apt update -y
$ apt upgrade -y
$ apt install python
$ apt install git
$ git clone https://github.com/jofpin/trape.git

Launch
Code:
$ cd trape
$ pip3 install -r requirements.txt
$ python3 trape.py --url <link to any page> --port 8080

Usage
Code:
$ python3 trape.py --url http://example.com --port 8080

Thus, we will receive a phishing link, a link to the admin panel, a password to enter the admin panel.
 

Naujuj

Member
Messages
3
Reputation
0
Reaction score
1
Points
3
What do it if TRR OR RRT pop up why u on the phone is that something like what u talking bout
 
Top