faraday_plugins icon indicating copy to clipboard operation
faraday_plugins copied to clipboard

Security tools report parsers for Faradaysec.com

Results 11 faraday_plugins issues
Sort by recently updated
recently updated
newest added

Setup Ubuntu22.04 LTS Faraday 5.0.0 faraday-cli 2.1.1 ``` [apt](https://www.server-world.info/en/command/html/apt.html) -y install libopenscap8 bzip2 wget https://security-metadata.canonical.com/oval/com.ubuntu.$(lsb_release -cs).usn.oval.xml.bz2 bzip2 -d com.ubuntu.jammy.usn.oval.xml.bz2 oscap oval eval --results openscap_report.xml com.ubuntu.jammy.usn.oval.xml ``` now having a openscap...

What about SAINT vulneabilities Scanner? It's one of the best ;)

Hello there, regarding ticket Nr. 1043... im dooing a merge request. I wrote a small "plugin" called checksvc...which helps to seperate www to http and https which is important for...

┌──(kali㉿kali)-[~] └─$ faraday-cli tool run \"nmap www.baidu.com\" EXCEPTION of type 'Exception' occurred with message: Unknown error: - Unknown error: - string indices must be integers, not 'str'

openvas Version 23.2.1 faraday community edition: 5.5.0 Running the community docker I failing to import reports from openvas using the option to export reports from openvas community edition as xml...

https://github.com/infobyte/faraday_plugins/blob/0d9b5fbe12e332733c77211bcee7044ebaf77f21/faraday_plugins/plugins/repo/nuclei/plugin.py#L178C30-L178C51 The command line arguments have changed for running Nuclie https://github.com/projectdiscovery/nuclei/commit/4d96025bece98824458a2231c047f560713441f7 --json should now be --jsonl

Hi guys. Is it possible to add a plugin for Wazuh? https://documentation.wazuh.com/current/user-manual/capabilities/vulnerability-detection/index.html

add data for csv import en headers

Parses A and AAAA records from dnsx json output to create the assets in Faraday

When initiating a scan using the Shodan plugin, it sets the default service as 'http' for all hosts. This issue is found on line 72 in "plugins/repo/shodan/plugin.py": `s_id = self.createAndAddServiceToHost(h_id,...