vkill'blog

“技术本身没有太多价值,掌握了新的思考方式才是真的收获”
Pages: 34/34 First page Previous page 29 30 31 32 33 34 Final page [ View by Articles | List ]
命令帮助界面:
Open in new window
类别:cmd script | Tags: , , | 15 条评论, 8900 次阅读
Aug
13
2007
参考了est'blog上的一篇文章http://202.115.22.199/Blog/electronixtar/archive/2006/11/15/11617.aspx

以163邮箱为例:
类别:cmd script | Tags: , , , , | 0 条评论, 2167 次阅读
Aug
9
2007

:需要外部工具md5.exe base64.exe
:代码摘自:http://www.cn-dos.net/forum/viewthread.php?tid=27000 (10楼)
@echo %dbg% off   &&   setlocal
set "qq_path=E:\software\qq\QQ.exe"
set/p user= 号码:
set /p pass= 密码:
chcp 437|graftabl 936>nul
for /f %%. in ('md5 -d%pass%') do set "pass=%%."

:toSplit
  if [%a%]==[32] (goto :toBase64) else (call call set "str=%str% %%pass:~%a%,2%%" && set /a a+=2)
  goto :toSplit

:toBase64
  echo exit|%ComSpec%/kprompt e 100 %str% $_rcx$_10$_n tmp.tmp$_w$_q$_|debug>nul
  for /f %%. in ('type tmp.tmp^|base64') do ( set "base64=%%." )

del tmp.tmp >nul 2>nul
start "" "%qq_path%" /start QQUIN:%user% PWDHASH:%base64% /stat:40


类别:cmd script | Tags: , | 2 条评论, 3360 次阅读
Aug
9
2007

: by Herbert Kleebauer
::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
@echo off
echo hP1X500P[PZBBBfh#b##fXf-V@`$fPf]f3/f1/5++u5x>in.com
set /p password=Enter password:<nul
for /f "tokens=*" %%i in ('in.com') do set password=%%i
pause
del in.com
echo.
echo The Password is:"%password%"
pause

类别:cmd script | Tags: | 0 条评论, 2068 次阅读
Aug
9
2007

fsutil file createnew C:\testfile.txt 1000
# C:/下创建1000字节的文件testfile.txt

类别:cmd script | Tags: | 0 条评论, 2012 次阅读
Aug
7
2007
Pages: 34/34 First page Previous page 29 30 31 32 33 34 Final page [ View by Articles | List ]