- https://github.com/swisskyrepo/PayloadsAllTheThings
- https://knowledge-base.secureflag.com/
- https://book.hacktricks.xyz/welcome/readme
- https://www.exploit-db.com/
- https://skf.gitbook.io/asvs-write-ups/
- https://github.com/OWASP/CheatSheetSeries/tree/master/cheatsheets
- https://exchange.xforce.ibmcloud.com/
- https://github.com/GrrrDog/Java-Deserialization-Cheat-Sheet
Install Java 11 and Maven using https://sdkman.io/install
Install SDKMan
$ curl -s "https://get.sdkman.io" | bash
- Accelerate: The Science of Lean Software and DevOps: Building and Scaling High Performing Technology Organizations
- A Philosophy of Software Design, 2nd Edition by John Ousterhout
- The Pragmatic Programmer: Your Journey To Mastery (20th Anniversary Edition) by David Thomas, Andrew Hunt
- The Legacy Code Programmer's Toolbox by Jonathan Boccara
- Working Effectively with Legacy Code by Michael Feathers
- Don't Make Me Think, Revisited: A Common Sense Approach to Web Usability (3rd Edition) by Steve Krug
- [Build APIs You Won't Hate: Everyo
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
Groovy script for testing Vertx BlockedThreadChecker. | |
To run: | |
1. Install Groovy using sdkman (http://sdkman.io) | |
2. Excecute script using groovy command: | |
groovy -Dgroovy.grape.report.downloads=true BlockedThreadCheckerTest.groovy | |
*/ | |
@Grab('io.vertx:vertx-core:3.4.2') |