Update README.md

This commit is contained in:
Aniket 2024-10-08 22:27:32 +05:30 committed by GitHub
parent d462920080
commit beedabd105
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -290,6 +290,7 @@ See also *[Reverse Engineering Tools](#reverse-engineering-tools)*.
* [JWT Cracker](https://github.com/lmammino/jwt-cracker) - Simple HS256 JSON Web Token (JWT) token brute force cracker. * [JWT Cracker](https://github.com/lmammino/jwt-cracker) - Simple HS256 JSON Web Token (JWT) token brute force cracker.
* [John the Ripper](http://www.openwall.com/john/) - Fast password cracker. * [John the Ripper](http://www.openwall.com/john/) - Fast password cracker.
* [Rar Crack](http://rarcrack.sourceforge.net) - RAR bruteforce cracker. * [Rar Crack](http://rarcrack.sourceforge.net) - RAR bruteforce cracker.
*
## Hex Editors ## Hex Editors
@ -506,6 +507,9 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*.
* [w3af](https://github.com/andresriancho/w3af) - Web application attack and audit framework. * [w3af](https://github.com/andresriancho/w3af) - Web application attack and audit framework.
* [nuclei](https://github.com/projectdiscovery/nuclei) - Fast and customizable vulnerability scanner based on simple YAML based DSL. * [nuclei](https://github.com/projectdiscovery/nuclei) - Fast and customizable vulnerability scanner based on simple YAML based DSL.
## JWT Testing tools
* [JWack](https://github.com/offen5iv3/JWack) - JWack is a powerful security tool designed for interacting with JSON Web Tokens (JWT).
## Online Resources ## Online Resources
### Online Operating Systems Resources ### Online Operating Systems Resources
@ -549,6 +553,8 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*.
* [Python Programming by @svaksha](https://github.com/svaksha/pythonidae) - General Python programming. * [Python Programming by @svaksha](https://github.com/svaksha/pythonidae) - General Python programming.
* [Python Programming by @vinta](https://github.com/vinta/awesome-python) - General Python programming. * [Python Programming by @vinta](https://github.com/vinta/awesome-python) - General Python programming.
* [Python tools for penetration testers](https://github.com/dloss/python-pentest-tools) - Lots of pentesting tools are written in Python. * [Python tools for penetration testers](https://github.com/dloss/python-pentest-tools) - Lots of pentesting tools are written in Python.
* [Python 101](https://www.darkrelay.com/challenge-page/python-101-course?programId=cf43f996-17e1-4e45-9c3b-d246c1096f86) Python 101
* [Python 102](https://www.darkrelay.com/challenge-page/python-201-course?programId=2f3cff47-3e87-4bfc-8a4d-01b1ca4eb0f9) Python 102
* [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - An open-source inventory of tools, resources, CTF platforms and Operating Systems about CyberSecurity. ([Source](https://gitlab.com/rawsec/rawsec-cybersecurity-list)) * [Rawsec's CyberSecurity Inventory](https://inventory.raw.pm/) - An open-source inventory of tools, resources, CTF platforms and Operating Systems about CyberSecurity. ([Source](https://gitlab.com/rawsec/rawsec-cybersecurity-list))
* [Red Teaming](https://github.com/yeyintminthuhtut/Awesome-Red-Teaming) - List of Awesome Red Teaming Resources. * [Red Teaming](https://github.com/yeyintminthuhtut/Awesome-Red-Teaming) - List of Awesome Red Teaming Resources.
* [Ruby Programming by @Sdogruyol](https://github.com/Sdogruyol/awesome-ruby) - The de-facto language for writing exploits. * [Ruby Programming by @Sdogruyol](https://github.com/Sdogruyol/awesome-ruby) - The de-facto language for writing exploits.
@ -561,7 +567,9 @@ See also *[Intercepting Web proxies](#intercepting-web-proxies)*.
* [Serverless Security](https://github.com/puresec/awesome-serverless-security/) - Curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers. * [Serverless Security](https://github.com/puresec/awesome-serverless-security/) - Curated list of awesome serverless security resources such as (e)books, articles, whitepapers, blogs and research papers.
* [Shell Scripting](https://github.com/alebcay/awesome-shell) - Command line frameworks, toolkits, guides and gizmos. * [Shell Scripting](https://github.com/alebcay/awesome-shell) - Command line frameworks, toolkits, guides and gizmos.
* [YARA](https://github.com/InQuest/awesome-yara) - YARA rules, tools, and people. * [YARA](https://github.com/InQuest/awesome-yara) - YARA rules, tools, and people.
* [wireshark](https://www.darkrelay.com/challenge-page/what-is-wireshark?programId=220861ad-a2ed-4a10-a7c0-9faf217694d7) End to end wireshark resource, covers complex, real-life scenarios.
* [Introduction to SOC and SIEM](https://www.darkrelay.com/challenge-page/introduction-to-soc-siem?programId=7858e686-c813-4f70-9907-fd96daa71800) The Introduction to SOC and SIEM teaches students about the fundamentals of Security Operations Centers (SOCs) and Security Information and Event Management (SIEM) systems.
*
### Penetration Testing Report Templates ### Penetration Testing Report Templates
* [Public Pentesting Reports](https://github.com/juliocesarfort/public-pentesting-reports) - Curated list of public penetration test reports released by several consulting firms and academic security groups. * [Public Pentesting Reports](https://github.com/juliocesarfort/public-pentesting-reports) - Curated list of public penetration test reports released by several consulting firms and academic security groups.