crac

导航

2017年7月25日 #

DES

摘要: import pyDes python -c "import pyDes; des = pyDes.des('This Key'); print des.encrypt('SomeData').encode('hex')" but KEY must 8 、16、24 import binascii 阅读全文

posted @ 2017-07-25 14:17 crac 阅读(116) 评论(0) 推荐(0) 编辑

2017年6月5日 #

网页截屏

摘要: https://chrome.google.com/webstore/detail/mcbpblocgmgfnpjjppndjkmgjaogfceg 阅读全文

posted @ 2017-06-05 21:16 crac 阅读(119) 评论(0) 推荐(0) 编辑

2017年5月24日 #

python 验证码test

摘要: 灰度化 from PIL import Imageimport numpy as np install numpy https://pypi.python.org/packages/2c/93/9556d25b1f23fd852fc2ddfcf68a4a62ba9e4ef83adabbf8921c8 阅读全文

posted @ 2017-05-24 22:09 crac 阅读(189) 评论(0) 推荐(0) 编辑

2017年5月21日 #

有用的下载网站

该文被密码保护。 阅读全文

posted @ 2017-05-21 21:13 crac 阅读(0) 评论(0) 推荐(0) 编辑

2017年4月24日 #

爬虫测试0425

该文被密码保护。 阅读全文

posted @ 2017-04-24 18:03 crac 阅读(4) 评论(0) 推荐(0) 编辑

2017年4月11日 #

Jetty-attack-test

摘要: import httplib, urllib, ssl, string, sys, getopt from urlparse import urlparse ''' Author: Gotham Digital Science Purpose: This tool is intended to provide a quick-and-dirty way for organizations to... 阅读全文

posted @ 2017-04-11 23:49 crac 阅读(153) 评论(0) 推荐(0) 编辑

Ldap-crack-test?

摘要: ldap 阅读全文

posted @ 2017-04-11 23:46 crac 阅读(204) 评论(0) 推荐(0) 编辑

2017年3月30日 #

UploadFtp

摘要: #!/bin/bash FILENAME=$1 DSTDIR=$2 FTPSRV=ip FTPUSER="user" FTPPWD="password" SRCDIR='/path/' FILE1=$1 /usr/bin/ftp -in $FTPSRV <<! user $FTPUSER $FTPPWD cd $SRCDIR lcd $DSTDIR bin mput ${FILE1... 阅读全文

posted @ 2017-03-30 20:36 crac 阅读(134) 评论(0) 推荐(0) 编辑

Downloadftp

摘要: #!/bin/bash FILENAME=$1 DSTDIR=$2 FTPSRV=ip FTPUSER="user" FTPPWD="password" SRCDIR='/auto_U_self' FILE1=$1 /usr/bin/ftp -in $FTPSRV <<! user $FTPUSER $FTPPWD cd $SRCDIR lcd $DSTDIR bin mget $... 阅读全文

posted @ 2017-03-30 20:35 crac 阅读(88) 评论(0) 推荐(0) 编辑

备份脚本

摘要: #!/bin/bash clear echo "" echo "*******************************************************************************************" echo "****************************Welcome using the Automated script... 阅读全文

posted @ 2017-03-30 20:31 crac 阅读(138) 评论(0) 推荐(0) 编辑