Tag: notes
All the articles with the tag "notes".
-
FTP
Updated:What FTP is, how to enumerate it (vsFTPd config, anonymous access, server interrogation), and the attacks: brute-forcing, known-version exploits, the FTP bounce SSRF, web-app command injection, and credential sniffing.
-
Android Pentesting
How Android apps are built (activities, intents, services, broadcasts), where the attack surface is, and the methodology for pentesting and reversing an APK.
-
Android Pentesting Cheat Sheet
Quick-reference commands for Android pentesting: adb device interaction, apktool, APK signing, and jadx decompilation.
-
Git Foundations
The mental model behind Git. The three areas, commits as snapshots, branches as pointers, HEAD, remotes, merge vs rebase, and the reflog.