ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β β
β βββ βββββββ βββ βββββββ βββ βββ βββ βββ βββββββ βββ β
β βββ βββββββββ βββββββββββββββ βββ ββββ ββββββββββββββββ β
β βββββββ ββββββ ββββββ ββββββ ββ βββ βββββββ βββ ββββββ β
β βββββββ βββββββββββββ βββββββββββββ βββββ βββ ββββββ β
β βββ ββββββ βββββββββββββββββββββββββ βββ ββββββββββββ β
β βββ ββββββ βββββ βββββββ ββββββββ βββ βββββββ βββ β
β β
β "Knowing yourself is the beginning of all wisdom." β
β β Aristotle β
β β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
class CyberWarrior {
public:
string alias = "Anan Alim";
string role = "Aspiring Penetration Tester";
string edu = "CS @ BRAC University";
string focus = "Jr. Penetration Tester Path";
struct Philosophy {
string approach = "Slow but deep";
string style = "Structured learner always";
string mindset = "Builder";
} mindset;
struct Goals {
vector<string> certs = {
"eJPT (Aug 2026)",
"OSCP (Sept 2027)",
"CRTO (Post-OSCP)"
};
string ultimate = "Red Team Operations";
} roadmap;
struct Arsenal {
string work = "Kali Linux";
string daily = "Ubuntu";
} os;
}; | |
β‘ PHASE 1 eLearnSecurity Junior Penetration Tester | | π₯ PHASE 2 Offensive Security Certified Professional | | π PHASE 3 Certified Red Team Operator |
+ MISSION: Transform from student β Red Team Operator
+ TIMELINE: 2026-2028
+ METHOD: Structured learning | Deep understanding | Constant building Active Learning Platform | Code Repository | Direct Messaging |
π LinkedIn β’ π Blog β Initializing Soon...
#!/usr/bin/env python3
# NEURAL TRAINING PROTOCOL v2.0
class LearningEngine:
def __init__(self):
self.mode = "DEEP_DIVE"
self.documentation = "Obsidian Neural Vault"
self.approach = "Structured & Methodical"
def execute(self):
while self.alive:
self.learn(depth="maximum", pace="sustainable")
self.document(format="obsidian_markdown")
self.build(mindset="production_ready")
self.repeat()
return "Student today. Red Teamer tomorrow."
# Initialize Learning Matrix
engine = LearningEngine()
engine.execute()







