Tools & Cheat Sheet

Nmap

nmap -p- -T5 --min-rate=1000 10.10.10.239 -oG fkclai.nmap
nmap -p $(grep -Eo '[0-9]{1,5}/open' fkclai.nmap | cut -d '/' -f 1 | tr -s '\n' ',') -sC -sV 10.10.10.239 -o nmap-result.txt

Directory Brute Force

feroxbuster -u http:///pikatwoo.pokatmon.htb -x php

dirb http://10.10.10.239/ /usr/share/wordlists/dirb/common.txt -o dirb-239.result

ffuf -u http://10.10.11.199:8080/v1/AUTH_andrew/FUZZ -w /opt/SecLists/Discovery/Web-Content/raft-medium-words.txt -mc all -ac

APK Analysis

# Static APK Analysis

apktool d mobile-app.apk
//Check the AndroidManifest.xml

# Configure

HTTP Tunnel

Chisel

Source: https://github.com/jpillora/chisel.git

https://0xdf.gitlab.io/2020/08/10/tunneling-with-chisel-and-ssf-update.html

  1. Reverse Tunneling

  1. TCP basic tunneling

Last updated

Was this helpful?