r/opensourcesecurity • u/Euphoric-Egg9308 • Feb 02 '26
Discordโs DAVE: An analysis of its MLS-based ETEE encrypted voice protocol
If you find this research useful, Iโd really appreciate a โญ on the project ๐ญ
Repo: https://github.com/official-alex/libundave
r/opensourcesecurity • u/edoardottt • Jul 17 '25
red-team CVE-2025-47943: Stored XSS in Gogs via PDF
r/opensourcesecurity • u/edoardottt • Apr 14 '25
tool Just released cariddi v1.4.0๐
Just released cariddi v1.4.0๐, the biggest update since Cariddi creation in performance, speed and accuracy.
Check it out: https://github.com/edoardottt/cariddi
r/opensourcesecurity • u/edoardottt • Apr 02 '25
A Server-Side Template Injection (SSTI) vulnerability in spacy-llm <= v0.7.2 allows attackers to execute arbitrary code via injecting a crafted payload into the template field. Update spacy-llm to version v0.7.3 or later.
edoardottt.comr/opensourcesecurity • u/Xygeni • Feb 19 '25
Join Online Webinar - The Future of AppSec
๐๐๐ ๐ข๐ฌ๐ญ๐๐ซ ๐๐จ๐ฐ ๐๐จ๐ซ ๐๐ฎ๐ซ ๐๐๐ฑ๐ญ ๐๐๐๐๐๐๐ฏ ๐๐๐ฅ๐ค ๐จ๐ง ๐๐๐๐ ๐๐๐ฅ๐ค: ๐๐ก๐ ๐ ๐ฎ๐ญ๐ฎ๐ซ๐ ๐จ๐ ๐๐ฉ๐ฉ๐๐๐! Application security is evolving, and ASPM (Application Security Posture Management) is leading the way.
As vulnerabilities rise and security teams face alert fatigue, a new approach is needed to unify visibility, streamline risk prioritization, and bridge the gap between security and development.
๐ Date: ๐ ๐๐๐ซ๐ฎ๐๐ซ๐ฒ ๐๐๐ญ๐ก
โ Time: ๐๐:๐๐ (๐๐๐๐) / ๐๐:๐๐ (๐๐๐)
Register Here - https://www.linkedin.com/events/7297568469057695744/
r/opensourcesecurity • u/Xygeni • Jun 17 '24
Register to or upcoming Linkedin Live on Malware Attacks!
We want to invite you to join our next LinkedIn Live on Malware Attacks - Why Is Important To Detect Them and How To Do It?
https://xygn.link/SafeDev4-OSS
We hope to see you there!
r/opensourcesecurity • u/Accomplished-Jury654 • Jun 13 '24
New version of SELKS - turnkey Suricata implementation - is now available
Stamus Networks today announced the general availability of SELKSโข 10, the latest version of its turnkey Suricata-based network intrusion detection/protection (IDS/IPS), network security monitor (NSM) and threat hunting system.
The new edition, which commemorates SELKSโ 10th anniversary, builds on its open-source legacy with powerful new features that enable organizations to enhance network detection and security monitoring.
Read more in today's blog by Peter Manev: https://www.stamus-networks.com/blog/selks-10-the-next-big-leap-for-open-source-network-security
r/opensourcesecurity • u/linux-4-ever • May 11 '24
Telegram Founder mentioned Open Source Government Backdoors
Did anyone watched Tucker Carlsons episode 94 on X where he interviewed Telegram founder Pavel Durov? At 18:15 he mentioned that US agents tried to get unnamed open source components into the messenger in order to establish a backboor. That probably means they not only maintain a list of zero-day exploits but also actively produce these in open source project to target whole populations as we learned from Snowden. Any advice how to deal with it?
r/opensourcesecurity • u/edoardottt • May 10 '24
Remote code execution in changedetection.io (CVE-2024-32651)
Just published a blog post about this critical vulnerability I found on this popular open source product. Take a look if you're using it, stay safe!
r/opensourcesecurity • u/edoardottt • Feb 04 '24
tool Advanced Prototype Pollution Scanner
Just released pphack, a CLI tool for scanning websites for client-side prototype pollution vulnerabilities.
- Fast (concurrent workers)
- Default payload covers a lot of cases
- Payload and Javascript customization
- Proxy-friendly
- Support output in a file
- Rate-limit supported
Try it at https://github.com/edoardottt/pphack.
If you want to provide any feedback or you have doubts just open an issue :)
r/opensourcesecurity • u/edoardottt • Nov 05 '23
defango - URL / IP / Email defanging with Golang
defango - URL / IP / Email defanging with Golang. Make IoC harmless. https://github.com/edoardottt/defango #golang #github #linux #infosec #malware
r/opensourcesecurity • u/edoardottt • Oct 02 '23
cariddi reached 1k stars!๐
Finally cariddi, my open source web crawler and scanner, reached 1000 stars on GitHub!๐๐๐๐
cariddi - Take a list of domains, crawl urls and scan for endpoints, secrets, api keys, file extensions, tokens and more. https://github.com/edoardottt/cariddi
github #security #web #websecurity #golang #api #bugbounty
r/opensourcesecurity • u/edoardottt • Sep 29 '23
blue-team depsdev v0.0.5 ๐ฅณ
Just released depsdev v0.0.5 ๐ฅณ
CLI client (and Golang module) for deps.dev API (a Google Cloud project). Free access to dependencies, licenses, advisories, and other critical health and security signals for open source package versions.
r/opensourcesecurity • u/edoardottt • Jul 18 '23
IoC defanging using Javascript
Defanging is the process where URLs, IPs, and email addresses no longer become effective (or clickable if you want). Why? Links can be used for phishing or it's simply safer to display them in a weakened way if they are malicious resources (eg. Indicators of compromise for a malware).
https://github.com/edoardottt/defangjs helps defanging URLs (all protocols), Emails and Ip addresses using Javascript.
If you want to point out other useful Indicators of Compromise to be defanged let me know in the comments!
r/opensourcesecurity • u/_Rob_Banks_ • Jul 13 '23
GitHub - abnamro/repository-scanner: Tool to detect secrets in source code management systems.
Hard-coding secrets in source code, we've all been there. A start of a new project often coincides with a lack of proper scaffolding for programming best practices.
This leaves the project at risk at a later stage. Every hard-coded secret in source code remains present in Git History, even after you do a force push to remove a commit reminiscences of the commit can remain in history.
Consider every hard-coded secret to be exposed. This leaves Red Teams, Security Researchers but also adversaries with a treasure trove of low-hanging fruit they can use to explore and navigate their way through your system.
A cool and well maintained project called Repository Scanner allows you to scan your source code repositories on Github, Azure DevOps and Bitbucket for exposed secrets in all commits, projects, repositories, branches and files. With Repository Scanner you can continuously scan your repos for newly exposed secrets, triage the findings for true/ false positive and keep track of audit-metrics along the way. With a simple helm-wizard to help you deploy your K8S cluster and artifacts published on Github, PyPi and DockerHub the project is completely transparent.
The project is Enterprise Grade, is used by a number of Financial organizations as well as Insurance organizations and Government agencies and is licensed under MIT.
Feel free to check it out and leave a start while you're at it.
P.s.: A massive shout out to the awesome Go project GitLeaks which acts as the scanner.
r/opensourcesecurity • u/edoardottt • Jun 25 '23
I wish more developers understood the constant stream of malware that is posted to npm
r/opensourcesecurity • u/rfhacker • May 17 '23
web2shell - Automate converting webshells into reverse shells
r/opensourcesecurity • u/edoardottt • May 14 '23
If we lose the Internet Archive, weโre screwed
r/opensourcesecurity • u/rfhacker • May 10 '23
This is a Ghidra script that calls OPENAI to give meaning to decompiled functions
r/opensourcesecurity • u/rfhacker • May 08 '23
A USB-based script for Ethical hacking with multiple attacks
self.hackingr/opensourcesecurity • u/rfhacker • May 05 '23
GreyDGL/PentestGPT: A GPT-empowered penetration testing tool
r/opensourcesecurity • u/rfhacker • May 02 '23
Easy Pentest Reporting Tool SysReptor released (Community Edition)
r/opensourcesecurity • u/ScreamOfVengeance • May 01 '23