AfroSec
790 subscribers
457 photos
33 videos
7 files
239 links
hello friend
am AfroSec | AASTU dropout | cybersecurity enthusiast | CRTO | CRTOM | CRTA | passionate about Red Teaming :)

portifolio : https://afrosec.et
blog: https://blog.afrosec.et
file : @Afr0Files
Download Telegram
😁13😭2
hmmm 🙃

@AfroSec
🥰51🔥1
yoo so i just created a Red Team Discord

If you're into hacking, redteaming ofc , or learning real-world security come join us.

👉 https://discord.gg/t4tcrF95

Let’s grow and learn together :))

@AfroSec
61🙏1
melllow my fellow hackers and defenders
how u holdin up tho ? 🤟

@AfroSec
42
Forwarded from vx-underground
> be iranian threat actors
> compromise FBI directors personal email
> fast forward like, 5 hours
> $10,000,000 bounty on head

Opinion: I think Kash Patel is extremely mad
🤯5🤣1
let the night grind begin huh 😎😎

btw mn gud new znabu like damn 🥶

@AfroSec
8🔥4🤩3
some threat actors get into a system — let’s say your personal computer.

now you’re also a hacker… you think:
“Yeah I can just monitor the traffic with Wireshark and catch them blah blah.”

but here’s the thing…

They can make their traffic look completely legit. how?

Malleable C2 profiles

This is basically a domain-specific language (DSL) introduced by Cobalt Strike that lets redteamers redefine how their beacon(implant) communicates with the TS.

means....
They can disguise malicious traffic to look like:

* browsing social media
* streaming music
* accessing cloud services

So your “suspicious traffic” just looks normal.

Core components:

• HTTP GET / POST
• Global options (sleeptime, useragent, etc.)
• Data transformation & obfuscation (prepend, append, encoding)


set useragent "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.124 Safari/537.36";
set jitter 0;
set sleeptime 0;
set timeout 10;
set retry 0;

http-get {
set uri "/afro_checkin.php";
client {
header "Accept" "text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8";
header "Accept-Language" "en-US,en;q=0.5";
header "Connection" "keep-alive";
metadata {
base64;
prepend "user=";
header "z-User";
}
}
server {
header "Server" "nginx/1.18.0";
contentencoding "gzip";
output {
print;
}
}
}


what’s happening here?

• Beacon checks in with metadata (ID, hostname, process, etc.)
• Data gets base64 encoded
• Then "user=" is prepended → user=base64payload
• Sent inside a custom header → z-User

Now it just looks like a normal HTTP request header.

Meanwhile…

• Team Server responds with payload
• Encoded + compressed (gzip)
• Still looks legit in traffic

There are a lot of templates on GitHub go check them out

but don’t just copy-paste them
u will get flagged fast :)

Most public profiles are already burned.

Also…
~90% of them are HTTP/S listeners

If you want to go deeper (P2P, SMB, DNS…)

@AfroSec
🔥3👏1
hmmm 🙃

@AfroSec
50🎉28💯2❤‍🔥1
This media is not supported in your browser
VIEW IN TELEGRAM
sijemer eko we are 😭😭🥀cooked

@AfroSec
🤣7😭1
AfroSec
hmmm 🙃 @AfroSec
thank you guys for your birthday wishes, I really mean it
A lot of new members joined this year too , thank you all for being part of my journey.

much love and respect 😊

@AfroSec
❤‍🔥82
⚠️ Axios — the JavaScript HTTP client with 100M+ weekly downloads — has been compromised with malicious versions dropping a Remote Access Trojan

📌 If you installed axios@1.14.1 or axios@0.30.4, assume your system is compromised!

🔍 Am I affected?

- MacOS
ls -la /Library/Caches/com.apple.act.mond 2>/dev/null && echo "COMPROMISED"
- Linux
ls -la /tmp/ld.py 2>/dev/null && echo "COMPROMISED"
- Windows
dir "%PROGRAMDATA%\wt.exe" 2>nul && echo COMPROMISED

Fix it:
npm install axios@1.14.0 ← for 1.x users
npm install axios@0.30.3 ← for 0.x users
rm -rf node_modules/plain-crypto-js
npm install --ignore-scripts

Read More [ Blog ]
Please open Telegram to view this post
VIEW IN TELEGRAM
😂😂 this era

Me, Myself and I
Me, Myself and AI

even telegram cant leave as alone eko gud new 😏
@AfroSec
😁17
heyyy everyone
we are gonna be live on discord just kinda chill event we will solve one AD machine and learn along the way

if u r free check it out now https://discord.gg/XP948E8B :)

@AfroSec
🔥82
did anyone see what i posted lool :)
🤣6👍2😁2
#experience
from what I saw (experience), most Ethiopian websites are CMS-based, mainly WordPress. The funny part is that they completely trust the CMS to handle everything end-to-end, like security or other configurations. but, the fact is that the wp-json schema is enough to gather all their endpoints and do shady stuff 😂 Sometimes they open sensitive directories like wp-includes or wp-content, then forget about their existence, which is a really bad security measure.

@AfroSec
🔥32