I-See-You is an open source Bash and JavaScript tool designed to capture the geographic location of a target during social engineering or phishing engagements. It works by generating a link that can be sent to a target as part of a phishing scenario, where the webpage requests permission to access the user’s location. When the user allows location access, I-See-You records the latitude and longitude coordinates and displays them in the terminal logs for the operator. These coordinates can then be used to determine the user’s approximate physical location using mapping services. It is intended for reconnaissance during security testing, allowing penetration testers or red team operators to gather contextual information about potential targets. It operates by exposing a locally hosted server to the internet so the target can access the generated page and trigger the location request. I-See-You is intended strictly for educational purposes and authorized testing environments.
Features
- Generates a phishing-style URL used to request a target’s location
- Captures geographic coordinates when the target grants location access
- Displays latitude and longitude values directly in terminal logs
- Uses Bash scripting combined with JavaScript for location capture
- Works without requiring additional software for the phishing setup
- Allows customization of the phishing page interface