Skip to content
#

cybersecurity

Here are 2,209 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 Nov 9, 2021
  • Jupyter Notebook
berty
SkeletalDemise
SkeletalDemise commented Nov 9, 2021
$ poetry run pywhat "b8cedc00407a4c56a3bda1ed605c6fc1"
Matched on: b8cedc00407a4c56a3bda1ed605c6fc1
Name: Datadog API Key
Exploit: Use the command below to verify that the API key is valid:
  $ curl -X GET https://api.datadoghq.com/api/v1/validate -H "Content-Type: application/json" -H "DD-API-KEY:
b8cedc00407a4c56a3bda1ed605c6fc1"

It's too broad and matches on any 32 character hex

gnuradio
mormj
mormj commented Oct 14, 2021

Feature Description

Would be nice to be able to do modtool operations from the build/ dir

Here is the sequence I always run into:
'''
gr_modtool add myblock
[go and make the block do something]
cd build
make
[get cmake error that bindings are not present]
gr_modtool bind myblock
[get nasty python error that this is not a module]


### Feature Urgency

medium (would be nice to h

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