Mutt
Professional
- Messages
- 1,159
- Reaction score
- 827
- Points
- 113
For informational purposes only!
Trape is a reconnaissance tool that allows you to track people and get very detailed information. Several attack vectors are available.
Some possibilities:
- Remote session recognition. You can find out where the victim is logged in
- Logging requests in real time
- Different attack vectors, phishing, interception
- Intelligence (OSINT)
Understands service sessions:
- VK
- Gmail
- tumblr
- Github
- Bitbucket
- Dropbox
- Spotify
- PayPal
- Amazon
- Foursquare (new)
- Airbnb (new)
- Hackernews (new)
- Slack (new)
Installation:
Code:
git clone https://github.com/boxug/trape.git
cd trape
python trape.py -h
pip install -r requirements.txt
Launch:
Code:
sudo python trape.py --url http://example.com --port 8080
Port - the port where the bait will be.
After launch, we will see 3 lines in the console:
- A bait (We will give it to the victim).
- Web panel.
- Password for the panel.

Go to the Control Panel, enter the password.

Here you can see the number of victims, sessions, clicks, requests, and so on.
Let's say the victim has followed our link. The terminal will display similar output:

In the panel itself, we can find more information, select attacks, get data, and so on.

For example, intercepting a password from Twitter:

That's all)
Good luck with tracking.