experiments

Below you will find pages that utilize the taxonomy term “experiments”
March 22, 2020
Adding Gitleaks to Gitlab CI Pipeline

How to integrate Gitleaks into a GitLab CI pipeline to scan only new commits for secrets, instead of scanning the entire repository history on every push. …

February 23, 2020
Creating a Cloud Function to publish messages to Pub/Sub

Step-by-step guide to creating a GCP Cloud Function with an HTTP endpoint that publishes messages to a Google Pub/Sub topic using Python. …

February 17, 2020
Fast Reverse DNS Lookups using FDNS and MongoDB

Perform fast reverse DNS lookups by loading Rapid7's FDNS dataset into MongoDB. Find all DNS records pointing to any IP in seconds. …

February 17, 2020
Faster nmap scanning with the help of GNU parallel

Use GNU Parallel to run nmap scans across 1000+ public IPs simultaneously, reducing scan time drastically and identifying unused firewall rules. …