forked from secuestrador/doxxing-tool
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfrw.js
191 lines (179 loc) · 9.17 KB
/
frw.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
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
function numericFilter(txb) {
txb.value = txb.value.replace(/[^\0-9]/ig, "");
}
var textarea = document.querySelector(".t1-textarea");
textarea.addEventListener('input', autoResize, false);
function autoResize() {
this.style.height = 'auto';
this.style.height = this.scrollHeight + 'px';
}
/////////////////////////
const getName = async ()=> {
let peticion = await fetch("templates/one.txt"); /* Here you replace your API url, if you want to add parameters, add ",{}" after it. */
let resultado = await peticion.text();
let HTMLCode1 = ``
console.log(resultado)
document.querySelector(".result").innerHTML = HTMLCode1
}
document.querySelector(".saveIt").addEventListener("click",
function(){
var q = localStorage.getItem("qNumber");
console.log(q);
var inputNow = [];
var allInputs = [];
var inputNow = document.querySelectorAll('.templateinput');
for(x=0; x < inputNow.length; x++) allInputs.push(inputNow[x].value);
localStorage.clear();
var blob = new Blob([`
!# Dropped by: ${allInputs[0]}
════════════════════
-> Reason for Dox: ${allInputs[1]}
╔══════════════════════════════════════════════════════════╗
║ Basic Information ║
╚══════════════════════════════════════════════════════════╝
• Alias: ${allInputs[2]}
• Full Name: ${allInputs[3]}
• Age: ${allInputs[4]}
• DNI: ${allInputs[5]}
• Phone Number: ${allInputs[6]}
• Country: ${allInputs[7]}
• Address: ${allInputs[8]}
• School: ${allInputs[9]}
• Gender: ${allInputs[10]}
• Race: ${allInputs[11]}
╔══════════════════════════════════════════════════════════╗
║ House Information ║
╚══════════════════════════════════════════════════════════╝
• Desieses: ${allInputs[12]}
• Mental Problems: ${allInputs[13]}
• Medications: ${allInputs[14]}
• Health Issues: ${allInputs[15]}
╔══════════════════════════════════════════════════════════╗
║ Social Information ║
╚══════════════════════════════════════════════════════════╝
• PayPal: ${allInputs[16]}
• Skype: ${allInputs[17]}
• Instagram: ${allInputs[18]}
• Twitter: ${allInputs[19]}
• YouTube: ${allInputs[20]}
• Kik: ${allInputs[21]}
• Facebook: ${allInputs[22]}
• MySpace: ${allInputs[23]}
• Email(s): ${allInputs[24]}
• Social Activity: ${allInputs[25]}
• Tumbler: ${allInputs[26]}
• Website: ${allInputs[27]}
╔══════════════════════════════════════════════════════════╗
║ IP Information ║
╚══════════════════════════════════════════════════════════╝
• IP Address: ${allInputs[28]}
• Reverse DNS: ${allInputs[29]}
• IP Type: ${allInputs[30]}
• All Known IP's: ${allInputs[31]}
• ISP: ${allInputs[32]}
• AS Number: ${allInputs[33]}
• IP Language: ${allInputs[34]}
• IP Speed: ${allInputs[35]}
• IP Currency: ${allInputs[36]}
• IDD Code: ${allInputs[37]}
╔══════════════════════════════════════════════════════════╗
║ Family & Friends ║
╚══════════════════════════════════════════════════════════╝
• Father: ${allInputs[38]}
• Mother: ${allInputs[39]}
• Fathers FB: ${allInputs[40]}
• Mothers FB: ${allInputs[41]}
• Fathers Cell: ${allInputs[42]}
• Mothers Cell: ${allInputs[43]}
Additional Family Info
- ${allInputs[44]}
- ${allInputs[45]}
- ${allInputs[46]}
`], { type: "text/plain;charset=utf-8" });
saveAs(blob, "dynamic.txt");
});
document.getElementById("copyImg").addEventListener("click",
function(){
var q = localStorage.getItem("qNumber");
console.log(q);
var inputNow = [];
var allInputs = [];
var inputNow = document.querySelectorAll('.templateinput');
for(x=0; x < inputNow.length; x++) allInputs.push(inputNow[x].value);
localStorage.clear();
let htmlElement = (`!# Dropped by: ${allInputs[0]}
════════════════════
-> Reason for Dox: ${allInputs[1]}
╔══════════════════════════════════════════════════════════╗
║ Basic Information ║
╚══════════════════════════════════════════════════════════╝
• Alias: ${allInputs[2]}
• Full Name: ${allInputs[3]}
• Age: ${allInputs[4]}
• DNI: ${allInputs[5]}
• Phone Number: ${allInputs[6]}
• Country: ${allInputs[7]}
• Address: ${allInputs[8]}
• School: ${allInputs[9]}
• Gender: ${allInputs[10]}
• Race: ${allInputs[11]}
╔══════════════════════════════════════════════════════════╗
║ House Information ║
╚══════════════════════════════════════════════════════════╝
• Desieses: ${allInputs[12]}
• Mental Problems: ${allInputs[13]}
• Medications: ${allInputs[14]}
• Health Issues: ${allInputs[15]}
╔══════════════════════════════════════════════════════════╗
║ Social Information ║
╚══════════════════════════════════════════════════════════╝
• PayPal: ${allInputs[16]}
• Skype: ${allInputs[17]}
• Instagram: ${allInputs[18]}
• Twitter: ${allInputs[19]}
• YouTube: ${allInputs[20]}
• Kik: ${allInputs[21]}
• Facebook: ${allInputs[22]}
• MySpace: ${allInputs[23]}
• Email(s): ${allInputs[24]}
• Social Activity: ${allInputs[25]}
• Tumbler: ${allInputs[26]}
• Website: ${allInputs[27]}
╔══════════════════════════════════════════════════════════╗
║ IP Information ║
╚══════════════════════════════════════════════════════════╝
• IP Address: ${allInputs[28]}
• Reverse DNS: ${allInputs[29]}
• IP Type: ${allInputs[30]}
• All Known IP's: ${allInputs[31]}
• ISP: ${allInputs[32]}
• AS Number: ${allInputs[33]}
• IP Language: ${allInputs[34]}
• IP Speed: ${allInputs[35]}
• IP Currency: ${allInputs[36]}
• IDD Code: ${allInputs[37]}
╔══════════════════════════════════════════════════════════╗
║ Family & Friends ║
╚══════════════════════════════════════════════════════════╝
• Father: ${allInputs[38]}
• Mother: ${allInputs[39]}
• Fathers FB: ${allInputs[40]}
• Mothers FB: ${allInputs[41]}
• Fathers Cell: ${allInputs[42]}
• Mothers Cell: ${allInputs[43]}
Additional Family Info
- ${allInputs[44]}
- ${allInputs[45]}
- ${allInputs[46]}
`)
copyText(htmlElement)
});
function copyText(htmlElement)
{
if (!htmlElement) return;
let elementText = htmlElement;
const textToCopy = 'Hello there!';
navigator.clipboard.writeText(elementText)
.then(() => { alert(`Copied on your clipboard!`) })
.catch((error) => { alert(`Copy failed! ${error}`) })
}