Giter Site home page Giter Site logo

tanprathan / mobileapp-pentest-cheatsheet Goto Github PK

View Code? Open in Web Editor NEW
4.5K 220.0 1.2K 341 KB

The Mobile App Pentest cheat sheet was created to provide concise collection of high value information on specific mobile application penetration testing topics.

mobile-app pentesting android-application ios-app runtime-analysis network-analysis static-analysis reverse-engineers dynamic-analysis

mobileapp-pentest-cheatsheet's People

Contributors

ajinabraham avatar anantshri avatar bemre avatar h0ek avatar martinbydefault avatar sh4hin avatar sunny6300 avatar tanprathan avatar torresrodrigo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

mobileapp-pentest-cheatsheet's Issues

Suggestion

I think is a great resource add a section about most common vulnerabilities like OWASP Mobile Top 10 and MITRE ATT&CK (Mobile section) to learn about this.

Wireshark

adb shell
tcpdump -s 0 -w - | nc -l -p 4444 #in android phone
adb forward tcp:4444 tcp:4444
nc localhost 4444 | sudo wireshark -k -S -i wlan1

Where wlan1 is being tethered to my current rooted android phone
Can I confirm if the following steps are correct?

Canape is no more

Canape is not maintained anymore in its current form. The Last known version (which might get updated) resides on https://github.com/ctxis/Canape

There is a rewrite of the Core, but the UI only exists in the old version.

learning

any advice for learning android penetration testing?
I suggest adding some tutorial or some labs like GoatDroid, ANDRILL,... in your cheat sheet. tnx

Fridpa

Recommend to add Fridpa as a part of iOS Application Penetration Testing

Update FindBugs to SpotBugs

Hi,
I noticed that in "Android Application Penetration Testing", under "Reverse Engineering and Static Analysis", the section about FindBugs is outdated since that project has not been updated in the last 5 years. However, a new project called SpotBugs which aims to continue the old one (and FindSecBugs is updated to the new one as well).

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.