Skip to content

Commit 9d5007b

Browse files
author
DeveloppSoft
committed
Fixing lists
1 parent d7380c1 commit 9d5007b

File tree

6 files changed

+55
-37
lines changed

6 files changed

+55
-37
lines changed

_posts/2015-05-10-Too-busy-right-now.md

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,18 +30,23 @@ I'm taking many courses to finish my lower-level graduation.
3030
3 of these require to build a project.
3131
for June I have to:
3232

33-
- build a website
34-
- build a complex system for a big company
35-
- build a game in Java
33+
<ul class="collection">
34+
<li class="collection-item">build a website</li>
35+
<li class="collection-item">build a complex system for a big company</li>
36+
<li class="collection-item">build a game in Java</li>
37+
</ul>
3638

3739
beside these jobs I have the exams for other courses for July.
3840

39-
- Physics
40-
- Technical Physics
41-
- Mechanics
42-
- Logic Circuits
43-
- Database 1
44-
- Geometry
41+
42+
<ul class="collection">
43+
<li class="collection-item">Physics</li>
44+
<li class="collection-item">Technical Physics</li>
45+
<li class="collection-item">Mechanics</li>
46+
<li class="collection-item">Logic Circuits</li>
47+
<li class="collection-item">Database 1</li>
48+
<li class="collection-item">Geometry</li>
49+
</ul>
4550

4651
##### My fails
4752

_posts/2015-11-24-preparing-csploit-2.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,18 @@ can exploit the whole power of the MSF.
2020

2121
here some new feature that I hope you like:
2222

23-
- - full module infos ( authors, references, description ... )
24-
- - improved module options management
25-
- - jobs ( long-running exploits as browser related ones )
26-
- - upgrade a shell session to meterpreter
27-
- - execute post modules on sessions
28-
- - you can now have your msfconsole :heart:
29-
- - command history for consoles and sessions
30-
- - session/console output will still here until you close cSploit
31-
- - event-based system ( notifications/feedback when something changes)
23+
24+
<ul class="collection">
25+
<li class="collection-item">full module infos ( authors, references, description ... )</li>
26+
<li class="collection-item">improved module options management</li>
27+
<li class="collection-item">jobs ( long-running exploits as browser related ones )</li>
28+
<li class="collection-item">upgrade a shell session to meterpreter</li>
29+
<li class="collection-item">execute post modules on sessions</li>
30+
<li class="collection-item">you can now have your msfconsole :heart:</li>
31+
<li class="collection-item">command history for consoles and sessions</li>
32+
<li class="collection-item">session/console output will still here until you close cSploit</li>
33+
<li class="collection-item">event-based system ( notifications/feedback when something changes)</li>
34+
</ul>
3235

3336
##### The new UI
3437

_posts/2016-01-14-working-on-ssl.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ Rigth now I'm working on putting some extra feature into cSploit to intercept se
99

1010
I'm working on 2 features:
1111

12-
- DNS aliasing to bypass HSTS
13-
- inject cSploit CA certificate
12+
<ul class="collection">
13+
<li class="collection-item">DNS aliasing to bypass HSTS</li>
14+
<li class="collection-item">inject cSploit CA certificate</li>
15+
</ul>
1416

1517
I think that the cleaner approach is the root CA certificate injection,
1618
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.
2931
I will work more on this features today, the deadline for the work should be tomorrow around 3 PM UTC.
3032

3133
This is a gift that I'm making to this my friend, however the work will be used to improve cSploit,
32-
I hope that you will enjoy and apreciate my work.
34+
I hope that you will enjoy and apreciate my work.

_posts/2016-12-02-csploit_2-updates.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,22 @@ Currently we are focusing on the daemon, but we planned to start developing the
1919
##### How will it work?
2020
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.
2121

22-
##### What we did
23-
- A nice database
24-
- Ability to manages hosts, services and even scanned networks!
25-
- WiFi cracking (no, it is not a joke :smirk:!)
26-
- The network radar
22+
##### What we did...
23+
<ul class="collection">
24+
<li class="collection-item">A nice database</li>
25+
<li class="collection-item">Ability to manage hosts, ports, services and even scanned networks!</li>
26+
<li class="collection-item">Wifi cracking (no, it's not a joke :smirk:)</li>
27+
<li class="collection-item">Network radar</li>
28+
</ul>
2729

2830
##### What's planed?
29-
- I will continue to work on the WiFi attacks by implementing Wps and rogue APs (thanks to the [mana](https://github.com/sensepost/mana)) attacks.
30-
- Napitek is working on the evilproxy project (manipulate victims traffic after an MITM attack).
31-
- IwraStudios is working on dns2proxy project (will let us intercept https).
32-
- Tux-mind is working really hard on the daemon (can't quote evrything :smile:!).
33-
- If I forgot someone, I am sorry!
31+
<ul class="collection">
32+
<li class="collection-item">I will work on implementing rogue APs (thanks to the [mana](https://github.com/sensepost/mana) project) and Wps attacks</li>
33+
<li class="collection-item">Tux-mind is working very hard on the daemon (can't quote everything :smile:!).
34+
<li class="collection-item">Napitek is working on evilproxy</li>
35+
<li class="collection-item">IwraStudios is working on dns2proxy</li>
36+
</li>
37+
</ul>
3438

3539
##### The end
3640
Well... I guess it is the end, thanks guys!

docs.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ My apologies for that, I'm doing my best to achieve a stable app :v:.
1616

1717
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:
1818

19-
- - cannot start process: this message is printed when the core of cSploit cannot start the required process.
20-
- - **cmd** returned **#number**: this message is printed when **cmd** has exited with an error code **number**
21-
- - **cmd** killed by signal **number**: this message is printed when **cmd** has been killed by signal **number**
19+
<ul class="collection">
20+
<li class="collection-item">cannot start process: this message is printed when the core of cSploit cannot start the required process</li>
21+
<li class="collection-item">**cmd** returned **#number**: this message is printed when **cmd** has exited with an error code **number**</li>
22+
<li class="collection-item">**cmd** killed by signal **number**: this message is printed when **cmd** has been killed by signal **number**</li>
23+
</ul>
2224

2325
The errors above are bugs that are specific for your device. Hence, please report them if no one already did.
2426

story.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ position: 4
44
---
55
After being initially created by evilsocket, I ( tux-mind ) started working on dSploit in summer 2012, i forked it and added the following features:
66

7-
- - Vulnerability finder
8-
- - Exploit finder
9-
- - MetaSploitFramework integration ( draft )
7+
<ul class="collection">
8+
<li class="collection-item">Vulnerability finder</li>
9+
<li class="collection-item">Exploit finder</li>
10+
<li class="collection-item">MetaSploitFramework integration ( draft )</li>
11+
</ul>
1012

1113
After some weeks the project owner ( evilsocket ) asked me to merge it to the upstream branch.
1214
Initially there were about 2 main developers (me and evilsocket) and an UI developer ( androguide ).

0 commit comments

Comments
 (0)