reverse engineering
4.06K subscribers
105 photos
11 videos
25 files
146 links
◉ A channel for learning and discussing about reverse engineering


◉ We aren't accepting any illegal works, we are here to help, learn and gain new skills

◉ Owner @M0habozaid
◉ Egypt 🇪🇬

Please don't PM ask in discussion group except in necessity
Download Telegram
Github Got Hacked

Some hackers have an unauthorized access to github.com servers which allowed them to access very sensitive and serious private repositories which in return considered a big threat even to the large tech manufacturers

Github had a serious vulnerability short time before (RCE CVE-2026-3854) -March 4, 2026- fortunately this one wasn't exploited and was reported by a legitimate security researcher

Do you think that we are seeing that because github decided to replace a lot of employees with AI and hackers are using AI nowadays for cyber attacks so we had a model vs model case ?

@reverseengineer101
10🗿2😁1
If you love browser automation

Give browser-use a try
https://browser-use.com/

They have a good free plan

This is not a paid promotion, I just found it useful and wanted to share

@reverseengineer101
5
OpenAI just sent me thank you email 😂
🤣19🤓2🆒2👍1
Anthropic has just released Claude Fable 5 and it's powerful than opus models (and x2 usage of opus 😅😂)

You can use it now if you are subscribed to any claude plan (not for the free subscription)

I am excited to see results
3
You can use Z.ai GLM5.2 (z-ai/glm-5.2-freel) and stepfun 3.7 flash (stepfun/step-3.7-flash-free) for free now for a limited time by Zenmux AI gateway (opencode partenar -zen gateway-)or the chat client directly on the website

GLM5.2: https://zenmux.ai/z-ai/glm-5.2-free

Stepfun 3.7: https://zenmux.ai/stepfun/step-3.7-flash-free

Sample openai compatible API requests to integrate:

- GLM5.2:
curl https://zenmux.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ZENMUX_API_KEY" \
-d '{
"model": "z-ai/glm-5.2",
"messages": [
{
"role": "user",
"content": "What is the meaning of life?"
}
]
}'

- Stepfun 3.7:
curl https://zenmux.ai/api/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer $ZENMUX_API_KEY" \
-d '{
"model": "stepfun/step-3.7-flash-free",
"messages": [
{
"role": "user",
"content": "What is the meaning of life?"
}
]
}'

They support also:
POST /v1/responses (openai compatible)
POST /anthropic/v1/messages (anthropic compatible requests)

@reverseengineer101
8
Developers mistakes (laziness) 🥴

Me at 2 am: 😎 🎯 💻
❤‍🔥64🔥2👎1🥰1🤝1
6🤔5👍1👀1
I have came across this by chance I did not imagine that someone will ask that on official Microsoft Learn Pages 😄
😁136
Mt manager new feature MCP server 😎

Really a great addition to mt manager that I loved

In this screenshot pi agent is running and using mt manager MCP server tools to analyze android apks, this will save much more time and the great thing that you can expose that server to your local network and use by any connected devices

@reverseengineer101
9🔥5👍4🥰1
Not the longest course I attended but I am happy that I got it
👏10👍52