Skip to content

mass xmlrpc vulnerability findng and auto report sending

Notifications You must be signed in to change notification settings

polling-repo-continua/0xmlrpc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

0xmlrpc

mass xmlrpc vulnerability findng and auto report sending

Requirments for email notification

$ sudo apt install ssmtp
$ sudo apt install mailutils

Note: I am using mailx to send the mail

Make sure you have configured your ssmtp.config file Edit /etc/ssmtp/ssmtp.conf and add those configs

UseSTARTTLS=YES
FromLineOverride=YES
root=yourname@gmail.com
mailhub=smtp.gmail.com:587
AuthUser=yourname@gmail.com
AuthPass=YourEmailPassword

Usage

$ 0xmlrpc urls.txt yourname@gmail.com

About

mass xmlrpc vulnerability findng and auto report sending

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%