Giter VIP home page Giter VIP logo

live-location.py's Introduction

Location-tracking-apps (2)

🔰Feutures and Containt🔰

0) Ip Address

1) city

2) region

3) country

4) Ip Address Type

5) Region Code

6) Postal Code

7) Latitude

8) Longitude

9) TimeZone 

10) Country code

11) Currency

12) Currency Name

13) Languages 

14) Country Area

15) Population

16) ASN

17) Organization

🔗Tested On Hackers🔗

  • Kali Linux

  • BlackArch Linux

  • Ubuntu

  • Kali Nethunter

  • Termux

  • Parrot OS

Installation -

Kali Linux / Ubuntu / Parrot OS :

sudo apt-get update
sudo apt-get install git
sudo apt-get install pip
sudo apt install python3
git clone https://github.com/akashblackhat/Live-location.py.git
ls
cd Live-location.py 
ls
sudo python3 Live-location.py

🔰Termux Installation🔰

apt update 
apt install git 
apt install python
apt install python3
apt install pip
git clone https://github.com/akashblackhat/Live-location.py.git
ls
cd Live-location.py
ls
python3 Live-location.py

❌Disclaimer❌

  • Live-locatio tool not responsible for misuse and for illegal purposes. Use it only for Pentest or Educational purpose 🏴 !!!
  • Hacking is not a crime (: ..Pull requests are always welcome.. :)

Happy Hacking ( Privacy & Security No Such Things Exists in digital World, We Can Hack Everything )

live-location.py's People

Contributors

akashblackhat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

live-location.py's Issues

error with pyfiglet

I've got this error:

Traceback (most recent call last):
File "/data/data/com.termux/files/home/Live-location.py/Live-location.py", line 162, in
loop()
File "/data/data/com.termux/files/home/Live-location.py/Live-location.py", line 28, in loop
head = pyfiglet.figlet_format("")
^^^^^^^^
NameError: name 'pyfiglet' is not defined

traceback while installing requirements

~/Live-location.py $ pip install colorama
Traceback (most recent call last): File "/data/data/com.termux/files/usr/bin/pip", line 8, in
sys.exit(main()) ^^^^^^ File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/cli/main.py", line 77, in main
command = create_command(cmd_name, isolated=("--isolated" in cmd_args))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/commands/init.py", line 114, in create_command
module = importlib.import_module(module_path) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/importlib/init.py", line 126, in import_module
return _bootstrap._gcd_import(name[level:], package, level)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "", line 1204, in _gcd_import
File "", line 1176, in _find_and_load
File "", line 1147, in _find_and_load_unlocked
File "", line 690, in _load_unlocked
File "", line 940, in exec_module
File "", line 241, in _call_with_frames_removed
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/commands/install.py", line 15, in
from pip._internal.cli.req_command import (
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/cli/req_command.py", line 21, in
from pip._internal.index.package_finder import PackageFinder
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/index/package_finder.py", line 30, in
from pip._internal.req import InstallRequirement
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/req/init.py", line 8, in
from .req_install import InstallRequirement
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/req/req_install.py", line 40, in
from pip._internal.operations.install.wheel import install_wheel
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_internal/operations/install/wheel.py", line 39, in
from pip._vendor.distlib.scripts import ScriptMaker
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_vendor/distlib/scripts.py", line 16, in
from .compat import sysconfig, detect_encoding, ZipFile
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/pip/_vendor/distlib/compat.py", line 83, in
import xmlrpc.client as xmlrpclib
File "/data/data/com.termux/files/usr/lib/python3.11/xmlrpc/client.py", line 138, in
from xml.parsers import expat
File "/data/data/com.termux/files/usr/lib/python3.11/xml/parsers/expat.py", line 4, in
from pyexpat import *
ImportError: dlopen failed: library "libexpat.so.1" not found: needed by /data/data/com.termux/files/usr/lib/python3.11/lib-dynload/pyexpat.cpython-311.so in namespace (default)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.