Metasploit
Brakeman
Our great sponsors
Metasploit | Brakeman | |
---|---|---|
63 | 7 | |
27,269 | 6,402 | |
1.8% | - | |
10.0 | 7.6 | |
6 days ago | 23 days ago | |
Ruby | Ruby | |
GNU General Public License v3.0 or later | Q Public License 1.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Metasploit
-
How can I get passwords from rockyou that are only 10 characters or more?
I'm doing HTB Dante lab (if you have experience with this, please DM!) and I'm brute forcing a word press login with metasploit, except it keeps crashing likely due to a memory issue: https://github.com/rapid7/metasploit-framework/issues/14471
-
Hacking into your phone in 2022
Metasploit is also available for other OS. You can learn about it by clicking on this here
We will be seeing how can you hack onto your phone in 2022 using the Metasploit Framework. This attack will be done using a Trojan created using Metasploit
- Redis Sandbox Escape RCE (CVE-2022-0543) - Exploited in the wild
-
INE PTP's Penetration Testing: Metasploit and ruby
I have found devs can write metasploit module by using metasploit library for python https://github.com/rapid7/metasploit-framework/wiki/Writing-External-Python-Modules. Fourtenately, I can write python program
-
Synology Drive: experiences & opinions? Better alternatives?
From the date that the vulnerability is published, it is common knowledge, and automated scripts will start looking for vulnerable hosts. Manual exploitation is usually also possible through Metasploit. In August 2021, Synology warned about malware infecting Synology NAS boxes, and this was not the first time
-
PoC available for CVE's
Metasploit modules tend to pop up very quickly after vulns go public. Maybe look at https://github.com/rapid7/metasploit-framework/tree/master/modules/exploits
-
List of good sources for vulnerabilities and emerging threats?
https://www.metasploit.com/ Been around for over 20 years
- CVE-2022-0847 (dirtypipe) a Linux LPE for Kernel 5.8 -> 5.16 by timwr · Pull Request #16303 · landed in Metasploit
- Hikvision Unauthenticated RCE (CVE-2021-36260)
Brakeman
-
Security Risks On Rails: Misconfiguration and Unsafe Integrations
Another great lib for this is Brakeman, which can be installed in a very similar process and gives you even more detailed reports:
-
Fixing Just One False Positive in Brakeman
A while ago, I came across a Brakeman false positive that I wanted to fix.
This is pretty easy to handle. In the case where a splatted array is the only argument to a method, we'll simply use the elements of the array as the argument list. (Check out the pull request here)
-
OWASP Top 10 for Developers: Using Components with Known Vulnerabilities
In order to prevent this issue, your organization needs to implement regular checks of your dependencies against the CVE database for known vulnerabilities, as well as establishing a process for keeping all dependencies up-to-date. Fortunately, much of this can be automated using vulnerability scanning tools, such as the OWASP Dependency Check, RetireJS, or Brakeman. Additional tools, such as WhiteSource's Renovate, provide a complete dependency management solution by automatically updating any found vulnerabilities. In addition to keeping dependencies updated, it's important to remove any dependencies that are no longer being used.
-
Rails application boilerplate for fast MVP development
brakeman and bundler-audit as security scanners
-
Consistency Conundrum
As a side note, consider a static security analysis tool like Brakeman to run automatically as part of your build process so that your application is not solely relying on reviewers' eyes to catch critical security implications.
-
26 most popular Ruby/Rails repositories on GitHub in July-August 2020
Brakeman is a static analysis tool that checks Ruby on Rails applications for security vulnerabilities. 5,800 stars by now
What are some alternatives?
BeEF - The Browser Exploitation Framework Project
bundler-audit - Patch-level verification for Bundler
Rubocop - A Ruby static code analyzer and formatter, based on the community Ruby style guide. [Moved to: https://github.com/rubocop/rubocop]
Covenant - Covenant is a collaborative .NET C2 framework for red teamers.
routersploit - Exploitation Framework for Embedded Devices [Moved to: https://github.com/threat9/routersploit]
Rubycritic - A Ruby code quality reporter
Rack::Attack - Rack middleware for blocking & throttling
CVE-2021-1675 - C# and Impacket implementation of PrintNightmare CVE-2021-1675/CVE-2021-34527
SQLMap - Automatic SQL injection and database takeover tool
Pronto - Quick automated code review of your changes
php-reverse-shell