Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
-
Updated
Sep 1, 2020 - Go
{{ message }}
Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
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.
A collection of Linux Sysadmin Test Questions and Answers. Test your knowledge and skills in different fields with these Q/A.
A curated list of tools for incident response
MISP (core software) - Open Source Threat Intelligence and Sharing Platform (formely known as Malware Information Sharing Platform)
Git All the Payloads! A collection of web attack payloads.
Open Cyber Threat Intelligence Platform
VirusTotal Wanna Be - Now with 100% more Hipster
A list of resources in different fields of Computer Science (multiple languages)
Awesome Node.js Security resources
The project works with 8 modules < reference source/Module >
Security automation content in SCAP, OSCAL, Bash, Ansible, and other formats
Passhunt is a simple tool for searching of default credentials for network devices, web applications and more. Search through 523 vendors and their 2084 default passwords.
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
Source code for the book "Black Hat Python" by Justin Seitz. The code has been fully converted to Python 3, reformatted to comply with PEP8 standards and refactored to eliminate dependency issues involving the implementation of deprecated libraries.
Cloud-native SIEM for intelligent security analytics for your entire enterprise.
A flexible, easy to use, automation framework allowing users to integrate their capabilities and devices to cut through the repetitive, tedious tasks slowing them down. #nsacyber
Web app that provides basic navigation and annotation of ATT&CK matrices
Sample queries for Advanced hunting in Microsoft Threat Protection
The SOC Analysts all-in-one CLI tool to automate and speed up workflow.
Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
Most .py files use #!/usr/bin/python3 as shebang, but few others use #!/usr/bin/env python3.
Files which use #!/usr/bin/env python3:
./contrib/eventdb/common.py
./intelmq/bin/intelmq_generate_misp_objects_templates.py
./intelmq/tests/bots/parsers/github_feed/test_parser.py
These files should use #!/usr/bin/python3 for the sake of consistency.
The all-in-one Red Team extension for Web Pentester
Tools to rapidly deploy a threat hunting capability on Azure Sentinel that leverages Sysmon and MITRE ATT&CK
Educational, CTF-styled labs for individuals interested in Memory Forensics
OPCDE Cybersecurity Conference Materials
Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.
To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."
unicode_literalswas necessary pre-Python 2.6;absolute_importpre-2.5.It's especially not necessary on Py3.
Hence in the sence of cleaning up the source tree, deletion of all
from __future__ import somethingfrom the python files is desirable. This should ideally not happen manually, but with a script, or command line: we need to do that onmaster, but it might also be desirable to