AfroSec
621 subscribers
322 photos
22 videos
6 files
162 links
hello friend
am AfroSec | AASTU dropout | cybersecurity enthusiast | CRTOM | CRTA | passionate abt Red Teaming :)))

portifolio : soon....
file : @Afr0Files
Download Telegram
Forwarded from Tech World
🌟 Graduating from the 3rd Cyber Talent INSA Summer Camp! 🌟

Just a few months ago, I was a Python beginner who had never even heard of Linux. Fast forward to today, and I’m proud to say I’ve graduated from the 3rd Cyber Talent INSA Summer Camp!
This one month journey was packed with challengesβ€”late nights, tough problems, and moments of doubt. But every challenge became an opportunity to learn, grow, and push my limits. Working on my project, DNA Vault (a secured DNA storage system), was both exciting and rewarding.
Living on campus for the first time taught me independence and resilience, helping me adapt to a new environment while discovering my true passion for cybersecurity and technology. The support of talented peers and inspiring mentors made this journey unforgettable.
Looking back now, I can’t believe how far I’ve come. The person who joined this camp is not the same person graduating today. This experience has shaped me, both as a programmer and as a person.
I’m deeply grateful to the INSA Summer Camp team, my mentors, and my peers for their guidance and encouragement. This isn’t just the end of a program it’s the start of a new and exciting chapter in my tech journey. Here’s to taking on more challenges and continuing to grow!

#INSA #CyberTalent #Graduation #Cybersecurity #GrowthJourney #Gratitude

lets connect in linkedin linkedin.com/in/lidiya-bokona-68621831b

Join us @tech_life_01
🫑9πŸ€—1
hello friend 😊😊
@AfroSec
❀10
This media is not supported in your browser
VIEW IN TELEGRAM
The vibe I'm in right now Finals are DONE, and now it's time for ME to do MY stuff!πŸ˜‚

@AfroSec
πŸ”₯4😁4πŸŽ‰1
so fam
am done with school shit,i mean final 😁
time to get back to the hustle!😊😊

@AfroSec
πŸ”₯5
I was thinking about creating a separate channel or group to share all the resources I find useful.
What do you guys think?

@AfroSec
πŸ‘8πŸ‘3❀1
heeyaa fam
happy epiphany for those who are celebrating πŸ˜‡πŸ˜‡

and btw here is the channel i created for file sharing purpose check it out : @Afr0Files

@AfroSec
πŸ™3πŸ—Ώ2
sup fam
how is everything going' ?

me > digging into websocket vuln and donig bb on the side, as a matter of luck and good methodology i found info disclosure 😊

i'll share the methodology i used and there is a lot to come

@AfroSec
πŸ‘2
methodology that i used

subfinder -d example.com -all -recursive > subdomain.txt
for subdomain

cat subdomain.txt | httpx-toolkit -ports 80,443,8080,8000,8888 -threads 200 > subdomains_alive.txt
live subdomain

katana -u subdomains_alive.txt -d 5 -ps -pss waybackarchive,commoncrawl,alienvault -kf -jc -fx -ef woff,css,png,svg,jpg,woff2,jpeg,gif,svg -o allurls.txt
to fetch passive urls

cat allurls.txt | grep -E '\.xls|\.xml|\.xlsx|\.json|\.pdf|\.sql|\.doc|\.docx|\.pptx|\.txt|\.zip|\.tar\.gz|\.tgz|\.bak|\.7z|\.rar|\.log|\.cache|\.secret|\.db|\.backup|\.yml|\.gz|\.config|\.csv|\.yaml|\.md|\.md5'
search for sensetive file

credit: lostsec.xyz

@AfroSec
πŸ‘4
I hope this isn't gonna be a duplicate πŸ™πŸΌπŸ˜Š
@AfroSec
πŸ”₯3
Tip: Feeling bored sometimes on your hacking journey?
Try switching topics,learn something different from what you're currently focused on.

It worked for me 😊

@AfroSec
πŸ‘6🫑1
πŸ˜‚πŸ˜‚ imposter

@AfroSec
🀣4
didn't want to miss the view
The night is looking good ( Perks of being an AASTU student πŸ˜‚)

@AfroSec
❀8😍1
nighty night fam πŸ˜ŠπŸ’€πŸ’€
@AfroSec
❀3
holla fam😊

Sorry for the disappearance. I've been a bit busy with some family stuff lately. I hope you're all doing well

@AfroSec
❀4πŸ”₯3
So true πŸ˜‚πŸ˜‚
βœ‰οΈ@xavierzone 🀩
😁1
what web vuln is this ?

@AfroSec
simple and handy way to find original ip of a target website

1. censys search example.com | grep "ip" | egrep -v "description" | cut -d ":" -f2 | tr -d \"\, | tee ip.txt | httpx
2. uncover -q "example.com" -e censys,fofa,shodan,shodan-idb | httpx
(preferable)

u can also check this vid on u tube : [vid]
blog : [check this blog]

@AfroSec
πŸ‘2
check out this resource for OSCE3-Complete-Guide
[OSCE3 ]

@AfroSec