Difference between revisions of "Kali Linux: RedHawk Instalasi"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "Sumber: https://security-darknet.blogspot.com/2017/10/install-red-hawk-di-kali-linux.html ==Referensi== * https://security-darknet.blogspot.com/2017/10/install-red-hawk-...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
Sumber: https://security-darknet.blogspot.com/2017/10/install-red-hawk-di-kali-linux.html | Sumber: https://security-darknet.blogspot.com/2017/10/install-red-hawk-di-kali-linux.html | ||
+ | |||
+ | Untuk yang pakai termux (android) | ||
+ | |||
+ | apt update && apt upgrade -y | ||
+ | apt install python && apt install git -y | ||
+ | |||
+ | Untuk Kali Linux, bisa langsung ke | ||
+ | |||
+ | sudo su | ||
+ | apt -y install php-curl php-xml | ||
+ | git clone https://github.com/Tuhinshubhra/RED_HAWK.git | ||
+ | cd RED_HAWK | ||
+ | php rhawk.php | ||
+ | |||
+ | Masukan URL (bisa https atau http) yang ingin di analisa | ||
Latest revision as of 06:05, 15 July 2020
Sumber: https://security-darknet.blogspot.com/2017/10/install-red-hawk-di-kali-linux.html
Untuk yang pakai termux (android)
apt update && apt upgrade -y apt install python && apt install git -y
Untuk Kali Linux, bisa langsung ke
sudo su apt -y install php-curl php-xml git clone https://github.com/Tuhinshubhra/RED_HAWK.git cd RED_HAWK php rhawk.php
Masukan URL (bisa https atau http) yang ingin di analisa