Rabu, 03 April 2019

Cara install Tool Red Hawk di Termux

Red Hawk = All in one tool for Information Gathering and Vulnerability Scanning

Scans That You Can Perform Using RED HAWK :

Basic ScanWhois Lookup

Geo-IP Lookup

Grab Banners

DNS Lookup

Subnet Calculator

Nmap Port Scan

Sub-Domain Scanner

Reverse IP Lookup & CMS Detection

Error Based SQLi Scanner

Bloggers View

WordPress Scan

Crawler

MX Lookup

Scan For Everything

Insatallation :

$ apt update && apt upgrade

$ apt install git

$ apt install php

$ git clone https://github.com/Tuhinshubhra/RED_HAWK

$ RED_HAWK

$ chmod +x *

usage :

php rhawk.php

Use the "help" command to see the command list

type in the domain name you want to scan (without Http:// OR Https://).

Select whether The Site Runs On HTTPS or not.

Select the type of scan you want to perform

Leave the rest to the scanner

Selasa, 02 April 2019

Mencari halaman log-in Admin website Di Termux

Installation :

$ apt update && apt upgrade

$ apt install git 

$ apt install python2

$ apt install python

$ git clone https://github.com/s0md3v/Breacher

$ cd Breacher

Run :

$ python2 breacher.py

Check all paths without threads

$ python2 breacher -u example.com

Cara install Metasploit Framework Di Aplikasi TERMUX Android

        Cara install Metasploit Framework


run these commands 

$ apt update

$ apt upgrade

$ apt install wget

5. clone metasploit with this command 

$ wget https://Auxilus.github.io/metasploit.sh

$ bash metasploit.sh

This script will install the latest version of metasploit-framework.

script also include some extras to make updating metasploit faster.

If all goes well, i.e. No red colored warnings,

you can start metasploit using ./msfconsole.

Now take a coffe and sit down and wait 15-20 minutes 

to install metasploit in termux

after installation type this command :

$ cd metasploit-framework

Now run msfconsole 

$ ./msfconsole

Enjoy metasploit..