Skip to content

Latest commit

 

History

History
94 lines (79 loc) · 2.36 KB

day06.md

File metadata and controls

94 lines (79 loc) · 2.36 KB

ChaigncHackademy DayXX

Session donné par @chaignc.

<<<<<<< HEAD Contributeur externe: @SaxX

Date: de 22h à 1H00 le 23/12/2019

Contributeur externe: @SaxX:https://twitter.com/_saxx_ [@spider]

Date: de 21H25 à 00H22 le 23/12/2019

3a065396153c8fafa7b839315fe2dfb51f45a1a8

Contenu du cours

  • Présentation du TP par hbygh
  • Wayback machine
  • Data Exfiltration
  • Wireshark HTTP Object
  • Wireshark filters
  • DNS protocol
  • zip2john
  • johntheripper
  • Saxx:
  • Bruteforce de DNS
  • Delgation DNS
  • sous domaine
  • résolution d'un nom de domaine

Résultat TP Day05

Outils présentés

Burpsuite, Wireshark, sublist3r, aquatone, keepass

Commandes présentées

python sublist3r.py -d yahoo.com -b -t100 -p 80,443,21,22
cd /tmp/
apt install openvpn
ipconfig
ip a
ip --color --brief a
alias ipa='ip --color --brief a'
openvpn --config Chaignc.ovpn
man chsh
file /bin/ls
hexdump /bin/ls
hexdump -C /bin/ls
john --list=subformats
man john
zip2john
apt install keepass2
apt install i3
fluxgui
man base64
apt install neovim
alias vim=nvim
echo $HOME
env
su test
whoami
man adduser
grep -rn root /etc/passwd
pwd
echo test
fdfind -iname name
fdfind test

Liens / Ressources