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
Xiaomi MiMo-V2.5 is now officially open-sourced!

https://x.com/i/status/2048821516079661561
https://huggingface.co/collections/XiaomiMiMo/mimo-v25

Note: the Pro version is 1T parameters so you need a super power computer or server

@reverseengineer101
🤩32🗿1
Critical Security Vulnerability affects one of the large tech companies Github


CVE-2026-3854

Remote Code Execution affects github via git push discovered by a security researcher

This was disclosed just 6 hours before

It seems it's the large manufactures hacking year, this is why we always ask you to pay attention about your security.

- Securing the git push pipeline: Responding to a critical remote code execution vulnerability

- GitHub Advisory Database

#stay_safe #stay_secure

@reverseengineer101
4🔥4
Are you tired searching for secrets in js files or android apps ?

If yes, then RExpository can make it easier just copy regex, paste it, and search

https://jaimepolop.github.io/RExpository/

@reverseengineer101
6🫡1
In modern days when everything converted to ePay, it's really scary to see your balance getting drained from your account and fully controlled by a cyber criminal just because of one click on an app you installed doesn't caring about its source or how secure it's

These photos are showing a real vulnerability case I found on some android wallet not a CTF or a lab it's found in the wild and thousands of users are using daily with huge amount of money being transferred every day

The exploit app I created is a very simple app with no permissions or privileges

Please take care of your security online and do not trust anything or any app to avoid being a victim to hackers

#stay_secure #stay_safe

@reverseengineer101
5👏4😁1🤩1
When you depend on that no one will read the Privacy Policy 😂 😁

This service is collecting your LLLM API keys (You paid for) and Telegram bot tokens or other messaging platforms

The scary word there is "You voluntarily provide" so they put the risk on your side

Most people are like

✓ read and accept 😉



This is just an example of services that you might be using every day while you don't know what do these services collect about you, so the moral is watch everything you use online and don't trust blindly

Note: you can't use your API key on that platform except if you paid a subscription, so you will pay them a subscription and pay for the API key then it will simply collected

#stay_safe #stay_secure

@reverseengineer101
🤣142😁1
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