Loctrack is a social engineering tool designed to locate individuals by leveraging phishing and red team techniques.
A tool to locate people using social engineering. :rocket:
Loctrack is primarily used by red teamers and security professionals to simulate attacker techniques for locating targets through social engineering. It helps in crafting phishing frameworks and managing social engineering campaigns to assess organizational security posture.
This tool is a proof of concept demonstrating potential attacker capabilities and should only be used for authorized security testing. Users must ensure Go 1.15.0+ is installed for source compilation. Custom SSL/TLS certificates and SSH keys can be used to enhance operational security. The author disclaims responsibility for misuse.
Download precompiled binary for Windows or Linux from the releases page
For Windows, directly execute the loctrack.exe file
For Linux, download the Makefile and place it in the same directory as the binary
Run 'sudo make install' to install the binary on Linux
Run 'sudo make uninstall' to uninstall the binary on Linux
To compile from source, ensure Go version 1.15.0 or higher is installed
Run 'sudo make' to build and install from source
Run 'make build' to build the binary without installing
Run 'sudo make uninstall' to uninstall the source build
loctrack -h
Displays help information and usage options
-c
Use your own SSL/TLS certificates located in the cert folder
-d
Specify an optional subdomain
-m
Enable manual tunnel mode
-p
Specify an optional port number (default is 8080)