Skip to content

abgache/procls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ProcLS

The first program you should launch after finding an LFI.

Version : 1.3.1

Python

What is it?

It's a simple python that:

  • Checks that the LFI is working : it tries to get /etc/passwd and checks that it starts with root:x:
  • Shows the target system version : it simply prints /proc/version
  • List all "real" users from /etc/passwd (the ones in /home/*)
  • List /proc/* processes (The most interesting part)

How to use it?

Download:

sudo cd /usr/share  
sudo git clone https://github.com/abgache/procls.git  
sudo cd procls  
sudo pip install -r requirements.txt  
sudo chmod 555 /usr/share/procls/main.py  
sudo chmod 555 /usr/share/procls/bin/procls  
sudo chmod 555 /usr/share/procls/bin/procls-update  
sudo echo 'export PATH="$PATH:/usr/share/procls/bin"' >> ~/.profile  

Usage:

procls <target> [-p PORT] [-s PATH] [--max MAX] [--param PARAM]

Update:

sudo /usr/share/procls/bin/procls-update

Warning

If you get errors after updating, please re-run the updater and install pip dependencies.


License

ProcLS License (PL-1.0)

Copyright (c) 2026 Abgache

Permission is hereby granted to use, copy, modify, and distribute this software for personal, educational, and security research purposes, subject to the following conditions:

  1. Do not use this software for illegal activities.
  2. Do not claim it as your own work without credit.
  3. If you break it, you fix it yourself.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND.

About

The first program you should launch after finding an LFI

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors