Skip to content

vysecurity/litesploit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Litesploit

  _        _   _                          _           _   _   
 | |      (_) | |                        | |         (_) | |  
 | |       _  | |_    ___   ___   _ __   | |   ___    _  | |_ 
 | |      | | | __|  / _ \ / __| | '_ \  | |  / _ \  | | | __|
 | |____  | | | |_  |  __/ \__ \ | |_) | | | | (_) | | | | |_ 
 |______| |_|  \__|  \___| |___/ | .__/  |_|  \___/  |_|  \__|
                                 | |                          
                                 |_|    

Litesploit is a library and intepreter for penetration testing tools

Requirements

* PHP 5 or higher
* GCC
* Zephir lang
* PHP-Dev
* libpcre3-dev
sudo apt-get install -y gcc make re2c php5-dev php5-curl php5-mysql php5-json libpcre3-dev

Installation

this installation only work for Ubuntu and debian

git clone https://github.com/devilscream/litesploit.git
cd litesploit
./install

Usage

root@user:~# litesploit
Litesploit > [exploit file]

Example :

root@user:~# litesploit
Litesploit > modem/router/zte/f660

License

The MIT License (MIT)

Copyright (c) 2016 Litesploit - root.devilscream@gmail.com

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.

About

library and intepreter for penetration testing tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 95.1%
  • Zephir 2.8%
  • PHP 1.5%
  • Other 0.6%