Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/deadbits/Intersect-2.5

Post-Exploitation Framework
https://github.com/deadbits/Intersect-2.5

penetration-testing post-exploitation python python-framework

Last synced: about 1 month ago
JSON representation

Post-Exploitation Framework

Awesome Lists containing this project

README

        

[![SayThanks](https://img.shields.io/badge/Say%20Thanks-!-1EAEDB.svg?style=flat)](https://saythanks.io/to/deadbits) [![Donate](https://img.shields.io/badge/donate-BTC-blue.svg?style=flat)](https://www.coinbase.com/deadbits)

# Intersect 2.5 - Post Exploitation Framework
* **Author:** Adam M. Swanda
* **Links**:
- [Repository](https://github.com/deadbits/Intersect-2.5/)
- [Github Pages](https://deadbits.github.io/Intersect-2.5/)
- [Authors Personal Website](http://deadbits.org)

## Important Update (2016)
This project is no longer mantained and has not been updated since 2012-2013. There were plans for a future release, but life happened. _That may still happen. The code does exist.. I just need to find some time to finish parts, perform testing, etc._
* This prospective future release is a complete code overhaul of Intersect and includes major improvements to overall usability, modules and how they work on both client and server side, network communications, and user workflow.
* __Any interested parties who want to help with 3.0, I'd love to hear from them. Otherwise this may stay in limbo.__

I want to truly thank everyone who showed support for this project over the years and for the people who voted to put it into BackTrack 5R2 and then Kali. That in itself is amazing and it means a lot to me. Thanks everyone :)

## Documentation
Please refer to the `Docs` directory for a detailed README, Guide documentation and a How-To on writing custom modules.

## LICENSE
```
Copyright (c) 2012, Intersect 2.5 (Post-Exploitation Framework)
[author: [email protected]]
All rights reserved.

Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
* Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.
* Neither the name of the nor the
names of its contributors may be used to endorse or promote products
derived from this software without specific prior written permission.

THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
DISCLAIMED. IN NO EVENT SHALL BE LIABLE FOR ANY
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

Please take notice that Intersect 2.5 is provided as is, and is a royalty free open-source application.

The end-user, you, is allowed to use, modify and/or change whatever you wish within this applications source-code,
provided that you will give appropriate credit where credit is due and the above license and copyright information
is included.```