Skip to content

Commit

Permalink
added new section for android pt tools and apps
Browse files Browse the repository at this point in the history
  • Loading branch information
fire1ce committed Dec 26, 2018
1 parent b59e43a commit 809d265
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ nav:
- Penetration-Testing:
- General: 'penTesting/penTestingGeneral.md'
- Click-Jacking Test: 'penTesting/clickJacking.md'
- Nmap: 'penTesting/nmap.md'
- Israel ID Generator & Validator: 'penTesting/IDD_Generator.md'
- Android Penetration Testing: 'penTesting/androidPT.md'
- Kali linux Modifications: 'penTesting/kaliLinux.md'
- Installing Bettercap 1.6.2: 'penTesting/bettercao1.6.2.md'
- More Categories:
Expand Down
16 changes: 16 additions & 0 deletions src/penTesting/androidPT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Android Penetration Testing

## Tools

| Tools | Description |
|----------------------------------------------------|--------------------------------------------------|
| [APK Tool](https://ibotpeaches.github.io/Apktool/) | A tool for reverse engineering Android apk files |

## Apps For Penetration Testing

| Application | Description |
|----------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------|
| [Network Analyzer](https://play.google.com/store/apps/details?id=net.techet.netanalyzerlite.an) | Network Analyzer |
| [Packet Capture](https://www.apkmirror.com/apk/grey-shirts/packet-capture/packet-capture-1-4-7-release/packet-capture-1-4-7-android-apk-download/) | Packet capture/Network traffic sniffer |
| [Root Explorer](https://play.google.com/store/apps/details?id=com.speedsoftware.rootexplorer) | File Manager for Root Users (Root Required) |

0 comments on commit 809d265

Please sign in to comment.