Skip to content

nobelh/PID-Enumeration-with-LFI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Enumerating Linux Processes Through LFI

I've wrote this Python script to enumerate Linux processes through the Proc File System leveraging a LFI vulnerabilty on a web application.

The parameters passed to the script are:

Parameter Description
URL The web application URL including the vulnerable parameter
Max PID Count The maximum number of PIDs to try starting from 1
Proc File Name of the file we want to read from inside the PID subdirectory
Output File Name of the output file

Here's a screenshot of the script and output file:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages