Skip to content

Instantly share code, notes, and snippets.

View Bornunique911's full-sized avatar
🎯
Focusing

Bornunique911 Bornunique911

🎯
Focusing
View GitHub Profile
@Bornunique911
Bornunique911 / AES128.cs
Created March 3, 2024 06:57 — forked from jiavictor/AES128.cs
Simple AES-128-CBC Test
using System;
using System.Text;
using System.Security.Cryptography;
namespace AES128
{
class Program
{
private string encrypt(string clearText, string secretKey, string initVector)
{
@Bornunique911
Bornunique911 / 1_top+hacker_methodologies.md
Created January 7, 2024 13:23 — forked from ruevaughn/1_top+hacker_methodologies.md
Hacker Methodologies & Tools (NEW)

The Top Hacker Methodologies & Tools Notes

Nuclei Templates

Concrete5 CMS : Identification, Mass Hunting, Nuclei Template Writing & Reporting