-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Module: Detect TOR
Haoxi Tan edited this page Jan 10, 2020
·
2 revisions
-
Objective: Detect if the target is in TOR network
-
Authors: wade, pdp, bm, xntrik
-
Browsers: All
attempts to load an image from the Tor network and check if it loads.
The default URL to load is
http://xycpusearchon2mc.onion/deeplogo.jpg
img.src = '<%= @tor_resource %>';
img.id = 'torimg';
img.setAttribute("attr","start");
img.onerror = function() {
this.setAttribute("attr","error");
};
img.onload = function() {
this.setAttribute("attr","load");
};
- Configuration
- Interface
- Information Gathering
- Social Engineering
- Network Discovery
- Metasploit
- Tunneling
- XSS Rays
- Persistence
- Creating a Module
- Geolocation
- Using-BeEF-With-NGROK