View Issue Details

IDProjectCategoryView StatusLast Update
0001601Kali LinuxFeature Requestspublic2014-07-24 00:43
Reporterjaimechiquita111 Assigned Todookie  
PrioritynormalSeverityfeatureReproducibilityN/A
Status closedResolutionduplicate 
Platformx86OSKaliOS Version1.0
Product Version1.0.8 
Summary0001601: Liffy - Local File Inclusion Exploitation Tool
Description

https://github.com/rotlogix/liffy

The article is the following:

What is Liffy ?

Liffy is a tool written in Python designed to exploit local file inclusion vulnerabilities using three different techniques that will get you a working web shell. The first two make use of the built-in PHP wrappers php://input and data://. The third makes use of the process control extension called 'expect'.

Current features include:
data:// for code execution
expect:// for code execution
input:// for code execution
filter:// for arbitrary file reads
/proc/self/environ for code execution in CGI mode
Apache access.log poisoning
Linux auth.log SSH poisoning
Direct payload delivery with no stager
Support for absolute and relative paths
Support for cookies
How to Install Liffy

Liffy requires the following libraries: requests, argparse, blessings, urlparse
In order to host the payload you may use Node's HTTP server: https://github.com/nodeapps/http-server

Or you can simply spawn python's SimpleHTTPServer in /tmp on port 8000. Further development of the tool will eventually include spawning a built-in web server in order to download, for now you can adjust the location and port in the source code for your needs. These can be changed in core.py under the execute functions.

source: http://www.ehacking.net/2014/07/liffy-local-file-inclusion-exploitation.html

Activities

dookie

dookie

2014-07-24 00:43

reporter   ~0002362

Duplicate. Please search before submitting.

https://bugs.kali.org/view.php?id=1415

Issue History

Date Modified Username Field Change
2014-07-23 23:26 jaimechiquita111 New Issue
2014-07-24 00:43 dookie Note Added: 0002362
2014-07-24 00:43 dookie Status new => closed
2014-07-24 00:43 dookie Assigned To => dookie
2014-07-24 00:43 dookie Resolution open => duplicate