Pages

Tuesday, September 8, 2020

Termux tutorial

                            Shell phishing


This is a new method for hacking social media by using termux app and this is only for educational purposes iam teaching u all.so don't use for illegal.


          Shellphish can perform phishing in WAN (Wide Area Network). Shellphish can create phishing page of most popular social networking sites like,

Shellphish also have an option that we can create custom phishing page. This tool is very easy to setup and use.

To install shellphish we need to open our termux app from phone or u can also operates with using Kali linux in  window.




Follow the steps given bellow :

    $ pkg update && pkg upgrade

    $ pkg install git

    $ pkg install php

    $ pkg install curl

    $ pkg install python2

    $ git clone https://github.com/thelinuxchoice/shellphising 

     $ ls


Thank you.....






Saturday, September 5, 2020

Termux tutorial

 Tools

    • IPGeolocator

    • Apache 2 HTTP server

    • NSLookup 

    • Nmap


IPGeolocator :

   $ pkg update && pkg upgrade

   $ pkg install git

   $ git clone https://GitHub.com/maldevel/IPGeolocation

   $ ls

   $ cd IPGeolocation/

   $ ls

   $ chmod +x *

   $ ls

   $ pip3 install -r requirements.txt

   $ python ipgeolocation.py

   $ python ipgeolocation.py -t www.google.co

   $ python ipgeolocation.py -t (ip address of urs)

Apache 2 HTTP server :

   $ pkg update && pkg upgrade

   $ pkg Install apache2

         localhost:8080

    $ Apachetl

NSLookup :

    $ pkg update && pkg upgrade

    $ pkg install dnsutils

    $ NSLookup google.com

    $ NSLookup  

        Google.com


Nmap :

    $ pkg update && pkg upgrade

    $ pkg Install nmap

    $ nmap (Ur device ip address)

    $ Nmap -p (ipadress of Ur device)


Thank you.....

Wednesday, September 2, 2020

Termux tutorial

Tools

  • To find our GPS location

  • cowsay , toilet

  • zip and unzip files

  • wifi information


To find our GPS location :

   $ pkg update

  $ pkg upgrade

  $ pkg install termux-api

  $ termux -location -p network


Cosway , toilet :

   $ pkg update && pkg upgrade

   $ pkg install cowsay 

   $ cowsay -f eyes 1

   $ cowsay -f turkey 1

   $ cowsay -f kiss 1

   $ cowsay -f dargon 1

Pkg install toilet

   $ toilet -f gay lachu

   $ toilet -f metal hello


Zip and unzip files :

   $ pkg update && pkg upgrade

   $ pkg install zip

   $ pkg install unzip

   $ pwd 

   $ cd ..

   $ cd usr

   $ ls

   $ cd tmp

   $ ls

   $ touch fortify.txt

   $ ls

   $ zip 1.zip fortify

   $ ls

   $ unzip 1.zip     (y,n,a,n)

                                 (r-rename)

   $ ls


Wife information :

   $ pkg update && pkg upgrade

   $ pkg install termux-api

   $ termux-wifi-enable false

   $ termux-wifi-enable true

   $ termux-wifi-scaninfo

   $ termux-wifi-connectioninfo




 Thank you