russhaun / artillery

The Artillery Project is an open-source blue team tool designed to protect Linux and Windows operating systems through multiple methods.
0 stars 0 forks source link

invalid urls in pullsourcefeed function #43

Closed russhaun closed 2 years ago

russhaun commented 3 years ago

Some of the urls in pull_source_feeds() func of core.py are no longer valid and fail to resolve. resulting in a smaller file. update list to add new links

russhaun commented 2 years ago

removed invalid url. added 2 new lists. 1 for SSH 1 for Apache. both list are from blocklist.de. fixed in next release 1.0.5(beta)

russhaun commented 2 years ago

function does not work as intended on windows. when run only picks up first entry in list. meaning that even if u have threat_feed and source feeds enabled it will only read first entry in finished list of sites to visit.

Reworked function to properly pull from all sites in finished list of sites. also had to rework format_ips to handle the new method

russhaun commented 2 years ago

issue fixed