All Projects → Viralmaniar → I See You

Viralmaniar / I See You

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.

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to I See You

Osint tips
OSINT
Stars: ✭ 322 (+30.89%)
Mutual labels:  osint, redteam, reconnaissance
Ntlmrecon
Enumerate information from NTLM authentication enabled web endpoints 🔎
Stars: ✭ 252 (+2.44%)
Mutual labels:  osint, redteam, reconnaissance
sherlock
🔎 Find usernames across social networks
Stars: ✭ 52 (-78.86%)
Mutual labels:  osint, reconnaissance, redteam
Gitem
A Github organization reconnaissance tool.
Stars: ✭ 190 (-22.76%)
Mutual labels:  osint, reconnaissance, phishing
Sherlock
🔎 Hunt down social media accounts by username across social networks
Stars: ✭ 28,569 (+11513.41%)
Mutual labels:  osint, redteam, reconnaissance
Snoop
Snoop — инструмент разведки на основе открытых данных (OSINT world)
Stars: ✭ 886 (+260.16%)
Mutual labels:  osint, geolocation, redteam
Theharvester
E-mails, subdomains and names Harvester - OSINT
Stars: ✭ 6,175 (+2410.16%)
Mutual labels:  osint, redteam, reconnaissance
Geo Recon
An OSINT CLI tool desgined to fast track IP Reputation and Geo-locaton look up for Security Analysts.
Stars: ✭ 82 (-66.67%)
Mutual labels:  osint, geolocation, reconnaissance
Seeker
Accurately Locate Smartphones using Social Engineering
Stars: ✭ 2,772 (+1026.83%)
Mutual labels:  geolocation, reconnaissance
Opensquat
Detection of phishing domains and domain squatting. Supports permutations such as homograph attack, typosquatting and bitsquatting.
Stars: ✭ 149 (-39.43%)
Mutual labels:  osint, phishing
Sherlock Js
Find usernames across over 170 social networks - Fast & flexible remake of sdushantha/sherlock
Stars: ✭ 153 (-37.8%)
Mutual labels:  osint, reconnaissance
Asnip
ASN target organization IP range attack surface mapping for reconnaissance, fast and lightweight
Stars: ✭ 126 (-48.78%)
Mutual labels:  osint, reconnaissance
Spaces Finder
A tool to hunt for publicly accessible DigitalOcean Spaces
Stars: ✭ 122 (-50.41%)
Mutual labels:  osint, reconnaissance
Urlcrazy
Generate and test domain typos and variations to detect and perform typo squatting, URL hijacking, phishing, and corporate espionage.
Stars: ✭ 150 (-39.02%)
Mutual labels:  osint, phishing
Sarenka
OSINT tool - gets data from services like shodan, censys etc. in one app
Stars: ✭ 120 (-51.22%)
Mutual labels:  osint, reconnaissance
Raccoon
A high performance offensive security tool for reconnaissance and vulnerability scanning
Stars: ✭ 2,312 (+839.84%)
Mutual labels:  osint, reconnaissance
Leakscraper
LeakScraper is an efficient set of tools to process and visualize huge text files containing credentials. Theses tools are designed to help penetration testers and redteamers doing OSINT by gathering credentials belonging to their target.
Stars: ✭ 227 (-7.72%)
Mutual labels:  osint, redteam
Information Security Tasks
This repository is created only for infosec professionals whom work day to day basis to equip ourself with uptodate skillset, We can daily contribute daily one hour for day to day tasks and work on problem statements daily, Please contribute by providing problem statements and solutions
Stars: ✭ 108 (-56.1%)
Mutual labels:  osint, redteam
Osint Tools
👀 Some of my favorite OSINT tools.
Stars: ✭ 155 (-36.99%)
Mutual labels:  osint, reconnaissance
Asn
ASN / RPKI validity / BGP stats / IPv4v6 / Prefix / URL / ASPath / Organization / IP reputation and geolocation lookup tool / Traceroute server
Stars: ✭ 242 (-1.63%)
Mutual labels:  osint, geolocation

I-See-You

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.

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.

Any suggestions or ideas for this tool are welcome - just tweet me on @ManiarViral

image

How to install?

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

image

Screenshots

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

image

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

image

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:

image

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.

image

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

image

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.

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

XTerm*selectToClipboard: true
  1. Then run the command:
xrdb -merge ~/.Xresources
  1. Restart xterm.

Questions?

Twitter: https://twitter.com/maniarviral
LinkedIn: https://au.linkedin.com/in/viralmaniar

Contribution & License

Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. Want to contribute? Please fork it and hit up with a pull request.

Any suggestions or ideas for this tool are welcome - just tweet me on @ManiarViral

Thanks

Special thanks to cryptomarauder aka voidengineer

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].