Posts

Showing posts with the label android

IP ADDRESS tracing script based on python

Image
 The script is written with python for tracing the information regarding the associated IP address. This script supports sys argv. list too for getting multiple results.  Git repository link : https://github.com/immodded/ip-trace Python based IP Tracer. can run on almost all Operating system Created with Python open terminal and run git clone https://www.github.com/immodded/ip-trace.git cd ip-trace pip install -r requirements.txt python ipTracer.py you can also pass the list of ip addresses as argv. python ipTracer.py 1.1.1.1 2.2.2.2 3.3.3.3

Termux basics - Everything you know before start hacking.

Image
Termux: linux emulator for android is a best ever thing to use as a pocket linux. The limits of exploring the acheivements with termux is far till eternity. In this post i'm going to demonstrate about the Basics of termux so without delay let's get started. apt update  -  To update list of upgradable packages of termux. apt upgrade  -  To upgrade all packages of termux. ls  -  list all files and directories/folders in current working directory mkdir [name]  -  creating directory/folder with name [name]. apt install [package name]  -  installation of a package. apt remove [package name]  -  Removing the package. clear  -  clear the terminal screen. cd ~  -  changing the directory to home directory. exit  -  For exiting termux.