what to code next? perl related.
by ////// from LinuxQuestions.org on (#6JGYM)
i have made a http sniffer, which is useless these days.
then i ran & tested MitMproxy on my lan : https://mitmproxy.org/
installed Suricata in IPS mode and made custom rules that stores executable files in a folder called Filestore, made a perl script that automatically submits those executables to virustotal...
https://www.virustotal.com/gui/home/upload
...and moves those exe's to folder called "infected" if there is positive results from virustotal's reply.
now i am making little program that sends positive files of Clamav scan to virustotal.
i am not sure what kind of project i should start next, any ideas welcome, some kind security related network program would be one i would like to do.
i have been thinking about some kind of honeypot program that i should install & test and write automatic submission of files it gets from bad guys.
then i ran & tested MitMproxy on my lan : https://mitmproxy.org/
installed Suricata in IPS mode and made custom rules that stores executable files in a folder called Filestore, made a perl script that automatically submits those executables to virustotal...
https://www.virustotal.com/gui/home/upload
...and moves those exe's to folder called "infected" if there is positive results from virustotal's reply.
now i am making little program that sends positive files of Clamav scan to virustotal.
i am not sure what kind of project i should start next, any ideas welcome, some kind security related network program would be one i would like to do.
i have been thinking about some kind of honeypot program that i should install & test and write automatic submission of files it gets from bad guys.