Advanced Search
Search Results
168 total results found
CMD injection
Shell single quote For date '$FORMAT' FORMAT '; cat /flag' Gives date ''; cat /flag''
ZIP cracking
Known plaintext (file) https://github.com/keyunluo/pkcrack Need one exact file in plaintext from the encrypted archive. The ZIP archive encrypts each file individually but using same key, so one can list contents and file sizes before and after compression. ...
Tetra Fish Feeder
Tetra Feeder.FCStd Tetra Feeder.3mf Tetra Feeder.stl
Ikea Besta Corner Stabiliser
Print 4 and screw in the corners at the back of your Ikea Besta cupboard or storage unit to reduce its sideways wobble. Besta_stabilizer.FCStd Besta_stabilizer.stl Besta_stabilizer.3mf
SSTI - Server Side Template Injections
Server Side Template Injections Template injections examples Java - Velocity Runs command Gets String([binary], encoding) constructor (we can't call new in context of template) Calls constructor to convert binary array of command output to UTF-8 string for ...
IRB
Chunk s.scan(/......./) Binary to integer s.to_i(2) Integer to ASCII character 123.chr Hex to integer "7D".to_i(16) Integer to hex 125.to_s(16)