Browsing Tag
linux
17 posts
Create a backdoor in Android APK file
Evil-Droid is a framework that create & generate & embed apk payload to penetrate android platforms. The author…
Use Autopwn plugin in Metasploit for automatic exploitation
First we need to download the plugin called Autopwn from Github. It’s deprecated but still works, for most…
Static IP on Ubuntu 17.10 and later
Show the network interfaces with the command ip link. In the example below the interface is ens3 sander@linuxsource:~$ ip…
NMAP Commands
Basic scans Scan a Single Target nmap [target] Scan Multiple Targets nmap [target1] [target2] Scan a…
Evil Twin Attack
Installing Airgeddon from github Install/download Airgeddon from github and run it: git clone https://github.com/v1s1t0r1sh3r3/airgeddon.git cd airgeddon sudo bash…