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