ISeeYou : Tool To Get Exact Location of The Users During Social Engineering or Phishing Engagements

ISeeYou is a Bash and Javascript tool to find the exact location of the users during social engineering or phishing engagements.

Using exact location coordinates an attacker can perform preliminary reconnaissance which will help them in performing further targeted attacks.

Note:

  • This tool does not require any additional software to perform phishing attacks.
  • Users can expose their local servers to the Internet and decode the location coordinates by looking at the log file.

Also Read – Mimikatz : A little Tool to Play with Windows Security

Installation

git clone https://github.com/Viralmaniar/I-See-You.git
cd I-See-You
chmod u+x ISeeYou.sh
./ISeeYou.sh

Screenshot

Once the ISeeYou.sh is ran user sees the below screen:

Enter the highlighted url on the main screen where it asks for Enter the URL generated by Serveo and hit Enter:

This URL is generated randomly for different users. However, it will be a subdomain for the serveo.net domain. Send this URL to your victim as part of the phishing campaign via email or any other medium. Victim will see the site as below:

Note: You can be creative and modify the look and feel of the page as per your requirement.

Once the targeted users allows location permission, malicious user will receive exact location of the victim in the tail screen. These numbers are longitude and latitude of the user.

Using https://maps.google.com you can convert the longitude and latitude to an exact location:

Copying Longitude and Latitude numbers from Xterm screens

To copy between xterm and other programs – This would allow user to select numbers to be copied to the clipboard.

  • Add to the file ~/.Xresources (or create)

XTerm*selectToClipboard: true

  • Then run the command:

xrdb -merge ~/.Xresources

  • Restart xterm.

Disclamier

This project must not be used for illegal purposes for stalking people or hacking into system where you do not have permission, it is strictly for educational purposes and for people to experiment with.

Credit: ManiarViral

R K

Recent Posts

Kali Linux 2024.4 Released, What’s New?

Kali Linux 2024.4, the final release of 2024, brings a wide range of updates and…

13 hours ago

Lifetime-Amsi-EtwPatch : Disabling PowerShell’s AMSI And ETW Protections

This Go program applies a lifetime patch to PowerShell to disable ETW (Event Tracing for…

13 hours ago

GPOHunter – Active Directory Group Policy Security Analyzer

GPOHunter is a comprehensive tool designed to analyze and identify security misconfigurations in Active Directory…

3 days ago

2024 MITRE ATT&CK Evaluation Results – Cynet Became a Leader With 100% Detection & Protection

Across small-to-medium enterprises (SMEs) and managed service providers (MSPs), the top priority for cybersecurity leaders…

5 days ago

SecHub : Streamlining Security Across Software Development Lifecycles

The free and open-source security platform SecHub, provides a central API to test software with…

1 week ago

Hawker : The Comprehensive OSINT Toolkit For Cybersecurity Professionals

Don't worry if there are any bugs in the tool, we will try to fix…

1 week ago