Aditya

@adityatelange
56 Followers
45 Following
380 Posts

A python script that patches libflutter.so to disable Flutter's TLS verification.

🔗 https://github.com/adityatelange/patch-libflutter-tls

The script is based on the work of Jeroen Beckers @TheDauntless at https://github.com/NVISOsecurity/disable-flutter-tls-verification. List of offsets are present here. Thanks to Jeroen and NVISO for their work on this topic.

#flutter #android #appsec #infosec #pentesting

GitHub - adityatelange/patch-libflutter-tls: A python script that patches libflutter.so to disable Flutter's TLS verification.

A python script that patches libflutter.so to disable Flutter's TLS verification. - adityatelange/patch-libflutter-tls

GitHub
One Year with evil-winrm-py - A Retrospective

A retrospective on the development and impact of evil-winrm-py, a Python implementation of the popular evil-winrm tool for Windows Remote Management.

Aditya Telange
Commits · adityatelange/hugo-PaperMod

A fast, clean, responsive Hugo theme. Contribute to adityatelange/hugo-PaperMod development by creating an account on GitHub.

GitHub

The best #android security inspection tool - duck detector is open sourced.

https://github.com/eltavine/Duck-Detector-Refactoring

#foss #android #security

GitHub - eltavine/Duck-Detector-Refactoring

Contribute to eltavine/Duck-Detector-Refactoring development by creating an account on GitHub.

GitHub

NearbyShare/QuickShare for Linux and MacOS

Really nice tool for Quick Share from #linux to #android devices and vice versa.

https://github.com/Martichou/rquickshare

#filetransfer #quickshare #foss

axios Compromised on npm - Malicious Versions Drop Remote Access Trojan - StepSecurity

Hijacked maintainer account used to publish poisoned axios releases including 1.14.1 and 0.30.4. The attacker injected a hidden dependency that drops a cross platform RAT. We are actively investigating and will update this post with a full technical analysis.

Kali Linux 2026.1 Release (2026 Theme & BackTrack Mode)

https://www.kali.org/blog/kali-linux-2026-1-release/

OAuth account takeover doesn't need leaked tokens. No state param = CSRF to forced account linking. Loose redirect_uri matching = code theft via open redirect chains. Implicit flow puts tokens in browser history and Referer headers. PKCE bypass when not enforced server-side. SSRF via OpenID dynamic client registration. Six patterns, all with labs. https://www.kayssel.com/newsletter/issue-43/ #OAuth #BugBounty #Pentesting #websecurity #Offsec #InfoSec
OAuth 2.0: Six Ways the Authorization Flow Breaks

Missing state CSRF, redirect_uri hijacking, open redirect code theft, implicit flow token leakage, PKCE bypass, and SSRF via OpenID dynamic client registration

Kayssel