Category: Mix

Exfiltration via CSS Injection. Today’s topic is something that’s… | by d0nut
06
Apr
2023

Exfiltration via CSS Injection. Today’s topic is something that’s… | by d0nut

Today’s topic is something that’s already pretty well covered: CSS injections. I wanted to talk about my experience implementing this…

BOUNTY THURSDAYS - LIVE #2 (NEWS/TOOLS and Community Questions with Jason Haddix)
06
Apr
2023

BOUNTY THURSDAYS – LIVE #2 (NEWS/TOOLS and Community Questions with Jason Haddix)

BOUNTY THURSDAYS – LIVE #2 (NEWS/TOOLS and Community Questions with Jason Haddix) Source link

OSCE3 by Offensive Security
06
Apr
2023

Offensive Security Experienced Penetration Tester (OSEP) Review and Exam

In August last year, Offensive Security announced that it was retiring the long-standing Offensive Security Certified Expert (OSCE) certification and…

Cracking my windshield and earning $10,000 on the Tesla Bug Bounty Program
06
Apr
2023

Cracking my windshield and earning $10,000 on the Tesla Bug Bounty Program

One of the more interesting things I’ve had the opportunity to hack on is the Tesla Model 3. It has…

Configuring a Pretty and Usable Terminal Emulator for WSL
06
Apr
2023

Configuring a Pretty and Usable Terminal Emulator for WSL

I’ve been using a Mac as my daily driver for work for the last few years. While there’s nothing particularly…

[Uber 8k Bug] Login CSRF + Open Redirect = Account Take Over – Ron Chan
06
Apr
2023

[Uber 8k Bug] Login CSRF + Open Redirect = Account Take Over – Ron Chan

Have been hunting Uber bugs for quite a while, and this is my first blog post about Uber bug hunting…

No BS Guide - Underrated Utility Tools for Bug Bounty
06
Apr
2023

No BS Guide – Underrated Utility Tools for Bug Bounty

No BS Guide – Underrated Utility Tools for Bug Bounty Source link

Hacker monkeys · rez0
06
Apr
2023

Hacker monkeys · rez0

A collection of AI-generated Hacker Monkeys If you want to see an image in full resolution, you can right click…

Hacking with OpenAI GPT-3 | Hacking Without Humans
06
Apr
2023

Hacking with OpenAI GPT-3 | Hacking Without Humans

Hacking with OpenAI GPT-3 | Hacking Without Humans Source link

Broken Access Control - Lab #10 User ID controlled by param with password disclosure | Short Version
06
Apr
2023

Broken Access Control – Lab #10 User ID controlled by param with password disclosure | Long Version

Broken Access Control – Lab #10 User ID controlled by param with password disclosure | Long Version Source link

What are Executables? | bin 0x00
06
Apr
2023

What are Executables? | bin 0x00

What are Executables? | bin 0x00 Source link

Golang Binary Search
05
Apr
2023

Binary search in Golang on large files

Description For a recent need I wish to make a return on the implementation of the binary search in Go…