Benchmark: Local File Inclusion (LFI) Detections
Description
This benchmark contains LFI focused detections when scanning access logs.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/tailpipe-mod-apache-access-log-detections
Start the Powerpipe server:
powerpipe server
Open http://localhost:9033 in your browser and select Local File Inclusion (LFI) Detections.
Run this benchmark in your terminal:
powerpipe benchmark run apache_access_log_detections.benchmark.local_file_inclusion_detections
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run apache_access_log_detections.benchmark.local_file_inclusion_detections --share
Detections
- Encoded Path Traversal
- Header-Based Local File Inclusion
- Hidden File Access
- OS File Access
- Path Traversal
- Restricted File Access