The Wayback Machine - https://web.archive.org/web/20220703140852/https://github.com/topics/cybersecurity
Skip to content
#

cybersecurity

Here are 2,947 public repositories matching this topic...

This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.

  • Updated Jul 3, 2022
  • Jupyter Notebook
berty
moul
moul commented Oct 1, 2020

This meta issue contains various ideas that may never be implemented, it's a good place to put things that could create useless noise in the issues section

Misc

  • add a way to configure the CLI and apps to have two loggers, a full one in JSON in a file + a filtered one formatted for console on stdout
  • add i18n support on CLI help messages
  • add i18n support on error message
gnuradio
zbyshak
zbyshak commented Nov 9, 2020

Problem in MISP/app/Lib/Export/NidsExport.php /
causes there are two rows in beggening of all rules regarding email. Bug is in row 161

case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
this causes inserting both source and destinati

T: enhancement good first issue
awesome-nodejs-security
ggbecker
ggbecker commented Apr 20, 2022

Extend macro function that creates OCIL entries for package removed rules to support both package removed/installed rules using an extra parameter to define the behavior of the ocil_clause (the ocil clause "package is installed" for removed package rules and "package is not installed" for installed package rules)

https://github.com/ComplianceAsCode/content/blob/fe68fcd788b85eed7559e6174d71a67

good first issue

Improve this page

Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."

Learn more