Top Tweets for #bashtricks
¡Domina Bash y sorpréndete! 🐚💻 ¿Listo para encadenar comandos como un pro? 🤔 #BashTricks #Coding
Video completo en mi canal de Youtube 295devops
https://t.co/OOfxg4VHgN
I'm not sure who needs to hear this:
for i in {1..255} ;do echo 2>/dev/null >/dev/tcp/192.168.7.$i/22; if [ $? -eq 0 ]; then echo $i open; else echo $i closed; fi;done
#bashtricks
Is exit code 1 a sign that your script is just not that into you?
Source: https://t.co/Q7Ia2WH5lT
#SysAdmin #BashErrors #BashScripting #BashTricks #details #code

Do you know that you can pipe output to FFUF tool? This works great if you want to chain multiple tools or just pass the output to fuzz:
cat wordlist.txt | ffuf -w - -u https://t.co/SCnPaQgclI
#bugbountytip #bashtricks #Hacking
Not sure if this counts as #bashTricks or not. The ip command supports different output formats -o is oneline, -j is json, -p is pretty (the default)

#bashtricks #bugbounty #RECON
Grep URLs from a page:
curl -s https://t.co/Qu3GhBt9Xt | grep -Eo 'http[s]://[a-zA-Z0-9./?=_%:&-]*'
![syndrowm's tweet photo. #bashtricks #bugbounty #RECON
Grep URLs from a page:
curl -s https://t.co/Qu3GhBt9Xt | grep -Eo 'http[s]://[a-zA-Z0-9./?=_%:&-]*' https://t.co/x3wZt2uOVg](https://pbs.twimg.com/media/FGjFKs-WYAcFr8M.jpg)
#bashtricks (#readlinetricks ?) ...
If you hate highlighted paste in your prompt like I do:
echo "set enable-bracketed-paste off" >> ~/.inputrc
@iagox86 @chriselgee Great thread and reminds me of @egyp7's #bashTricks threads, if I'm #hashtagging properly
alias lastmod="find . -type f -exec stat --format '%Y :%y %n' \"{}\" \; | sort -nr | cut -d: -f2-"
Recursively find&sort the last modified files in your current directory. Useful for seeing modifications done by a colleague! #bashtricks @nixcraft

#bashtricks ripgrep reference "man rg"
I don't why I didn't know about ripgrep (shame on me), is like grep on steroids super faster, matching 5,000 domains into 20 million users csv file with ripgrep in 41 secs vs grep that didn't finish after 1 hr, w00t!
#Bugbounty #infosec

#bash can be very handy and very powerful when you know how to #debug your script.
Here is some things I learnt along the way. #shell #bashtricks

Difference between < << and <<< in #bash
< ;read in from a file
cat < /etc/passwd
<< ;read in from heredoc document
sort -u << EOF | sed -e 's/2020//'
2020
2019
2020
2021
EOF
<<< ;read in from a string
tr ' ' '\n' <<< "Hi folks! Bon week-end"
#cli #bashtricks
Thank you #recon_ng ( @LaNMaSteR53 ) I was able to use your tool as one of my examples in my #BashTricks series for one of the different ways to use standard in ( or stdin ) for the bash shell/scripting 😁
https://t.co/CuMZ92keMH
Today, we have an update to our #Bash series! Bash Tricks 07: Standard In. We have a full Bash Playlist with details about different aspects of Bash, Check it out! #StandardIn #input #fundamentals @RonJonArod
https://t.co/ZflNA56vDl
TIL about the paste command. Where have you been my whole life?? *nix is an endless well of amazing text manipulation commands.
(inb4 yall 1up me with sed/awk craziness)

#bashTricks When making complicated for loop one-liners
1) Use echo to see the command without running it.
2) Pipe the command to bash -x to see the command and the result

5 terminal tricks I wish I knew sooner
https://t.co/oA5OTZQvgf
#linux #macos #bashtricks #developer #python #tricks #ubuntu #debian #terminal
I really like @egyp7's bash tricks he has been posting so I may do a few. Easy one... colorize your diff output and put it into 2 columns for easier digestion
colordiff -yW"`tput cols`" file1.txt file2.txt
#bashTricks
Find multilevel subdomains from list , replace 3 with level of domains
rep '\(.*'"\."'\)\{3\}'
#bugbounty #bashtricks
Add https at start of domain list , useful for parsing file in ffuf & httpx
ts "https://" | tr -d ' '
#bugbounty #bashtricks
Remove https in subdomain list useful in parsing file to naabu
sed 's/https\?:\/\///'
#bugbounty #bashtricks
Last Seen Hashtags on Sotwe
ロッソラボ
Seen from Indonesia
brother and sister real
Seen from Turkey
สาวเสียวงูใหญ่
Seen from United States
勝又怒りの
Seen from United States
antalyapasif
Seen from Turkey
baits
Seen from Brazil
monkeyapp
Seen from Turkey
thursdaygameplay
Seen from United States
BUS_ดีใจที่ไม่มีเธอ_ConceptPhoto
Seen from United States
แนวแม่ลูก
Seen from Portugal
Trends for you
Most Popular Users

Elon Musk 
@elonmusk
241M followers

Barack Obama 
@barackobama
119.2M followers

Cristiano Ronaldo 
@cristiano
112.1M followers

Donald J. Trump 
@realdonaldtrump
111.8M followers

Narendra Modi 
@narendramodi
107.1M followers

Rihanna 
@rihanna
98M followers

NASA 
@nasa
92.2M followers

Justin Bieber 
@justinbieber
91.2M followers

KATY PERRY 
@katyperry
88.5M followers

Taylor Swift 
@taylorswift13
82.4M followers

Lady Gaga 
@ladygaga
73.9M followers

Virat Kohli 
@imvkohli
71.2M followers

Kim Kardashian 
@kimkardashian
70.2M followers

YouTube 
@youtube
68.7M followers

Bill Gates 
@billgates
64.4M followers

Neymar Jr 
@neymarjr
64.1M followers

The Ellen Show
@theellenshow
62.4M followers

CNN 
@cnn
61.8M followers

Selena Gomez 
@selenagomez
61.6M followers

X 
@x
60.8M followers













