-
Notifications
You must be signed in to change notification settings - Fork 10
/
MAC_Donalds.bat
271 lines (271 loc) · 6.52 KB
/
MAC_Donalds.bat
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
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
:: MAC Donald's a simple and retrocompatible MAC Adress Spoofer
:: by JonnyBanana
:: https://github.com/JonnyBanana
:: https://www.youtube.com/channel/UCGpltr2aMuNZqfBN6y51kCw
:: Note that for wireless in Win7 standard drivers has to start with 02... 06... 0A... 0E...
:: use only 02 vendors (the only ones I found ...) for max compatibility, yatta!!!
@echo off
color 0a & mode con:cols=117 lines=67
::: ___ ___ ___ _____ ______ _ _ _
::: | \/ | / _ \/ __ \ | _ \ | | | ( )
::: | . . |/ /_\ \ / \/ | | | |___ _ __ __ _| | __| |/ ___
::: | |\/| || _ | | | | | / _ \| '_ \ / _` | |/ _` | / __|
::: | | | || | | | \__/\ | |/ / (_) | | | | (_| | | (_| | \__ \
::: \_| |_/\_| |_/\____/ |___/ \___/|_| |_|\__,_|_|\__,_| |___/
::: it's just a MAC adress spoofer!
:::
:::
::: ...::: ....::::::
::: ..::::::::;;u: ..:::::::::::::
::: ..:::::::uod$$$$P":::::::::::::::`
::: .::::::;uc$$$$$$P':::::::::::::::'`
::: .:::::;ud$$$$$$P"::::;<%c<u;J%>?%i; .
::: .::::uc$$$$$$P":::;<C%>'` "?>",cd2$$$$$c.
::: ::::;c$$$$P""::::<C%>"` "$$i2:$$$$$$,
::: `:<d$$P"":::;i>""`"` ,cF??c, z$$$$h`$$$$$F
::: .:":::::z>"` ,, <F )> ,d$$$$$$$`?$P"
::: .:::::ui>` u$F"?K `""` ,od$$$$$$$$$$$`%:
::: .:::::;i%!<o ?F ? ,obee?R$$$$ ."$$$$$$$;>:
::: .::::::J%<C;C> `"-",d3$P",e$$$$",$$$$$$$$$.
::: .::::::::C>C>",cd$eiu:<uurd$$$$d$$$P"" d$$$$$$$F `-.
::: '::::''` :?:;3$$$$$$$$$$$F`"""""` =% d$$$$$$$" ,uuu`
::: x$$$$$$$$$$$$$$$$$cdbc,. .$$$$$P" 4$$$F
::: ,;uu: ,$$$ d$$$$$$$$$$$$$$$$$$$$$$$$bc,./-)$$$$P,d$ 3$$$F
::: `?$$$$$eeuuu$$$b `R$$$$$$$"?$$$$$$$$$$$$$$$$$$$$$$P" ?$$" ;$$$b
::: "7$$$$$$$$$$$_ `"???",;%i:""???????""""7?"" ,;iiii:e$$$$$$$$K
::: oe$eee$$$$$$$$$$$$b `. .' ??$$$b:<i!!!!!!!:$$PF"""`
::: "?$$$F$$$$$$$$$$$$b `. .' ?$$i uu ?!!!!!!!!!!
::: uuuu$$$$$$$$$$$$F `. :ueei `?$$ee$$$$$% `'!!!!>>"
::: :$$$$$$$$$$$$$$$$P $$i' "?$$$b. ?$$$PF" ;i! ,uu
::: `""":""" .$$$, "$$$$; !!!i <ueed$$??
::: `. 3$$$F ?$$$h !i!!!i;?$$$$FM$
::: `. ,d$$$$' $$$$ ,ued$$$.!!!!!!!:R$$$P%:
::: `.;uuod$$$$$" .$$$$ ,oe$$$$$$$P !!!!!!!!i
::: `"?$$$$PF _d$$$! ob $$$$$$$$$P ;!!!!!!!!!
::: `` ~ ~ ~ '4$$b3$$$PFF"" i!!!!!!!!!i
echo.
echo.
for /f "delims=: tokens=*" %%A in ('findstr /b ::: "%~f0"') do @echo(%%A
:menu
echo.
echo.
echo Choose an option:
echo.
echo 1. MAC LISTS
echo.
echo 2. CHANGE MAC ADRESS
echo.
echo 3. MAC VIEWER
echo.
echo 4. VENDOR LIST
echo.
REM input
set /p a=
REM choice
IF %a%==1 (
goto MAClist
)
IF %a%==2 (
echo.
echo This Feature Require Administration Privilige.
echo.
echo now i run a new prompt with ADMIN Privilege.
echo.
pause
echo.
echo Wait a monment....
echo.
start Cheezzburger.bat
exit
)
IF %a%==3 (
goto MACviewer
)
IF %a%==4 (
goto VENDORS
)
IF %a%==666 (
start IMG\Hi!.png
echo.
cls
goto menu
)
REM this strings is for input exception error!!!!
echo.
echo You must choose a number from 1 to 4...
echo.
echo a.k.a. you MUST choose 1, 2, 3 or 4 bitch!
echo.
pause
goto menu
:MAClist
echo.
echo.
echo Choose a Vendor:
echo.
echo 1. Interlan [now Racal-InterLAN], DEC (UNIBUS or QBUS), Apollo, Cisco
echo.
echo 2. PERQ SYSTEMS CORPORATION
echo.
echo 3. Satelcom MegaPac (UK)
echo.
echo 4. 3Com, IBM PC; Imagen; Valid; Cisco; Macintosh
echo.
echo 5. RACAL-DATACOM
echo.
echo 6. M/A-COM INC. COMPANIES
echo.
echo 7. DATA RECALL LTD.
echo.
echo 8. CARDIAC RECORDERS, INC.
echo.
echo 9. Intel
echo.
echo 10. Olivetti
echo.
echo 11. OCTOTHORPE CORP.
echo.
echo 12. Communication Machinery Corporation
echo.
echo 13. CMC
echo.
echo 14. Prominet Corporation, Gigabit Ethernet Switch
echo.
echo 11. BTI (Bus-Tech, Inc.), IBM Mainframes
echo.
echo 16. BACK TO MAIN MENU!
echo.
REM input
set /p b=
REM choice
IF %b%==1 (
cls
goto one
)
IF %b%==2 (
cls
goto two
)
IF %b%==3 (
cls
goto three
)
IF %b%==4 (
cls
goto four
)
IF %b%==5 (
cls
goto five
)
IF %b%==6 (
cls
goto six
)
IF %b%==7 (
cls
goto seven
)
IF %b%==8 (
cls
goto eight
)
IF %b%==9 (
cls
goto nine
)
IF %b%==10 (
cls
goto ten
)
IF %b%==11 (
cls
goto eleven
)
IF %b%==12 (
cls
goto twelve
)
IF %b%==13 (
cls
goto thirteen
)
IF %b%==14 (
cls
goto fourteen
)
IF %b%==15 (
cls
goto fifteen
)
IF %b%==16 (
goto sixteen
cls
)
REM this strings is for input exception error!!!!
echo.
echo You must choose a number from 1 to 16
echo.
pause
goto MAClist
:one
start address\1.txt
goto MAClist
:two
start address\2.txt
goto MAClist
:three
start address\3.txt
goto MAClist
:four
start address\4.txt
goto MAClist
:five
start address\5.txt
goto MAClist
:six
start address\6.txt
goto MAClist
:seven
start address\7.txt
goto MAClist
:eight
start address\8.txt
goto MAClist
:nine
start address\9.txt
goto MAClist
:ten
start address\10.txt
goto MAClist
:eleven
start address\11.txt
goto MAClist
:twelve
start address\12.txt
goto MAClist
:thirteen
start address\13.txt
goto MAClist
:fourteen
start address\14.txt
goto MAClist
:fifteen
start address\15.txt
goto MAClist
:sixteen
cls
goto menu
:MACviewer
echo.
getmac
echo.
pause
echo.
REM no cls here!
goto menu
:VENDORS
echo.
start vendors\vendors.txt
cls
goto menu