Skip to content

dc3l1ne/Weblogic-Weakpassword-Scnner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Weblogic-Weakpassword-Scnner

pip install requests

You can use masscan to scan ip range with CIDR format

masscan -iL ip.txt -oL 7001.txt -p 7001 --max-rate=80000
awk '{print $4,$3}' 7001.txt|sed 's/ /:/g' >> scanned.txt

For more information about masscan:https://github.com/robertdavidgraham/masscan

About new version:Will use first 5 passwords to test all url in once, 30 min later,use next 5 passwords to do it again.More efficient than previous

1.python spider.py scanned.txt

2.python brute.py

Also can use with https://github.com/dc3l1ne/Weblogic_Automatical_Attacker to deploy war package automatically

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages