Category: Mix

The 2 Current Major AI Bottlenecks
19
Apr
2023

The 2 Current Major AI Bottlenecks

I’ve been going hardcore on using GPT to create essays, reports, and other kinds of analysis. I’ve had tons of…

A lightweight, tool-agnostic CI/CD flow with GitHub Actions
19
Apr
2023

A lightweight, tool-agnostic CI/CD flow with GitHub Actions

How to take advantage of a simple GitHub Actions workflow without sacrificing agnostic tooling. Agnostic tooling is the clever notion…

Corb3nik Introduces His Tool: Caido
19
Apr
2023

Corb3nik Introduces His Tool: Caido

So, who is Corb3nik? My name is Ian, also known as Corb3nik on social media. I’m a long time CTF…

Attackers vs Defenders: Mind the Perspective Gap
19
Apr
2023

Attackers vs Defenders: Mind the Perspective Gap

TL/DR: Attackers and defenders or security professionals often look at an attack surface from a completely different perspective. The gap…

Publishing GitHub event data with GitHub Actions and Pages
19
Apr
2023

Publishing GitHub event data with GitHub Actions and Pages

A guide to overcoming the GitHub event data horizon with a little command-line magic. Teams who work on GitHub rely…

Make Your Cybersecurity Dollars Last Longer
19
Apr
2023

Make Your Cybersecurity Dollars Last Longer

In my last blog, I examined why cybercrime increases during economic hardship and why innovation and vigilance are necessary to…

Security updates to cover your entire attack surface
19
Apr
2023

Security updates to cover your entire attack surface

TL/DR: Just as vulnerabilities are constantly evolving, so must your approach to external attack surface monitoring. In addition to our…

headsmash
18
Apr
2023

How to Get the OBS Studio Virtual Cam to Work in Discord on Mac

Created/Updated: April 18, 2023 This is harder than it should be. Way harder. 0. Enable your terminal to make changes…

A cron job that could save you from a ransomware attack
18
Apr
2023

A cron job that could save you from a ransomware attack

How a simple scheduled job can help you quickly recover from ransomware. It’s 2019, and ransomware has become a thing….

Introducing HackerOne Assets | HackerOne
18
Apr
2023

Introducing HackerOne Assets | HackerOne

This blog post is part 1 of an ongoing series that provide deep dives into HackerOne Assets and its core…

Security Update: Spring4Shell Vulnerability Modules Already Scanning on Detectify
18
Apr
2023

Security Update: Spring4Shell Vulnerability Modules Already Scanning on Detectify

Numerous vulnerabilities have been found this week in Spring, a popular Java Web app development framework from VMware. Detectify Surface…

Bash and shell expansions: lazy list-making
18
Apr
2023

Bash and shell expansions: lazy list-making

A tour of brace expansion, shell parameter expansions, and playing with substrings in Bash. It’s that time of year again!…