Listen to this Post

Introduction:
The journey into cybersecurity is often paved with technical hurdles, but the most formidable firewalls are the ones we build in our own minds. Imposter syndrome and self-rejection prematurely terminate more promising careers than any failed exploit. This article deconstructs the mindset shift from self-sabotage to persistence, mapping it directly to the technical grind required to land a role in InfoSec, complete with the labs, commands, and vulnerability assessments that transform anxiety into authority.
Learning Objectives:
- Identify and dismantle internal narratives of self-rejection that hinder technical career progression.
- Develop a systematic approach to leveraging public labs, write-ups, and certifications for skill validation.
- Execute foundational offensive security techniques in a controlled lab environment, building demonstrable competence.
You Should Know:
- The Psychology of the “Root” User: Confronting Self-Rejection
The first command in any penetration test is introspection. The post highlights a critical vulnerability: the internal dialogue that says, “I am not that far yet.” In cybersecurity, waiting for perceived readiness is a security flaw. The step is to reframe rejection as reconnaissance—data gathering for your next attempt.
Step-by-Step Guide:
Step 1: Audit Internal Logs. Journal every time you avoid applying for a role, lab, or publication. Note the “justification.”
Step 2: Threat Modeling Yourself. Treat your self-doubt as an adversary. What is its attack vector (e.g., past failures, comparison)? What is its objective (to keep you stagnant)?
Step 3: Implement a “Zero-Trust” Policy on Self-Limiting Beliefs. Do not automatically trust the initial rejection. Enforce mandatory verification. The command is action: apply_anyway.sh.
Step 4: Analyze Feedback Packets. As mentioned in the comments, solicit feedback on rejections. Use `tcpdump` on the conversation to capture valuable data for protocol improvement: tcpdump -i eth0 -A 'port 80' | grep -i "feedback". Metaphorically, parse every “NO” for payload data leading to “YES.”
- Port Forwarding to Opportunity: From “No” to “TryHackMe”
The narrative cites TryHackMe’s Advent of Cyber and the InfoSec Write-Ups Publication as targets. These are not just goals; they are live training grounds. Gaining acceptance requires demonstrable skill, which is built through repetitive, hands-on practice.
Step-by-Step Guide:
Step 1: Establish a Lab Environment. Set up a persistent practice space. Use a Kali Linux VM (Windows via WSL2 or native Linux).
Update and install core tools sudo apt update && sudo apt upgrade -y sudo apt install kali-linux-headless -y
Step 2: Engage in Daily Reps. Dedicate 1-2 hours daily to a platform like TryHackMe. Start with the “Pre Security” path, then “Complete Beginner.” Step 1: Identify the Point of Failure. Was it a technical knowledge gap? A poorly communicated application? Run a debug. Step 3: Re-run the Payload. Re-apply, re-submit, or re-attempt the challenge with the improved “code.” Step 1: Cron Jobs for Learning. Schedule your study time. Step 2: GitHub as Your C2 Server. Use GitHub to command and control your portfolio. Daily commits are beacon packets proving activity. Step 3: Network with a Purpose. Engage in comments (like those from David Ajuzie and Haris Afridi) not just for support, but for technical exchange. Offer value—a tool suggestion, a better methodology. Step 1: Weaponize Your Portfolio. Assemble your TryHackMe profile, GitHub write-ups, and any certificates (e.g., eJPT, PNPT candidate status) into a single-source resume. The technical journey and the psychological journey are not parallel processes; they are the same process. Each `grep` command mastered, each Windows privilege escalation vector understood, each well-written write-up is a packet sent against the fortress of self-doubt. The eventual “shell” you gain is not just on a remote machine, but on your own career trajectory. The comments reveal a community where technical prowess and mindset are increasingly recognized as intertwined. The individual who can troubleshoot their own psyche while navigating a Active Directory forest is the ultimate full-stack developer—of their own destiny. The future of cybersecurity hiring will increasingly leverage platforms like TryHackMe and HackTheBox not just for applicant screening, but as persistent, continuous validation systems—a form of “live attestation.” Professionals will maintain dynamic, verifiable skill profiles (think a live GitHub contribution graph for security labs). The mindset of resilient, self-directed learning, as championed in the post, will become the critical non-technical vulnerability to assess in candidates. Those who automate their curiosity and weaponize their resilience will be the first to exploit the job market’s attack surface. Reported By: Riazrabia Almost – Hackers Feeds
Step 3: Document Everything. As you solve rooms, write detailed notes in Markdown. This builds the portfolio for publications like InfoSec Write-Ups. Your note-taking command can be as simple as `cat > writeup.md <
The post states: “got rejected, pushed just a little harder and there we go. SUCCESS.” In technical terms, this is the difference between a proof-of-concept exploit and a reliable, weaponized one. It requires iteration and refinement.Step-by-Step Guide:
Step 2: Patch and Recompile. If it was a technical gap (e.g., unfamiliar with Active Directory attacks), lab it intensely.
Example: Practice common Windows privilege escalation enumeration
On a compromised Windows host (using a simulated lab):
systeminfo
whoami /priv
net user
Resilience must be systematic. Relying on motivation fails; automation succeeds. Build a personal development pipeline.Step-by-Step Guide:
Edit crontab: crontab -e
Add line to open TryHackMe daily at 7 PM
0 19 export DISPLAY=:0 && xdg-open https://tryhackme.com
git add .
git commit -m "Daily update: Completed Buffer Overflow practice"
git push origin main
The comment from Haris Afridi encapsulates the outcome: “Now I’m skilled af in Cyber Security and am working as an Intern.” This is the shell session opened. It’s the result of the prior steps.Step-by-Step Guide:
Step 2: Craft a Targeted Exploit (Application). Tailor your cover letter to show you understand the company’s tech stack. Mention relevant tools you’ve used in labs.
Step 3: Execute. Apply. Follow up. The “Intern with Cyberster” is the `whoami` command returning a professional title.What Undercode Say:
Prediction:
▶️ Related Video (82% Match):
🎯Let’s Practice For Free:
IT/Security Reporter URL:
Extra Hub: Undercode MoN
Basic Verification: Pass ✅🔐JOIN OUR CYBER WORLD [ CVE News • HackMonitor • UndercodeNews ]
📢 Follow UndercodeTesting & Stay Tuned:


