-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
89 changed files
with
1,848 additions
and
1,447 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,73 @@ | ||
cSploit - An Android network penetration suite. | ||
============================== | ||
# cSploit: Android network pentesting suite | ||
|
||
Copyleft Margaritelli of Simone aka evilsocket and then fused with zANTI2 continued by tux-mind. | ||
<img src="http://i.imgur.com/cFll5P9.jpg" width="250"> | ||
|
||
- <http://www.csploit.org/> | ||
[cSploit](http://www.csploit.org) 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](http://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](https://www.metasploit.com/) 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: | ||
|
||
<img src="http://i.imgur.com/c0dxvXv.jpg" width=250> | ||
|
||
* [Use cSploit to get root shell on Metasploitable2](https://github.com/cSploit/android/wiki/%5BTutorial%5D-Use-cSploit-to-get-root-shell-on-Metasploitable2) | ||
* [Use cSploit for simple Man-in-the-Middle (MITM security demos](https://github.com/cSploit/android/wiki/%5BTutorial%5D-Use-cSploit-for-simple-Man-In-The-Middle-(MITM)-security-demos) | ||
|
||
[![Click here to lend your support to: cSploit and make a donation at www.paypal.com](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif?skin_name=chrome)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=FTKXDCBEDMW9G&lc=GB&item_name=cSploit¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) | ||
|
||
------------- | ||
Also see the [wiki](https://github.com/cSploit/android/wiki) for instructions on building, [reporting issues](https://github.com/cSploit/android/wiki/How-to-open-an-issue), and more. | ||
|
||
cSploit is an Android network analysis and penetration suite which aims to offer to IT security experts/geeks | ||
**the most complete and advanced professional toolkit** to perform network security assesments on a mobile device. | ||
## Requirements | ||
|
||
Once cSploit is started, you will be able to easily map your network, fingerprint alive hosts operating systems | ||
and running services, search for **known vulnerabilities**, crack logon procedures of many tcp protocols, perform | ||
man in the middle attacks such as **password sniffing** ( with common protocols dissection ), real time **traffic | ||
manipulation**, etc, etc . | ||
* 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](https://play.google.com/store/apps/details?id=stericson.busybox) or [here](https://play.google.com/store/apps/details?id=com.jrummy.busybox.installer) (note cSploit does not endorse any busybox installer. These are just two we found). | ||
|
||
This application is still in **beta stage**, a stable release will be available as soon as possible, but expect | ||
some crash or strange behaviour until then, in any case, feel free to submit an issue here on GitHub. | ||
## Downloads | ||
|
||
Requirements | ||
------------- | ||
The latest release and pre-release versions are available on github: | ||
|
||
- An Android device with at least the 2.3 ( Gingerbread ) version of the OS. | ||
- The device **must be rooted**. | ||
- The device must have a BusyBox **full install**, this means with **every** utility installed ( not the partial installation ). | ||
https://github.com/cSploit/android/releases | ||
|
||
Or to save a click, [this link](https://github.com/cSploit/android/releases/latest) should always point to the most recent release. | ||
|
||
Disclaimer | ||
------------- | ||
Additionally, you can get a fresh-from-the-source nightly at [www.cSploit.org/downloads](http://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! | ||
|
||
This application is not to be used for any purposes other than to demonstrate its functions, and must only be used on networks for which you have permission to do so. Any other use is not the responsibility of the developer.In other words, don't be stupid, and don't direct angry people towards me. | ||
## How to contribute | ||
|
||
License | ||
------------- | ||
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](https://www.paypalobjects.com/en_GB/i/btn/btn_donate_LG.gif?skin_name=chrome)](https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=FTKXDCBEDMW9G&lc=GB&item_name=cSploit¤cy_code=EUR&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted) | ||
|
||
## 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.*** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<alpha xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:duration="@android:integer/config_shortAnimTime" | ||
android:fromAlpha="1.0" | ||
android:interpolator="@android:anim/accelerate_interpolator" | ||
android:toAlpha="0.0" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<alpha xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:duration="@android:integer/config_shortAnimTime" | ||
android:fromAlpha="0.0" | ||
android:interpolator="@android:anim/accelerate_interpolator" | ||
android:toAlpha="1.0" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24.0" | ||
android:viewportHeight="24.0"> | ||
<path | ||
android:fillColor="#FFFFFFFF" | ||
android:pathData="M8,5v14l11,-7z"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
<vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:width="24dp" | ||
android:height="24dp" | ||
android:viewportWidth="24.0" | ||
android:viewportHeight="24.0"> | ||
<path | ||
android:fillColor="#FFFFFFFF" | ||
android:pathData="M6,6h12v12H6z"/> | ||
</vector> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle" > | ||
<solid android:color="@color/app_color"/> | ||
<corners android:radius="2dp"/> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<shape xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:shape="rectangle"> | ||
<solid android:drawable="@drawable/card_background_dark" /> | ||
<corners android:radius="2dp" /> | ||
</shape> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,24 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:padding="8dp" | ||
android:orientation="vertical"> | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:orientation="vertical" | ||
android:padding="8dp"> | ||
|
||
<ListView | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="0dp" | ||
android:layout_weight="1"/> | ||
android:id="@android:id/list" | ||
android:layout_width="fill_parent" | ||
android:layout_height="0dp" | ||
android:layout_weight="1" /> | ||
|
||
<Button | ||
android:id="@+id/btnChoose" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:textAllCaps="true" | ||
android:fontFamily="sans-serif-condensed" | ||
android:text="@string/choose"/> | ||
android:id="@+id/btnChoose" | ||
android:layout_width="fill_parent" | ||
android:layout_height="wrap_content" | ||
android:backgroundTint="@color/app_color" | ||
android:fontFamily="sans-serif-condensed" | ||
android:text="@string/choose" | ||
android:textAllCaps="true" | ||
android:textColor="@android:color/white" /> | ||
|
||
</LinearLayout> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,45 +1,37 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:orientation="vertical" | ||
android:padding="10dp"> | ||
android:layout_width="fill_parent" | ||
android:layout_height="fill_parent" | ||
android:orientation="vertical"> | ||
|
||
<ToggleButton | ||
android:id="@+id/searchToggleButton" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:paddingLeft="24dp" | ||
android:paddingRight="24dp" | ||
android:text="@string/toggle_button" | ||
android:textOff="Start" | ||
android:textOn="Stop" | ||
android:textAllCaps="true" | ||
android:fontFamily="sans-serif-condensed"/> | ||
<android.support.design.widget.FloatingActionButton | ||
android:id="@+id/searchToggleButton" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:padding="20dp" | ||
android:src="@drawable/ic_play_arrow_24dp" | ||
android:checked="false" | ||
android:translationZ="8dp" | ||
android:layout_alignParentBottom="true" | ||
android:layout_alignParentRight="true" | ||
android:layout_margin="20dp" /> | ||
|
||
<ProgressBar | ||
android:id="@+id/searchActivity" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentRight="true" | ||
android:layout_alignTop="@+id/searchToggleButton" | ||
android:visibility="invisible"/> | ||
|
||
<View | ||
android:id="@+id/separator" | ||
android:layout_width="fill_parent" | ||
android:layout_height="1dp" | ||
android:layout_marginTop="8dp" | ||
android:layout_marginBottom="8dp" | ||
android:layout_below="@+id/searchToggleButton" | ||
android:background="@android:color/darker_gray"/> | ||
android:id="@+id/searchActivity" | ||
android:layout_width="wrap_content" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentRight="true" | ||
android:layout_alignParentTop="true" | ||
android:visibility="invisible" | ||
android:layout_margin="20dp" /> | ||
|
||
<ListView | ||
android:id="@id/android:list" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentBottom="true" | ||
android:layout_alignRight="@+id/searchActivity" | ||
android:layout_below="@+id/separator"/> | ||
android:id="@id/android:list" | ||
android:layout_width="match_parent" | ||
android:layout_height="wrap_content" | ||
android:layout_alignParentBottom="true" | ||
android:animateLayoutChanges="true" | ||
android:layout_marginLeft="16dp" | ||
android:layout_marginRight="16dp" /> | ||
|
||
</RelativeLayout> |
Oops, something went wrong.