MCPcopy Index your code
hub / github.com/cSploit/android

github.com/cSploit/android @v1.6.5

Chat with this repo
repository ↗ · DeepWiki ↗ · release v1.6.5 ↗ · + Follow
1,656 symbols 4,636 edges 166 files 151 documented · 9%
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

cSploit: Android network pentesting suite

cSploit is an open source (GPLed) Android network analysis and penetration suite which aims to be the most complete and advanced professional toolkit for IT security experts/geeks to perform network security assessments on a mobile device.

See more at www.cSploit.org.

Features:

  • Map your local network
  • Fingerprint hosts' operating systems and open ports
  • Add your own hosts outside the local network
  • Integrated traceroute
  • Integrated Metasploit framework RPCd
  • Search hosts for known vulnerabilities via integrated Metasploit daemon
  • Adjust exploit settings, launch, and create shell consoles on exploited systems
  • More coming
  • Forge tcp/udp packets
  • Perform man in the middle attacks (MITM) including:
  • Image, text, and video replacement-- replace your own content on unencrypted web pages
  • javascript injection-- add your own javascript to unencrypted web pages.
  • password sniffing ( with common protocols dissection )
  • Capture pcap network traffic files
  • Real time traffic manipulation to replace images/text/inject into web pages
  • DNS spoofing to redirect traffic to different domain
  • Break existing connections
  • Redirect traffic to another address
  • Session Hijacking-- listen for unencrypted cookies and clone them to take Web session

Tutorials:

Also see the wiki for instructions on building, reporting issues, and more.

Requirements

  • A ROOTED device running Android 2.3 (Gingerbread) or newer
  • The device must have a BusyBox full install, this means with every utility installed ( not the partial installation ). If you do not have busybox already, you can get it here or here (note cSploit does not endorse any busybox installer. These are just two we found).

Downloads

The latest release and pre-release versions are available on github:

https://github.com/cSploit/android/releases

Or to save a click, this link should always point to the most recent release.

Additionally, you can get a fresh-from-the-source nightly at www.cSploit.org/downloads. These nightly builds are generated more frequently than the releases. And while they may have the very latest features, they may also have the latest bugs, so be careful running them!

How to contribute

All contributions are welcome, from code to documentation to graphics to design suggestions to bug reports. Please use github to its fullest-- contribute Pull Requests, contribute tutorials or other wiki content-- whatever you have to offer, we can use it!

License

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

Copyright

Copyleft Margaritelli of Simone aka evilsocket and then fused with zANTI2 continued by @tux-mind and additional contributors.

Click here to lend your support to: cSploit and make a donation at www.paypal.com

Disclaimer

Note: cSploit is intended to be used for legal security purposes only, and you should only use it to protect networks/hosts you own or have permission to test. Any other use is not the responsibility of the developer(s). Be sure that you understand and are complying with the cSploit licenses and laws in your area. In other words, don't be stupid, don't be an asshole, and use this tool responsibly and legally.

Extension points exported contracts — how you extend this code

Event (Interface)
main event interface [16 implementers]
cSploit/src/org/csploit/android/events/Event.java
EndReceiver (Interface)
receive the job end notification [19 implementers]
cSploit/src/org/csploit/android/net/RemoteReader.java
Url (Interface)
a simple URL reference [6 implementers]
cSploit/src/org/csploit/android/net/reference/Url.java
Reference (Interface)
a reference to something TODO: getDrawableResourceId [5 implementers]
cSploit/src/org/csploit/android/net/reference/Reference.java
MenuControllableService (Interface)
A service that can be controlled from the main app menu. [4 implementers]
cSploit/src/org/csploit/android/services/MenuControllableService.java

Core symbols most depended-on inside this repo

get
called by 116
cSploit/src/org/csploit/android/net/RemoteReader.java
append
called by 104
cSploit/src/org/csploit/android/net/ByteBuffer.java
format
called by 103
cSploit/src/org/csploit/android/core/Profiler.java
add
called by 103
cSploit/src/org/csploit/android/net/RemoteReader.java
errorLogging
called by 89
cSploit/src/org/csploit/android/core/System.java
toString
called by 73
cSploit/src/org/csploit/android/events/Os.java
equals
called by 70
cSploit/src/org/csploit/android/core/Child.java
error
called by 66
cSploit/src/org/csploit/android/core/Logger.java

Shape

Method 1,393
Class 234
Interface 20
Enum 9

Languages

Java100%

Modules by API surface

cSploit/src/org/csploit/android/core/System.java90 symbols
cSploit/src/org/csploit/android/net/Target.java81 symbols
cSploit/src/org/csploit/android/MainActivity.java65 symbols
cSploit/src/org/csploit/android/plugins/mitm/hijacker/Hijacker.java40 symbols
cSploit/src/org/csploit/android/net/RemoteReader.java40 symbols
cSploit/src/org/csploit/android/net/metasploit/MsfExploit.java35 symbols
cSploit/src/org/csploit/android/WifiScannerActivity.java35 symbols
cSploit/src/org/csploit/android/SettingsActivity.java35 symbols
cSploit/src/org/csploit/android/plugins/LoginCracker.java34 symbols
cSploit/src/org/csploit/android/plugins/mitm/Sniffer.java31 symbols
cSploit/src/org/csploit/android/plugins/mitm/PasswordSniffer.java30 symbols
cSploit/src/org/csploit/android/services/UpdateService.java27 symbols

For agents

$ claude mcp add android \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact