Pim's (@__pims__) 's Twitter Profile
Pim's

@__pims__

ID: 1083177817

calendar_today12-01-2013 14:42:24

51 Tweet

12 Takipçi

802 Takip Edilen

Futura (@futurasciences) 's Twitter Profile Photo

( 🌎 ) Les #Casoars font partie des oiseaux les plus dangereux au monde… 🇦🇺 Ce sont des #oiseaux frugivores vivant dans les forêts tropicales humides. Mesurant 1,80 m pour 70kg, il peut être un véritable danger pour quiconque s’en approche. Infos 👉 buff.ly/3HwPVFJ

Omar Hashem (@omarhashem666) 's Twitter Profile Photo

Hello everyone, as promised, this is a detailed write-up on how I was able to get an account takeover in HubSpot Public Bug Bounty Program omar0x01.medium.com/4e2047914ab5 #BugBounty #bugbountytips #Pentesting #cybersecurite #infosec ATO

bearstech (@bearstech) 's Twitter Profile Photo

🐻 WebRTC : la théorie. Première partie d'une série de deux articles sur la technologie WebRTC (2021). bearstech.com/societe/blog/l…

Pim's (@__pims__) 's Twitter Profile Photo

die(){ >&2 printf "%b\n" "ERR: ${1:-Woops} ${*:2}\nDBG ${BASH_SOURCE}" while read -r l f s;do >&2 printf "\tIn %b:%b... %b\n" "${f}" "${l}" "$(sed -ne "${l}p" "${BASH_SOURCE}")" done< <(while caller ${f:-0};do ((f++));done) exit 1;} c(){ false||die $1; } d(){ c $2;} d 1 2 #bash

Pim's (@__pims__) 's Twitter Profile Photo

#bash Certificates_transparency.sh : zerobin.lagout.org/?4f8bda3fe7d89… bash ./Certificates_transparency.sh "gouv.fr" zerobin.lagout.org/?6ad9bb3280e91…

Pim's (@__pims__) 's Twitter Profile Photo

#Bash Anti-brute force Deception script 1) Check des logs journalctl sur un motif d'attaque 2) Si match, Relge la fenetre TCP (MSS) à 5 octets vers l'vic attaquante zerobin.lagout.org/?addf6d09fffe2…

Pim's (@__pims__) 's Twitter Profile Photo

#bash function cert_transparency() { curl "crt.sh/?q=${1}" | sed -r "s#<[/]?(td|br)>#\n#gi" | grep -oP "^[a-z0-9\-.\*]*.${1}"| sort -u ; } function IPLocate() { \curl -s --url "ip-api.com/json/${1}" | \jq -r . ;}

Pim's (@__pims__) 's Twitter Profile Photo

#bash function for escaping a command line special characters in realtime (Esc + e shortcut) _escape_wo_executing() { local to_esc="$(printf '%q' "${READLINE_LINE#* }")" ; READLINE_LINE=$(printf '%s %q' "${READLINE_LINE%% *} ${to_esc}") } bind -x '"\ee":_escape_wo_executing'

v (@iavins) 's Twitter Profile Photo

Collection of insane and fun facts about SQLite. Let's go! SQLite is the most deployed and most used database. There are over one trillion (1000000000000 or a million million) SQLite databases in active use. It is maintained by three people. They don't allow outside