-
Notifications
You must be signed in to change notification settings - Fork 0
/
script.js
152 lines (119 loc) · 3.42 KB
/
script.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
let text = document.getElementById('text');
function handleKeyPress(event) {
if (event.key === 'Enter') {
startHacking();
event.preventDefault();
}
}
function startHacking() {
let user = document.getElementById('input').value;
if (user) {
let Name_code = [
`@4z6G&L`,
`@ry65df`,
`@099eri`,
`@343uer`,
`@9545tshs`,
`@756perf`,
`@5430yud`,
`@njsf65`,
`@543af64`,
`@usre235`,
`@533trys`,
`@358purs`,
`@6530ofs`,
`@420sfua`
]
let pass = [
`9E*jn#h@7q`,
`$v4z6G&L!9`,
`3Y@uQ1^l9m`,
`#p7R@2bX6c`,
`$n5F&mZ*8k`,
`2C@v#6gT!1`,
`7Y&j#4tL*m`,
`$p6V@3wX!5`,
`4K@q#8jS!2`,
`$v5M6xG*9p`,
`6B@k#9zQ!3`,
`$c7W#2bL*p`,
`9H*j#6m@1q`,
`$s4T6nX*g8`,
`2D@v#7kG!1`,
`7L&p#4qR*m`,
`$w6F@3mZ!5`,
]
let index = Math.floor(Math.random() * pass.length - 1)
let password = pass[index]
let i = Math.floor(Math.random() * Name_code.length - 1)
let Usr_Name = Name_code[i]
let arr = [
`$------------------------- Access granted----------------------`,
`\t\t\t\t`,
`$-> Initializing the NITKO network.....`,
`$-> Fetching the network got failed retrying.....`,
`$-> Retrieving all the information.....`,
`$-> Trying to get ${user}'s Password`,
`$-> Password not found retrying please wait.....`,
`$-> Password accomplishment successfull`,
`$-> Initiating ${user}'s Facebook access.....`,
`$-> Unable to get access retrying....`,
`$-> Facebook username retrieving failed`,
`$-> Facebook username is ${user}${Usr_Name}`,
`$-> Facebook password retrieving....`,
`$-> password Accomplished successfully`,
`$-> Facebook password is ${password}`,
`$-> Instagram password retrieving....`,
`$-> Instagram password is ${password}`
]
const sleep = async (sec) => {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve(true)
}, 1000 * sec)
})
}
const HackingProg = async (cmd) => {
await sleep(1.5)
text.innerHTML = text.innerHTML + cmd + "<br>"
}
(async () => {
for (let i = 0; i < arr.length; i++) {
await HackingProg(arr[i])
}
})()
}
else {
let arr = [
`--------------->No Input ACCESS DENIED! 404-`,
`\t\t\t\t`,
`⚠️💀-->X-Originating-IP Failed.....`,
`⚠️💀-->X-Forwarded-For Failed.....`,
`⚠️💀-->Forwarded-For Failed.....`,
`⚠️💀-->X-Remote-IP Failed.....`,
`⚠️💀-->Client-IP Failed.....`,
`⚠️💀-->X-ProxyUser-Ip Failed.....`,
`⚠️💀-->Host Failed.....`,
`⚠️💀-->error?:handle/–> HTTP 200 Denied`,
`⚠️💀-->prog.com//;//secret –> HTTP 200 Denied`,
`{"user_id":"<legit_id>","user_id":"<victims_id>"} (JSON Parameter Pollution)`,
`user_id=ATTACKER_ID&user_id=VICTIM_ID (Parameter Pollution)`
]
const sleep = async (sec) => {
return new Promise((resolve, reject) => {
setTimeout(() => {
resolve(true)
}, 1000 * sec)
})
}
const HackingProg = async (cmd) => {
await sleep(1.5)
text.innerHTML = text.innerHTML + cmd + "<br>"
}
(async () => {
for (let i = 0; i < arr.length; i++) {
await HackingProg(arr[i])
}
})()
}
}