diff --git a/_layouts/blank.html b/_layouts/blank.html index 09da44e..ea2e5e1 100644 --- a/_layouts/blank.html +++ b/_layouts/blank.html @@ -1,7 +1,8 @@ - + + @@ -9,6 +10,18 @@ {% if page.title %} {{ page.title }} › {% endif %}{{ site.title }} + + + + + + + + + + + + @@ -24,11 +37,11 @@ {% endif %} - + - - + + {% if site.isso_domain and page.id %}{% endif %} @@ -69,7 +82,7 @@
About cSploit
-

The most complete and advanced IT security professional toolkit on Android. More...

+

The most complete and advanced IT security professional toolkit on Android. More...

@@ -83,7 +96,7 @@
Project links
About
@@ -91,7 +104,7 @@
About
diff --git a/_posts/2015-05-10-Too-busy-right-now.md b/_posts/2015-05-10-Too-busy-right-now.md index 1bab8e2..fae623f 100644 --- a/_posts/2015-05-10-Too-busy-right-now.md +++ b/_posts/2015-05-10-Too-busy-right-now.md @@ -30,18 +30,23 @@ I'm taking many courses to finish my lower-level graduation. 3 of these require to build a project. for June I have to: - - build a website - - build a complex system for a big company - - build a game in Java + beside these jobs I have the exams for other courses for July. - - Physics - - Technical Physics - - Mechanics - - Logic Circuits - - Database 1 - - Geometry + + ##### My fails diff --git a/_posts/2015-11-24-preparing-csploit-2.md b/_posts/2015-11-24-preparing-csploit-2.md index 16fc706..4083730 100644 --- a/_posts/2015-11-24-preparing-csploit-2.md +++ b/_posts/2015-11-24-preparing-csploit-2.md @@ -20,15 +20,18 @@ can exploit the whole power of the MSF. here some new feature that I hope you like: - - - full module infos ( authors, references, description ... ) - - - improved module options management - - - jobs ( long-running exploits as browser related ones ) - - - upgrade a shell session to meterpreter - - - execute post modules on sessions - - - you can now have your msfconsole :heart: - - - command history for consoles and sessions - - - session/console output will still here until you close cSploit - - - event-based system ( notifications/feedback when something changes) + + ##### The new UI diff --git a/_posts/2016-01-14-working-on-ssl.md b/_posts/2016-01-14-working-on-ssl.md index 74c5df5..b95b52f 100644 --- a/_posts/2016-01-14-working-on-ssl.md +++ b/_posts/2016-01-14-working-on-ssl.md @@ -9,8 +9,10 @@ Rigth now I'm working on putting some extra feature into cSploit to intercept se I'm working on 2 features: - - DNS aliasing to bypass HSTS - - inject cSploit CA certificate + I think that the cleaner approach is the root CA certificate injection, as it will allow us to sniff even those connection that are started over SSL. @@ -29,4 +31,4 @@ If the unsecured resource contains any secured link we can strip them out. I will work more on this features today, the deadline for the work should be tomorrow around 3 PM UTC. This is a gift that I'm making to this my friend, however the work will be used to improve cSploit, -I hope that you will enjoy and apreciate my work. \ No newline at end of file +I hope that you will enjoy and apreciate my work. diff --git a/_posts/2016-12-02-csploit_2-updates.md b/_posts/2016-12-02-csploit_2-updates.md new file mode 100644 index 0000000..625a02b --- /dev/null +++ b/_posts/2016-12-02-csploit_2-updates.md @@ -0,0 +1,41 @@ +--- +title: Some updates about cSploit 2 development +categories: news +author: DeveloppSoft +--- + +##### Hello +Hi guys, I am DeveloppSoft, one of the cSploit devs. +I am currently working on the version 2 of our great project :heart:! +Let me give you some news... + +##### The new daemon +As some of you know, we have decided to rewrite the whole project in golang in order to build a daemon that will be able to run on most platforms (computers, Android phones, etc...). The daemon is located in a [new repository](https://github.com/cSploit/daemon), so you can track our progress! + +##### But... What about the UI?? +Well... That's a tricky question :smile:... +Currently we are focusing on the daemon, but we planned to start developing the UI soon! + +##### How will it work? +We will use a web based UI (provide more portability accross the different platforms) that will communicate with the daemon thanks to a REST api. + +##### What we did... + + +##### What's planed? + + +##### The end +Well... I guess it is the end, thanks guys! +And... don't forget to make a donation to the project if you can! :heart: diff --git a/_posts/2017-01-19-csploit_2-quick-update.md b/_posts/2017-01-19-csploit_2-quick-update.md new file mode 100644 index 0000000..4cc755a --- /dev/null +++ b/_posts/2017-01-19-csploit_2-quick-update.md @@ -0,0 +1,15 @@ +--- +title: Quick update on the cSploit2 development +categories: news +author: tux_mind +--- + +We are reaching an alpha state of the web app. After that we can start +working on a mobile client ( both Android and iOS ) which talk +with the cSploit server ( say your raspberry pi ). + +Next step will be to run the server on the same device of the client ( your +phone ), initially only for Android, iOS to check for feasibility. + +My apologies for taking so long, but I'm still working and studying, it's +not easy to find the time for my passions, but I'm doing my best. diff --git a/basic.css b/basic.css index 605da75..cf75ff9 100644 --- a/basic.css +++ b/basic.css @@ -1,5 +1,5 @@ body { - font-family: "Source Sans Pro", "Calibri", sans-serif; + font-family: "Source Sans Pro", "Calibri", sans-serif !important; font-weight: 200; font-size: calc(.6vmax + .8em); line-height: 1.4em; @@ -8,6 +8,13 @@ body { background: whitesmoke; } +::selection { + background: #bdbdbd !important; +} +::-moz-selection { + background: #bdbdbd !important; +} + h1, h2, h3, h4, h5, h6 { font-family: "Gentium Basic", serif; margin: 0; @@ -67,7 +74,7 @@ article { } article header { - text-align: center; + text-align: center !important; } article header p { @@ -79,11 +86,11 @@ article footer a::after { } body > footer { - text-align: center; + text-align: center !important; } body > footer span { - margin: 0 5%; + margin: 0 5% !important; } nav li { diff --git a/cSploit-nightly.apk b/cSploit-nightly.apk new file mode 100644 index 0000000..4d51579 Binary files /dev/null and b/cSploit-nightly.apk differ diff --git a/docs.md b/docs.md index d8931bb..c1429a0 100644 --- a/docs.md +++ b/docs.md @@ -14,11 +14,13 @@ My apologies for that, I'm doing my best to achieve a stable app :v:. #### Possible error -A short error message isn't often self-explanatory. Sometimes it too difficult to explain an issue with a short message and here you can find a few common examples that explain some errors: +A short error message isn't often self-explanatory. Sometimes it is too difficult to explain an issue with a short message and here you can find a few common examples that explain some errors: - - - cannot start process: this message is printed when the core of cSploit cannot start the required process. - - - **cmd** returned **#number**: this message is printed when **cmd** has exited with an error code **number** - - - **cmd** killed by signal **number**: this message is printed when **cmd** has been killed by signal **number** + The errors above are bugs that are specific for your device. Hence, please report them if no one already did. @@ -43,4 +45,4 @@ Like on every other open source project - don't ask for ETA :grin: ##### How can I contribute to cSploit ? -There are many ways to contribute: by [donating](http://www.csploit.org/donate.html), by improving the source code or by correcting my English on this website. +There are many ways to contribute: by [donating](http://www.csploit.org/donate), by improving the [source code](https://github.com/cSploit/android) or by [correcting](https://github.com/cSploit/cSploit.github.io) my English on this website. diff --git a/donate.html b/donate.html index 0050038..5ba756b 100644 --- a/donate.html +++ b/donate.html @@ -32,13 +32,13 @@
Bitcoin
  • - A new Thinkpad laptop with a good battery and memory
  • - A set of common WiFi adapters
  • - Some bluetooth adapter to add bluetooth hacking feature
  • -
  • - Some OTG adapters for pentestng over Ethernet and USB
  • +
  • - Some OTG adapters for pentesting over Ethernet and USB
  • - An old used iPhone
  • - csploit.org DNS record
  • -As now I’m using a Thinkpad T60, purchased by a kindness guy of you.
    -Sadly the battery life it’s about 30 minutes ( even if I purchased the biggest one ).
    -Also using heavy development tools require a lot of memory, as now 3GB of memory isn’t enough.
    +As of now I’m using a Thinkpad T60, purchased by a kindness of a guy like you.
    +Sadly the battery life is about 30 minutes ( even after I purchased the biggest battery available for this laptop ).
    +Also using heavy development tools require a lot of memory, as of now I have 3GB of memory which isn’t enough.

    Thanks for your help! thumb_up

    diff --git a/downloads.html b/downloads.html index 6700b7a..a34e8f3 100644 --- a/downloads.html +++ b/downloads.html @@ -11,11 +11,11 @@
    cSploit Release APK

    To download the application, click on the green button below and download the latest "cSploit-release.apk" file.

    - Download + Download
    cSploit Nightly APK

    Thanks to xaitax - nightly builds are available:

    - Download + Download
    diff --git a/news.html b/news.html index 2bfa314..d13a5ed 100644 --- a/news.html +++ b/news.html @@ -3,15 +3,18 @@ position: 5 --- -{% if site.categories.news.size > 0 %} -
    +
    +

    News

    +
    +
    {% for post in site.categories.news %} {{ post.date | date:"%Y-%m-%d" }} - {{ post.title }} {% endfor %} -{% else %} -
    -no news for now :tired_face: -{% endif %} +
    +
    +
    + +
    diff --git a/story.md b/story.md index 3cfcabe..3152b5d 100644 --- a/story.md +++ b/story.md @@ -4,9 +4,11 @@ position: 4 --- After being initially created by evilsocket, I ( tux-mind ) started working on dSploit in summer 2012, i forked it and added the following features: - - - Vulnerability finder - - - Exploit finder - - - MetaSploitFramework integration ( draft ) + After some weeks the project owner ( evilsocket ) asked me to merge it to the upstream branch. Initially there were about 2 main developers (me and evilsocket) and an UI developer ( androguide ).