From fdd09187a274eb535e036a0f28906eb52a0603e4 Mon Sep 17 00:00:00 2001 From: ByteSnipers GmbH <55362478+ByteSnipers@users.noreply.github.com> Date: Mon, 3 Jun 2024 02:29:01 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++----------- 1 file changed, 10 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index af191a5..edbf27d 100644 --- a/README.md +++ b/README.md @@ -259,9 +259,9 @@ Your contributions and suggestions are heartily welcome. Please check the [Contr - [Wireshark Display Filters](docs/Wireshark_Display_Filters.pdf) - Filters for the best sniffing tool ### Tools Online -- [revshells.com](https://www.revshells.com/) - Reverse shell payload generator ([Source code](https://github.com/0dayCTF/reverse-shell-generator)) -- [Segfault](https://www.thc.org/segfault/) - Segfault: Free disposable root servers (by [@THC](https://www.thc.org/)) -- [suip.biz](https://suip.biz/) - Various free online pentesting tools like nmap, wpscan, sqlmap (...) +- [revshells.com](https://www.revshells.com) - Reverse shell payload generator ([Source code](https://github.com/0dayCTF/reverse-shell-generator)) +- [Segfault](https://www.thc.org/segfault) - Segfault: Free disposable root servers (by [@THC](https://www.thc.org/)) +- [suip.biz](https://suip.biz) - Various free online pentesting tools like nmap, wpscan, sqlmap (...) - [XSS'OR Encoder/Decoder](http://xssor.io/#ende) - Online Decoder/Encoder for testing purposes (@evilcos) - [WebGun](https://brutelogic.com.br/webgun/) - WebGun, XSS Payload Creator (@brutelogic) - [Hackvertor](https://hackvertor.co.uk) - Tool to convert various encodings and generate attack vectors (@garethheyes) @@ -269,8 +269,7 @@ Your contributions and suggestions are heartily welcome. Please check the [Contr ### Payloads -- [Fuzzdb](https://github.com/fuzzdb-project/fuzzdb) - Dictionary of attack patterns and primitives for black-box application testing -Polyglot Challenge with submitted solutions +- [Fuzzdb](https://github.com/fuzzdb-project/fuzzdb) - Dictionary of attack patterns and primitives for black-box application testing Polyglot Challenge with submitted solutions - [SecList](https://github.com/danielmiessler/SecLists) - A collection of multiple types of lists used during security assessments. List types include usernames, passwords, URLs, sensitive data grep strings, fuzzing payloads, and many more ### Write-Ups @@ -287,12 +286,12 @@ Polyglot Challenge with submitted solutions ### Defence Topics -- [Docker Security Cheat Sheet](https://container-solutions.com/content/uploads/2015/06/15.06.15_DockerCheatSheet_A2.pdf) - The following tips should help you to secure a container based system [(PDF version)](docs/DockerCheatSheet.pdf) -- [Windows Domain Hardening](https://github.com/PaulSec/awesome-windows-domain-hardening) - A curated list of awesome Security Hardening techniques for Windows +- [Docker Security Cheat Sheet](https://container-solutions.com/content/uploads/2015/06/15.06.15_DockerCheatSheet_A2.pdf) - The following tips should help you to secure a container based system [(PDF version)](docs/DockerCheatSheet.pdf). +- [Windows Domain Hardening](https://github.com/PaulSec/awesome-windows-domain-hardening) - A curated list of awesome Security Hardening techniques for Windows. ### Programming -- [JavaScript Cheat Sheet](https://github.com/coodict/javascript-in-one-pic) - Learn JavaScript in one picture [(Online version)](https://git.io/Js-pic) [(PNG version)](docs/js-in-one-pic.png) -- [Python Cheat Sheet #1](https://github.com/siyuanzhao/python3-in-one-pic) - Learn python3 in one picture [(PNG version)](docs/python-3-in-one-pic.png) -- [Python Cheat Sheet #2 ](https://github.com/coodict/python3-in-one-pic) - Learn python3 in one picture [(Online version)](https://git.io/Coo-py3) [(PNG version)](docs/py3-in-one-pic.png) -- [Python Snippets Cheat Sheet](docs/python-snippets.md) - List of helpful re-usable code snippets in Python +- [JavaScript Cheat Sheet](https://github.com/coodict/javascript-in-one-pic) - Learn JavaScript in one picture [(Online version)](https://git.io/Js-pic) [(PNG version)](docs/js-in-one-pic.png). +- [Python Cheat Sheet #1](https://github.com/siyuanzhao/python3-in-one-pic) - Learn python3 in one picture [(PNG version)](docs/python-3-in-one-pic.png). +- [Python Cheat Sheet #2 ](https://github.com/coodict/python3-in-one-pic) - Learn python3 in one picture [(Online version)](https://git.io/Coo-py3) [(PNG version)](docs/py3-in-one-pic.png). +- [Python Snippets Cheat Sheet](docs/python-snippets.md) - List of helpful re-usable code snippets in Python.