Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
# lfi-labs

small set of PHP scripts to practice exploiting LFI, RFI and CMD injection vulns
Small set of PHP scripts to practice exploiting LFI, RFI and CMD injection vulnerabilities.

# why?

for training and testing purposes. you can test detection products (e.g. vulnerability scanners), exploit tools, etc.
For training and testing purposes. You can test detection products (e.g. vulnerability scanners), exploit tools, etc.

these are NOT intended for evaluating appsec testing tools.
These are NOT intended for evaluating appsec testing tools.

the idea is that you'd add these to an Apache VirtualHost directive for testing purposes. if you need to do some quick and dirty testing, fire up `php -S 0.0.0.0:8080` or something and go to town.
The idea is that you'd add these to an Apache VirtualHost directive for testing purposes. If you need to do some quick and dirty testing, fire up `php -S 0.0.0.0:8080` or something and go to town.

# how?

three big options.
Three big options.

1. UN\*X + Apache + PHP, install lfi-labs under somewhere and get to work.
2. run a Docker instance using the Dockerfile. `docker-compose up`
3. run a Vagrant instance using the Vagrantfile. `vagrant up`
2. Run a Docker instance using the Dockerfile. `docker-compose up`
3. Run a Vagrant instance using the Vagrantfile. `vagrant up`

# who?

Expand Down