版主请教一下(页 1) - Linux/Unix - 软路由 - Powered by Discuz! Archiver

软路由's Archiver

553670595 发表于 2009-9-23 09:23

版主请教一下

[i=s] 本帖最后由 553670595 于 2009-9-26 11:25 编辑 [/i]

我下载了海蜘蛛07到08年的版本,是免费版的,3.27 3.29的。我安装完了以后,把文件提取出来,想修改一下。那个bin包,好像用ISP6.1的解包命令不行,解不开。是不是他用的不是一个命令啊!

请指教一下,我喜欢他里面的界面。3Q!!

root 发表于 2009-9-23 23:31

解密的时候
-k 后面那串数字是密码
需要密码才能解密!

553670595 发表于 2009-9-24 09:39

[quote]解密的时候
-k 后面那串数字是密码
需要密码才能解密!
[size=2][color=#999999]root 发表于 2009-9-23 23:31[/color] [url=http://bbs.b999.net/redirect.php?goto=findpost&pid=4403&ptid=618][img]http://bbs.b999.net/images/common/back.gif[/img][/url][/size][/quote]  要想知道他的密码是多少,我应该从什么地方下手找到他的密码哪??

root 发表于 2009-9-24 19:14

init
这个文件

553670595 发表于 2009-9-25 11:49

[i=s] 本帖最后由 553670595 于 2009-9-26 11:25 编辑 [/i]

我找到密码了,但是我看了他的命令是:
openssl idea-cbc -d -pass pass:dwddwd24 -in /dom/hou.bin|tar zxmf -
我就用这个命令开始解包
openssl idea-cbc -d -pass pass:dwddwd24 -in /dom/hou.bin|tar zxmf -
   
然后回车出现了,下面这些
unknown option '-cbc'
options are
-in <file>     input file
-out <file>    output file
-pass <arg>    pass phrase source
-e             encrypt
-d             decrypt
-a/-base64     base64 encode/decode, depending on encryption flag
-k             passphrase is the next argument
-kfile         passphrase is the first line of the file argument
-md            the next argument is the md to use to create a key
                 from a passphrase.  One of md2, md5, sha or sha1
-K/-iv         key/iv in hex is the next argument
-[pP]          print the iv/key (then exit if -P)
-bufsize <n>   buffer size
-engine e      use engine e, possibly a hardware device.
Cipher Types
-aes-128-cbc               -aes-128-cfb               -aes-128-cfb1
-aes-128-cfb8              -aes-128-ecb               -aes-128-ofb
-aes-192-cbc               -aes-192-cfb               -aes-192-cfb1
-aes-192-cfb8              -aes-192-ecb               -aes-192-ofb
-aes-256-cbc               -aes-256-cfb               -aes-256-cfb1
-aes-256-cfb8              -aes-256-ecb               -aes-256-ofb
-aes128                    -aes192                    -aes256
-bf                        -bf-cbc                    -bf-cfb
-bf-ecb                    -bf-ofb                    -blowfish
-cast                      -cast-cbc                  -cast5-cbc
-cast5-cfb                 -cast5-ecb                 -cast5-ofb
-des                       -des-cbc                   -des-cfb
-des-cfb1                  -des-cfb8                  -des-ecb
-des-ede                   -des-ede-cbc               -des-ede-cfb
-des-ede-ofb               -des-ede3                  -des-ede3-cbc
-des-ede3-cfb              -des-ede3-ofb              -des-ofb
-des3                      -desx                      -desx-cbc
-rc2                       -rc2-40-cbc                -rc2-64-cbc
-rc2-cbc                   -rc2-cfb                   -rc2-ecb
-rc2-ofb                   -rc4                       -rc4-40

试验了好多就是不行,root帮忙看下命令对不。。

root 发表于 2009-9-25 15:57

unknown option '-cbc'
从这看出,你的 openssl 不支持 IDEA 加解密

553670595 发表于 2009-9-25 17:16

[quote]unknown option '-cbc'
从这看出,你的 openssl 不支持 IDEA 加解密
[size=2][color=#999999]root 发表于 2009-9-25 15:57[/color] [url=http://bbs.b999.net/redirect.php?goto=findpost&pid=4423&ptid=618][img]http://bbs.b999.net/images/common/back.gif[/img][/url][/size][/quote] 啊!!!。那我得安装什么系统啊???

给说个,我去下载,我试验了好几个linux系统了,都提示这样的问题。。。

root 发表于 2009-9-25 17:52

root@slack13:~# wget [url=http://openssl.org/source/openssl-0.9.8k.tar.gz]http://openssl.org/source/openssl-0.9.8k.tar.gz[/url]
root@slack13:~# tar xvf openssl-0.9.8k.tar.gz
root@slack13:~# cd openssl-0.9.8k
root@slack13:~# ./config
root@slack13:~# cd apps
root@slack13:~# ./openssl 1
openssl:Error: '1' is an invalid command.
Standard commands
asn1parse      ca             ciphers        crl            crl2pkcs7
dgst           dh             dhparam        dsa            dsaparam
ec             ecparam        enc            engine         errstr
gendh          gendsa         genrsa         nseq           ocsp
passwd         pkcs12         pkcs7          pkcs8          prime
rand           req            rsa            rsautl         s_client
s_server       s_time         sess_id        smime          speed
spkac          verify         version        x509
Message Digest commands (see the `dgst' command for more details)
md2            md4            md5            rmd160         sha
sha1
Cipher commands (see the `enc' command for more details)
aes-128-cbc    aes-128-ecb    aes-192-cbc    aes-192-ecb    aes-256-cbc
aes-256-ecb    base64         bf             bf-cbc         bf-cfb
bf-ecb         bf-ofb         cast           cast-cbc       cast5-cbc
cast5-cfb      cast5-ecb      cast5-ofb      des            des-cbc
des-cfb        des-ecb        des-ede        des-ede-cbc    des-ede-cfb
des-ede-ofb    des-ede3       des-ede3-cbc   des-ede3-cfb   des-ede3-ofb
des-ofb        des3           desx           [b]idea           idea-cbc
idea-cfb       idea-ecb       idea-ofb[/b]       rc2            rc2-40-cbc
rc2-64-cbc     rc2-cbc        rc2-cfb        rc2-ecb        rc2-ofb
rc4            rc4-40

页: [1]

Powered by Discuz! Archiver 7.0.0  © 2001-2009 Comsenz Inc.