> For the complete documentation index, see [llms.txt](https://www.pwny.cc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://www.pwny.cc/so.md).

# SO

- [AI](https://www.pwny.cc/so/ai.md)
- [Evasion](https://www.pwny.cc/so/ai/evasion.md): This is an attack in which an attacker perturbs an input such that a model produces an incorrect output (for example: this photo of a dog is now classified as a corkscrew)
- [Exercise 1](https://www.pwny.cc/so/ai/evasion/exercise-1.md): "Evasion" with random noise
- [Exercise 2](https://www.pwny.cc/so/ai/evasion/exercise-2.md): Carlini L2 Attack
- [Exercise 3](https://www.pwny.cc/so/ai/evasion/exercise-3.md): Carlini L2 Attack
- [Exercise 4](https://www.pwny.cc/so/ai/evasion/exercise-4.md): SimBA (Simple Black-bot Adversarial Attack)
- [Android](https://www.pwny.cc/so/android.md)
- [adb](https://www.pwny.cc/so/android/adb.md): Android Debug Bridge (adb) is a versatile command-line tool that lets you communicate with a device.
- [apktool](https://www.pwny.cc/so/android/apktool.md): Tool for reverse engineering 3rd party, closed, binary Android apps. It can decode resources to nearly original form and rebuild them after making some modifications.
- [burp suite](https://www.pwny.cc/so/android/burp-suite.md): The class-leading vulnerability scanning, penetration testing, and web app security platform.
- [dns spoofing](https://www.pwny.cc/so/android/dns-spoofing.md)
- [frida](https://www.pwny.cc/so/android/frida.md): Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers.
- [intent](https://www.pwny.cc/so/android/intent.md): A messaging object you can use to request an action from another app component.
- [jadx](https://www.pwny.cc/so/android/jadx.md): Dex to Java decompiler.
- [JNI](https://www.pwny.cc/so/android/jni.md)
- [objection](https://www.pwny.cc/so/android/objection.md): Objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak.
- [tcpdump](https://www.pwny.cc/so/android/tcpdump.md): A powerful command-line packet analyzer; and libpcap, a portable C/C++ library for network traffic capture.
- [webview](https://www.pwny.cc/so/android/webview.md): A View that displays web pages.
- [iOS](https://www.pwny.cc/so/ios.md)
- [objection](https://www.pwny.cc/so/ios/objection.md): Objection is a runtime mobile exploration toolkit, powered by Frida, built to help you assess the security posture of your mobile applications, without needing a jailbreak.
- [Linux](https://www.pwny.cc/so/linux.md)
- [Internal Recon](https://www.pwny.cc/so/linux/internal-recon.md)
- [Bypasses](https://www.pwny.cc/so/linux/bypasses.md)
- [Network](https://www.pwny.cc/so/linux/network.md)
- [Exfiltration](https://www.pwny.cc/so/linux/exfiltration.md)
- [Containers](https://www.pwny.cc/so/linux/containers.md)
- [Iptables](https://www.pwny.cc/so/linux/iptables.md)
- [Windows](https://www.pwny.cc/so/windows.md)
- [Internal Recon](https://www.pwny.cc/so/windows/internal-recon.md)
- [External Recon](https://www.pwny.cc/so/windows/external-recon.md)
- [Bypasses](https://www.pwny.cc/so/windows/bypasses.md)
- [Network](https://www.pwny.cc/so/windows/network.md)
- [Exfiltration](https://www.pwny.cc/so/windows/exfiltration.md)
