中国DOS联盟论坛

China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --
Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
Guest | Log in | Register | Members | Search | China DOS Union
中国DOS联盟论坛
The time now is 2026-09-13 22:40
47,812 topics / 349,916 posts / today 0 new / 48,268 members
DOS批处理 & 脚本技术(批处理室) » {Closed} Batch file secret disk source code
Printable Version  6,134 / 26
Floor1 chainliq Posted 2006-11-22 12:35
高级用户 Posts 244 Credits 635 From 广西贵港
Please provide the specific content of the attachment so that I can help you translate it. Currently, only the request text is given and there is no content of the attachment to translate.

Attachments
求源码.rar (65.7 KiB)
Floor2 lxmxn Posted 2006-11-22 13:16
版主 Posts 4,938 Credits 11,386

  Oh, this is a binary file. How to get the source code?
Floor3 zh159 Posted 2006-11-22 13:24
金牌会员 Posts 1,467 Credits 3,687
I saw the source code released in the forum not long ago (this one doesn't have a password), which is a packaged batch file that uses the characteristics of the recycle bin to store data. Please search the forum for the full code. Part of the code:
@echo off
color 2f
:start
cls
echo.
echo.
echo.
echo ==============================================================
echo.
echo Green Bodhi Secret Disk Test Version
echo.
echo Welcome to use, please select an option (1, 2, 3, 4, 5, 6, 7)
echo.
echo 1. Open Secret Disk
echo 2. Close Secret Disk
echo 3. Create Secret Disk
echo 4. Delete Secret Disk
echo 5. Secret Disk Help
echo 6. About the Author
echo 7. Press X to Close
echo.
echo. Made by Feng Lixue Email:jie_china@163.com
echo.
echo ==============================================================
echo.
echo.
set /p choice=
if {%choice%}=={} goto start
if /i %choice%==1 goto open
if /i %choice%==2 goto off
if /i %choice%==3 goto set
if /i %choice%==4 goto del
if /i %choice%==5 goto help
if /i %choice%==6 goto zwj
if /i %choice%==x goto shut
if /i %choice%==kill goto kill
goto start
Floor4 zh159 Posted 2006-11-22 13:50
金牌会员 Posts 1,467 Credits 3,687
It can be transformed into a beautiful IE interface, and using the password box function of IE can make the password not visible to others when entering
Floor5 chainliq Posted 2006-11-22 22:03
高级用户 Posts 244 Credits 635 From 广西贵港
Originally posted by zxcv at 2006-11-22 13:24:
This was seen released with the source code in the forum not long ago (this one doesn't have a password), it's a batch file in a package, using the characteristics of the recycle bin to store data

Please search the forum for the full code

Part ...


But I can't find it! If you find it, can you post the whole thing? Thanks!
Floor6 chainliq Posted 2006-11-22 22:24
高级用户 Posts 244 Credits 635 From 广西贵港
Hehe, could the brother trouble to post the source code for us to learn from?

[ Last edited by chainliq on 2006-11-24 at 08:31 PM ]
Floor7 shifuquan Posted 2006-11-27 10:08
初级用户 Posts 25 Credits 64
Same as above
Floor8 namejm Posted 2006-11-27 10:48
荣誉版主 Posts 1,737 Credits 5,226 From 成都
Actually, this is done by converting a bat to an exe using QuickBFD. A characteristic of the converted exe is that after running the exe, a batch file named bt+number.bat will be generated in the %tmp% folder, and this file has the hidden attribute. When the exe exits normally, the bat file will be deleted. Since the original poster is in a hurry, I'll post the code:
Floor9 zh159 Posted 2006-11-27 11:07
金牌会员 Posts 1,467 Credits 3,687
I'm just about to transform this program into an IE interface. It can be directly selected by clicking with the mouse, and when entering the password, it will be displayed as "●●●●●●".
Floor10 anqing Posted 2006-11-27 11:35
高级用户 Posts 413 Credits 859
This bat, the author, is quite attentive. Worth learning, there are two places I don't understand
echo [.ShellClassInfo]>>C:\tmp
echo CLSID={645FF040-5081-101B-9F08-00AA002F954E}>>C:\tmp
copy c:\tmp %drv%:\Recycle\desktop.ini >nul 2>nul
Floor11 chainliq Posted 2006-11-27 12:53
高级用户 Posts 244 Credits 635 From 广西贵港
Hehe, the problem is solved. Thanks to the moderator's help and everyone's assistance. I'm really sorry. Because the problem was urgent, I didn't consider the fuzziness of the title. Here I apologize to everyone. I'm sorry.
Floor12 electronixtar Posted 2006-11-27 23:40
铂金会员 Posts 2,672 Credits 7,493
Such secret disks are not worth mentioning at all. Not only is the camouflage very weak, but it is also made into an exe. The domestic technology is just like this SB appearance
Floor13 zerostudy Posted 2006-11-28 00:52
中级用户 Posts 98 Credits 266
Batch processing encryption is also useless, huh??
Floor14 ciao Posted 2006-11-28 06:38
初级用户 Posts 10 Credits 20
Great stuff! ``~` Get it
Floor15 wydos Posted 2006-11-28 08:00
中级用户 Posts 117 Credits 304
The line of code should be changed to:
rd /s %drv%:\Recycle\S-1-5-21-1060284298-%pass3%-13438020086-500\ /q >nul
Otherwise, the secret disk cannot be deleted
1 2  Next
[ Contact the Union admin team - 中国DOS联盟 - Standard version ]
Sponsored by ifanr Inc | © 2001–2023