https://github.com/peter-juhasz/adventures-in-security
https://github.com/peter-juhasz/adventures-in-security
hacking security writeups
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peter-juhasz/adventures-in-security
- Owner: Peter-Juhasz
- Created: 2023-10-30T20:18:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T21:20:52.000Z (over 2 years ago)
- Last Synced: 2025-09-09T13:52:07.248Z (9 months ago)
- Topics: hacking, security, writeups
- Homepage:
- Size: 6.84 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Adventures in Security
This page collects my adventures in cybersecurity and hacking.
## Projects / Labs
- [Science.Cryptography.Ciphers](https://github.com/Peter-Juhasz/Science.Cryptography.Ciphers): classic ciphers implemented with modern high performance tools in .NET
- [aspnetcoresecurity](https://github.com/Peter-Juhasz/aspnetcoresecurity): general use middlewares and tag helpers for ASP.NET Core
- [wordlist-tool](https://github.com/Peter-Juhasz/wordlist-tool): high performance tool for manipulating wordlists
- [waf](https://github.com/Peter-Juhasz/waf): high performance Web Application Firewall, which can be used as a middleware or a reverse proxy
- [sql-injection](https://github.com/Peter-Juhasz/sql-injection): a query provider for EF Core which executes database queries in a remote database via an SQL injection vulnerability
## Adventures in whitehat hacking
The following write-ups are based on real world examples.
- [Lucene injection](/lucene.md): How to inject into a Lucene search query