March 5th, 2019 at 4:12 PM
I'm going to be building a bot for one of my servers soon, just to help do certain things automatically, but I honestly don't know how many features to put into it. I'm taking a more security-oriented approach, so features will likely have something to do with that.
This is what I've got so far:
So any suggestions on anything else I could add? I wouldn't mind leaving the source for them here if I implement them.
This is what I've got so far:
- Google Dorker (drops first page of results from a dork)
- Update MOTD from source (Send it a raw pastebin, it updates the ircd.motd itself)
- Check is website is up (Either by API or making ping from itself)
- Simple IP lookup
- Run python/ruby/perl/shell script from server and get output
So any suggestions on anything else I could add? I wouldn't mind leaving the source for them here if I implement them.