Skip to content

fvillager is designed to gather accurate location and system data using social engineering techniques

License

Notifications You must be signed in to change notification settings

SajidIbnNayeem/fvillager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fvillager

fvillager

Concept behind fvillager is simple, just like we host phishing pages to get credentials why not host a fake page that requests your location like many popular location based websites. fvillager Hosts a fake website which asks for Location Permission and if the target allows it, we can get :

  • Longitude
  • Latitude
  • Accuracy
  • Altitude - Not always available
  • Direction - Only available if user is moving
  • Speed - Only available if user is moving

Along with Location Information we also get Device Information without any permissions :

  • Unique ID using Canvas Fingerprinting

  • Device Model - Not always available

  • Operating System

  • Platform

  • Number of CPU Cores - Approximate Results

  • Amount of RAM - Approximate Results

  • Screen Resolution

  • GPU information

  • Browser Name and Version

  • Public IP Address

  • Local IP Address

  • Local Port

    Automatic IP Address Reconnaissance is performed after the above information is received.

This tool is a Proof of Concept and is for Educational Purposes Only, fvillager shows what data a malicious website can gather about you and your devices and why you should not click on random links and allow critical permissions such as Location etc.

How is this Different from IP GeoLocation

  • Other tools and services offer IP Geolocation which is NOT accurate at all and does not give location of the target instead it is the approximate location of the ISP.

  • fvillager uses HTML API and gets Location Permission and then grabs Longitude and Latitude using GPS Hardware which is present in the device, so fvillager works best with Smartphones, if the GPS Hardware is not present, such as on a Laptop, fvillager fallbacks to IP Geolocation or it will look for Cached Coordinates.

  • Generally if a user accepts location permsission, Accuracy of the information recieved is accurate to approximately 30 meters

  • Accuracy depends on multiple factors which you may or may not control such as :

    • Device - Won't work on laptops or phones which have broken GPS
    • Browser - Some browsers block javascripts
    • GPS Calibration - If GPS is not calibrated you may get inaccurate results and this is very common

Templates

Available Templates :

  • NearYou
  • Google Drive (Suggested by @Akaal_no_one)
  • WhatsApp (Suggested by @Dazmed707)
  • Telegram
  • Zoom (Made by @a7maadf)
  • Google reCAPTCHA (Made by @MrEgyptian)

Tested On :

  • Kali Linux
  • BlackArch Linux
  • Ubuntu
  • Fedora
  • Kali Nethunter
  • Termux
  • Parrot OS

Installation

Kali Linux / Arch Linux / Ubuntu / Fedora / Parrot OS / Termux

git clone https://github.com/SajidIbnNayeem/fvillager.git
cd fvillager/
chmod +x install.sh
./install.sh
python3 fvillager.py

Screenshot

Screenshot From 2024-12-23 19-04-16

Docker

docker pull SajidIbnNayeem/fvillager

Access Local Services anywhere using Cloudflared (link generate for public)

  • You must first install cloudflared
  • You have to install Cloudflared from their official website
  • Access local services anywhere using cloudflared
  • Open a new terminal(new window) and type
  •   cloudflared --url localhost:8080
    

    Screenshot From 2024-12-23 19-06-22

    The link will be like this:- https://----------------------------------.trycloudflare.com fvillager

    Termux

    pkg update
    
    pkg upgrade
    
    git clone https://github.com/SajidIbnNayeem/fvillager.git
    
    cd fvillager
    
    chmod +x install.sh
    
    ./install.sh
    
    python3 fvillager.py
    

    fvillager (1)

    Access Local Services anywhere using Cloudflared (link generate for public)

  • You must first install Cloudflared-termux
  • You have to install Cloudflared-termux from https://github.com/SajidIbnNayeem/Cloudflared-termux.git
  • Access local services anywhere using cloudflared
  • Open a new terminal(new session) and type
  • cloudflared --url localhost:8080
    

    fvillager

    Connect with me: