Skip to content

BlackSnufkin/BlackSnufkin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

roles


🎯 Profile Overview

You have finally discovered my Github profile.
Please feel free to clone/fork projects, raise issues and submit PRs if you think something could be better.
Read my blog for write-ups and research - Happy Hacking! 😊

struct OffensiveOperator {
    handle: String,
    role: String,
    specialties: Vec<&str>,
    base_of_operations: String,
    primary_languages: Vec<&str>,
}

impl OffensiveOperator {
    fn new() -> Self {
        Self {
            handle: "BlackSnufkin".to_string(),
            role: "Red Team Operator".to_string(),
            specialties: vec!["Malware Development", "Reverse Engineering", "Evasion Techniques"],
            base_of_operations: "Initial Access Guild".to_string(),
            primary_languages: vec!["Rust", "C++", "Python"],
        }
    }
}

🔒 TOP 10 OPSEC Principles of Red-Team Operator

# Core Principle
The most important matter in an operation is its security. Everything else must subordinate.
Carry out daily tasks with careful attention to details. It must be a habit.
Be thoughtful. Think before you do anything. Mistakes cannot, in principle, be undone.
Be ready for many scenarios. Don't count on luck or misfortune.
Question the assumptions. Check how their change or obsolescence affects the task.
Never get into a routine. Watch out for fatigue, stress, excitement, and overconfidence.
Know your constraints. When you lack knowledge or experience, get it.
Beware of anomalies. What you are doing must look like noise. Be invisible by being common.
Monitor your activities. Look at yourself through the eyes of your adversary.
Never underestimate your adversary. Assume he's better than you.

🔥 Active Projects

LitterBox BYOVD

📊 GitHub Analytics Git

BlackSnufkin's github activity graph


🌐 Connect & Collaborate

Interested in collaboration? Have a challenging research problem?
Open an issue or reach out directly - always happy to discuss Security sutff

Daily Motivation


About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published