Skip to content

A tool to locate people using social engineering. 🚀

License

Notifications You must be signed in to change notification settings

cipheras/loctrack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LocTrack   GitHub release (latest by date)

A tool to locate people using social engineering.

Lines of code     GitHub go.mod Go version     GitHub All Releases

Code Quality     dependencies     build     platform

example

Installation

You can either use a precompiled binary package for your architecture or you can compile loctrack from source.
Grab the package you want from here:

Windows Linux
win-x64 linux-x64

For other versions or releases go to release page.

NOTE: In windows, installtion is not needed. You can directly execute the exe file. In cmd write loctrack.exe -h

Installing precompiled binary in Linux

  • In order to install precompiled binary, make sure you have installed make.
  • Download Makefile from here and keep it and your binary in the same directory.
  • Now open terminal in the same dir and run commands:

To install:

sudo make install

To uninstall:

sudo make uninstall

Installing from source in Linux

In order to compile from source, make sure you have installed GO of version at least 1.15.0 (get it from here).

To install:

sudo make

To uninstall:

sudo make uninstall

To build:

make build

Usage

For help type loctrack -h.

-c  For your own certificates located in cert folder
-d  Subdomain (optional)
-m  Manual Tunnel
-p  Port Number (optional) (default 8080)

If you want to use your own ssl/tls certificates put them in folder cert and choose option -c.
If you want to use your own SSH keys, put your ssh key in ssh-key folder.

To Do

  • cmd color support
  • More templates

Disclaimer

This tool is merely a POC of what attackers can do. Author is not responsible for any use of this tool in any nefarious activity.

License

loctrack is made by @cipheras and is released under the terms of the  GitHub License

Contact   Twitter

Feel free to submit a bug, add features or issue a pull request.