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:
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.
XTerm*selectToClipboard: true
xrdb -merge ~/.Xresources
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
shadow-rs is a Windows kernel rootkit written in Rust, demonstrating advanced techniques for kernel manipulation…
Extract and execute a PE embedded within a PNG file using an LNK file. The…
Embark on the journey of becoming a certified Red Team professional with our definitive guide.…
This repository contains proof of concept exploits for CVE-2024-5836 and CVE-2024-6778, which are vulnerabilities within…
This took me like 4 days (+2 days for an update), but I got it…
MaLDAPtive is a framework for LDAP SearchFilter parsing, obfuscation, deobfuscation and detection. Its foundation is…