πNew WriteupβοΈ
βββββββββββββββ
πDate: Sat, 04 Mar 2023 11:55:11 GMT
βββββββββββββββ
βοΈTitle: Deserialization Dangers in NodeJS
βββββββββββββββ
πLink: https://medium.com/p/d4f71d69ad45
βββββββββββββββ
Tags: #penetration_testing #web_security_testing #deserialization #web_application_security #nodejs_security
βββββββββββββββ
πDate: Sat, 04 Mar 2023 11:55:11 GMT
βββββββββββββββ
βοΈTitle: Deserialization Dangers in NodeJS
βββββββββββββββ
πLink: https://medium.com/p/d4f71d69ad45
βββββββββββββββ
Tags: #penetration_testing #web_security_testing #deserialization #web_application_security #nodejs_security
Medium
Deserialization Dangers in NodeJS
Background
β€· Title: I Discovered These Things After Hacking My Own Node.js App
ββββββββββββββββββββββββ
πͺ Author: Cloud Guru
ββββββββββββββββββββββββ
β΄΅ Time: Sat, 17 May 2025 05:35:17 GMT
ββββββββββββββββββββββββ
β Tags: #nodejs #nodejs_hack #node_js_development #nodejs_security #hacking
ββββββββββββββββββββββββ
πͺ Author: Cloud Guru
ββββββββββββββββββββββββ
β΄΅ Time: Sat, 17 May 2025 05:35:17 GMT
ββββββββββββββββββββββββ
β Tags: #nodejs #nodejs_hack #node_js_development #nodejs_security #hacking
Medium
I Discovered These Things After Hacking My Own Node.js App
Spoiler: It wasnβt the bugs that scared meβββit was the things I didnβt even think to secure.
β€· Title: Security Flow in a Fintech App & Banking SystemsβββA Developerβs Perspective
ββββββββββββββββββββββββ
πͺ Author: Virendra Tambavekar
ββββββββββββββββββββββββ
β΄΅ Time: Wed, 13 Aug 2025 06:32:27 GMT
ββββββββββββββββββββββββ
β Tags: #api_security #web_application_security #nodejs_security #fintech_security #banking_security
ββββββββββββββββββββββββ
πͺ Author: Virendra Tambavekar
ββββββββββββββββββββββββ
β΄΅ Time: Wed, 13 Aug 2025 06:32:27 GMT
ββββββββββββββββββββββββ
β Tags: #api_security #web_application_security #nodejs_security #fintech_security #banking_security
Medium
Security Flow in a Fintech App & Banking SystemsβββA Developerβs Perspective
In the fintech and banking world, security is not just a featureβββitβs the foundation. A single vulnerability can lead to significantβ¦
β€· Title: Anatomy of a Real-World Exploit Attempt: From Base64 to Remote Code Execution
ββββββββββββββββββββββββ
πͺ Author: Jayari Hamza
ββββββββββββββββββββββββ
β΄΅ Time: Thu, 11 Jun 2026 15:12:04 GMT
ββββββββββββββββββββββββ
β Tags: #cloud_security #nodejs_security #ethical_hacking
ββββββββββββββββββββββββ
πͺ Author: Jayari Hamza
ββββββββββββββββββββββββ
β΄΅ Time: Thu, 11 Jun 2026 15:12:04 GMT
ββββββββββββββββββββββββ
β Tags: #cloud_security #nodejs_security #ethical_hacking
Medium
Anatomy of a Real-World Exploit Attempt: From Base64 to Remote Code Execution
While reviewing my logs, I found a suspicious request flagged as exploit:gen/cve_2025_55182. Letβs break down what it actually does.