Thread Reader
Share this page!
×
Post
Share
Email
Enter URL or ID to Unroll
×
Unroll Thread
You can paste full URL like: https://x.com/threadreaderapp/status/1644127596119195649
or just the ID like: 1644127596119195649
How to get URL link on X (Twitter) App
On the Twitter thread, click on
or
icon on the bottom
Click again on
or
Share Via icon
Click on
Copy Link to Tweet
Paste it above and click "Unroll Thread"!
More info at
Twitter Help
haksec.io
@haksecio
👨💻 Penetration testing 🧑💼 Cybersecurity consulting 🎓Appsec training 🌏 Born in Australia, serving customers globally Founded by @hakluke
Subscribe
Save as PDF
Jun 6, 2023
•
11 tweets
•
7 min read
10 ways to use awk for hackers! 🚀 🧵👇
1️⃣ Extracting Specific Columns from a CSV File
Quickly extract email addresses and phone numbers from a huge contact list.
#DataExtraction
#EthicalHacking
Save as PDF
Jun 3, 2023
•
11 tweets
•
1 min read
10 Vim commands for Vim-virgins 🧵👇
#vim
✨ Bonus: Open Vim by typing "vim" in the terminal ✨
1️⃣ Getting started with Vim:
⌨️ Press "i" to enter insert mode and start typing.
⌨️ To switch to command mode, press the "Esc" key.
🧵2/11