name: somethingSEC
location: /home/arch/user
current_status: "Building offensive security tools"
education:
  - Self-taught PenTester
  - Offensive Security
  
interests:
  - ASN Reconnaissance
  - Network Scanning & Enumeration
  - Vulnerability Research
  - Automation & Tooling
  - Bug Bounty Hunting
operating_systems:
  primary: "Arch Linux (btw)"
  testing: ["Kali", "ParrotOS"]
  
learning_path:
  current: ["C", "Python"]
  next: ["Go"]
  future: ["Assembly", "Binary Exploitation"]
ethics: "I sometimes have them"// Current Security Toolkit
const char* languages[] = {"C (learning)", "Python", "Bash", "Go (learning)"};
const char* tools[] = {"Nuclei", "Nmap", "Wireshark", "Metasploit", "Burp Suite"};
const char* environment[] = {"Neovim", "Tmux", "Ghostly", "Niri/Hyprland"};| 
       Makes IP lists from ASN and runs them through Nuclei for automated vulnerability scanning | 
       security tool | 
| 
       acking tool | 
       Future project | 
#!/usr/bin/env python3
class HackerJourney:
    def __init__(self):
        self.current_projects = ["AsnScan", "Network Recon Tools", "Automation Scripts"]
        self.learning = ["C Programming", "Python", "Go"]
        self.next_goals = ["Binary Exploitation", "Tool Development", "POC Analysis"]
        self.hunting_on = ["HackerOne", "Bugcrowd", "Intigriti"]
        
    def daily_routine(self):
        activities = [
            "π Study offensive security",
            "π» Build and improve security tools",
            "π Hunt for vulnerabilities",
        ]
        return activities
    
    def mantra(self):
        return "If it exists, it can be pwned. If it can be pwned, automate it."
hacker = HackerJourney()
print(hacker.mantra())#!/bin/bash
# Hacker's Code of Ethics
cat << "EOF"
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
β  π All tools and research are intended for:                 β
β     β "learning"                                             β
β     β penetration testing                                    β
β     β Responsible vulnerability disclosure                   β
β     β Removing Dictators                                     β
β                                                              β
β  β οΈ NEVER use these tools without GOOD reasons               β
β  π‘ Have Responsibility                                      β
β  π― NO SKIDS                                                 β
ββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
EOF
  β‘ "I use Arch btw" β‘
  
  Built with π and excessive amounts of caffeine | Powered by NeoVim
  
  «« For "authorized" use only »»
