From 8ad7a47b7fd0d4cf8f105602156f483a67893119 Mon Sep 17 00:00:00 2001 From: bryce-b Date: Thu, 27 Dec 2018 18:12:28 -0500 Subject: [PATCH 1/6] - signed-off-by: bryce-b --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0403403..03337d8 100644 --- a/README.md +++ b/README.md @@ -566,6 +566,7 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: ctf-tools - some setup scripts for security research tools.
  :small_orange_diamond: security-tools - collection of small security tools created mostly in Python. CTFs, pentests and so on.
  :small_orange_diamond: fuzzdb - dictionary of attack patterns and primitives for black-box application fault injection and resource discovery.
+  :small_orange_diamond: GDB PEDA - Python Exploit Development Assistance for GDB.

##### :black_small_square: Pentests bookmarks collection @@ -640,6 +641,8 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: RingZer0 - tons of challenges designed to test and improve your hacking skills.
  :small_orange_diamond: Ubeeri - preconfigured lab environments.
  :small_orange_diamond: Pentestit - emulate an IT infrastructure of real companies for a legal pen testing and improving penetration testing skills.
+  :small_orange_diamond: Microcorruption - reversal challenges done in the web interface.
+  :small_orange_diamond: Crackmes - download crackmes to help improve your reverse engineering skills.

#### Your daily knowledge and news From bcc2d72ecc6a83f66355e4a293153830482a3178 Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 28 Dec 2018 08:58:04 +0100 Subject: [PATCH 2/6] added Crypto chapter and Keybase - signed-off-by: trimstray --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 0403403..f75993d 100644 --- a/README.md +++ b/README.md @@ -300,6 +300,12 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: DKIM SPF & Spam Assassin Validator - checks mail authentication and scores messages with Spam Assassin.

+##### :black_small_square: Crypto + +

+  :small_orange_diamond: Keybase - it's open source and powered by public-key cryptography.
+

+ ##### :black_small_square: Net-tools

From 1bbe000d715c9538eaad8c25a6575cf90db7e62e Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 28 Dec 2018 09:38:31 +0100 Subject: [PATCH 3/6] added cxsecurity - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1964aa4..29ec959 100644 --- a/README.md +++ b/README.md @@ -380,6 +380,7 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: Exploit DB - CVE compliant archive of public exploits and corresponding vulnerable software.
  :small_orange_diamond: 0day.today - exploits market provides you the possibility to buy zero-day exploits and also to sell 0day exploits.
  :small_orange_diamond: sploitus - the exploit and tools database.
+  :small_orange_diamond: cxsecurity - free vulnerability database.

#### Manuals/Howtos/Tutorials From 6f8a4728611a2ef995df59bb08530349b2f92fea Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 28 Dec 2018 09:41:14 +0100 Subject: [PATCH 4/6] added new chapter: Python - signed-off-by: trimstray --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 29ec959..a5bd7e2 100644 --- a/README.md +++ b/README.md @@ -393,6 +393,12 @@ performance of any of your sites from across the globe.
  :small_orange_diamond: Shell & Utilities - describes the commands and utilities offered to application programs by POSIX-conformant systems.

+##### :black_small_square: Python + +

+  :small_orange_diamond: Awesome Python - A curated list of awesome Python frameworks, libraries, software and resources.
+

+ ##### :black_small_square: Sed & Awk & Other

From 99325fddd9ad613d4842ccb30344b81f5e40f1e2 Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 28 Dec 2018 09:43:49 +0100 Subject: [PATCH 5/6] moved Crypto to Systems/Services - signed-off-by: trimstray --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index a5bd7e2..2d2ed01 100644 --- a/README.md +++ b/README.md @@ -300,12 +300,6 @@ Before add pull request please see **[this](https://github.com/trimstray/the-boo   :small_orange_diamond: DKIM SPF & Spam Assassin Validator - checks mail authentication and scores messages with Spam Assassin.

-##### :black_small_square: Crypto - -

-  :small_orange_diamond: Keybase - it's open source and powered by public-key cryptography.
-

- ##### :black_small_square: Net-tools

@@ -520,6 +514,12 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: Protonmail - is the world's largest secure email service, developed by CERN and MIT scientists.

+##### :black_small_square: Crypto + +

+  :small_orange_diamond: Keybase - it's open source and powered by public-key cryptography.
+

+ ##### :black_small_square: PGP Keyservers

From 145e237f73c9172186eb6447330f4ef080e44dc2 Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 28 Dec 2018 09:46:40 +0100 Subject: [PATCH 6/6] added Awesome-Selfhosted - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2d2ed01..a41ac84 100644 --- a/README.md +++ b/README.md @@ -555,6 +555,7 @@ Linux Security Expert - trainings, howtos, checklists, security tools an   :small_orange_diamond: Awesome Sysadmin - amazingly awesome open source sysadmin resources.
  :small_orange_diamond: Awesome Shell - awesome command-line frameworks, toolkits, guides and gizmos.
  :small_orange_diamond: Movies for Hackers - list of movies every hacker & cyberpunk must watch.
+  :small_orange_diamond: Awesome-Selfhosted - list of Free Software network services and web applications which can be hosted locally.
  :small_orange_diamond: Awesome Pcaptools - collection of tools developed by other researchers to process network traces.
  :small_orange_diamond: Linux Network Performance - learn where some of the network sysctl variables fit into the Linux/Kernel network flow.
  :small_orange_diamond: Awesome Scalability - best practices in building High Scalability, High Availability, High Stability and more.