Trape

Mutt

Professional
Messages
1,159
Reaction score
827
Points
113
68747470733a2f2f692e696d6775722e636f6d2f59307741504f392e706e67

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:
  • Facebook
  • Twitter
  • VK
  • Reddit
  • Gmail
  • tumblr
  • Instagram
  • 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
url - A decoy site for the victim.

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.

5273f307dc3ebdd08a0a8.png


Go to the Control Panel, enter the password.

2517aa3d121e3a4407109.png


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:

a51f09f5c28328f8011d6.png


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

4b597599e0bd958d75e83.png


For example, intercepting a password from Twitter:

0a2b665fe1ddd8672ea0f.png


That's all)
Good luck with tracking.
 
Top