摘要:
Common Bash #Exfiltration using Base64 base64 -w 0 file  #Get HexDump without new lines xxd -p boot12.bin | tr -d '\n'  #Add public key to authorize 阅读全文
摘要:
The Groovy language supports two flavors of metaprogramming: runtime and compile-time. The first allows altering the class model and the behavior of a 阅读全文
摘要:
1. Working with IO Groovy provides a number of helper methods for working with I/O. While you could use standard Java code in Groovy to deal with thos 阅读全文