Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/citizen428/pentesting
Scripts related to penetration testing
https://github.com/citizen428/pentesting
Last synced: 2 days ago
JSON representation
Scripts related to penetration testing
- Host: GitHub
- URL: https://github.com/citizen428/pentesting
- Owner: citizen428
- Created: 2011-12-23T20:14:49.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-05-17T18:58:05.000Z (over 11 years ago)
- Last Synced: 2023-04-18T07:01:36.027Z (over 1 year ago)
- Language: Ruby
- Homepage:
- Size: 105 KB
- Stars: 11
- Watchers: 4
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
Scripts related to penetration testing, often written for work. This also includes scripts for parsing outputs of scanners like `nmap`, `Nessus` and so on. Each program has a small description at the top.
License
---Modified scripts remain under the license chosen by the original authors. Everything originally written by me is licensed under the MIT license (see below for license text).
Copyright (c) 2011 Michael Kohl
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.