Cheat Sheet Hacking
Search...
Ctrl + K
Useful things
Linux Commands
To extract specific range of lines in files
Copy
# To extract the first 10.000 lines
sed
-n
'1,10000p'
file.txt
Previous
Proxy Activation
Next
Recreate multipart/form-data request
Last updated
1 month ago
💡