Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mthbernardes/LFI-Enum
Scripts to execute enumeration via LFI
https://github.com/mthbernardes/LFI-Enum
Last synced: 5 days ago
JSON representation
Scripts to execute enumeration via LFI
- Host: GitHub
- URL: https://github.com/mthbernardes/LFI-Enum
- Owner: mthbernardes
- Created: 2019-04-08T21:57:28.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-04-08T21:57:43.000Z (over 5 years ago)
- Last Synced: 2024-08-01T10:16:55.655Z (3 months ago)
- Language: Shell
- Size: 1000 Bytes
- Stars: 88
- Watchers: 5
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-bugbounty-tools - LFI-Enum - Scripts to execute enumeration via LFI (Exploitation / File Inclusion)
README
# LFI-Enum
Scritps to enumerate linux servers via LFI# Usage
`bash script-name http://server.vulnerable.com/download.php?file=`# Scripts
### process-info
Collect informations about running process.### network-info
Collect informations about network such as open ports, ARP table and interfaces.### common-files
Get the content of common files such as `/etc/passwd`, `/etc/crontab` and others.# Util script
- `/proc/net/tcp` parser - [linux_net_tcp.py](https://gist.github.com/Reboare/2e0122b993b8557935fd37b27436f8c2)