https://github.com/rapid7/metakitty
Metakitty, The Metasploit Resource Portal
https://github.com/rapid7/metakitty
Last synced: 11 months ago
JSON representation
Metakitty, The Metasploit Resource Portal
- Host: GitHub
- URL: https://github.com/rapid7/metakitty
- Owner: rapid7
- License: mit
- Created: 2014-12-14T14:44:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-02-13T14:47:47.000Z (over 1 year ago)
- Last Synced: 2025-03-26T18:51:41.712Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 8.09 MB
- Stars: 17
- Watchers: 54
- Forks: 11
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
metakitty
=========
Metakitty -- The Metasploit Stats Portal. This is a staging area to
actually get this stuff up and running without accidentally stomping all
over metasploit-framework.
Previously the meatkitty repository was used to generate Metasploit resources links ([final commit](https://github.com/rapid7/metakitty/tree/a42d767ec24aa688737617bfaea00577b16bb4d4)), but this functionality is now removed and deprecated in favor of the Metasploit Wiki. Now only the stats extraction mechanism exists, and is published to:
https://docs.metasploit.com/stats
## Managing Git and Updates
Install Ruby dependencies:
```
bundle install
```
Build the stats, further details can be found in the [README.md](./stats/README.md):
```
export GITHUB_OAUTH_TOKEN=your_token_here
bundle exec ruby stats/generate_pages
bundle exec ruby stats/download_acceptance_test_results.rb
```
If you want to see the stats locally, run:
```
bundle exec ruby -run -e httpd . -p8000
```
And visit http://localhost:8000/stats/build/
Ta-da!