Пожалуйста, обратите внимание, что пользователь заблокирован
I have hacked a website i am wondering where to put phishing page of payment gateway any best solution please Thanks !
no framework it is written on phpIt all depends on the server's environment. What framework is it using?
use https://builtwith.com/ to find the frameworkno framework it is written on php
YupDo you have shell php exploit in that server?
find / -name "*.php"
Thanks bro helps a lotI you have shell on the server and write access, look for any payment page with the .php extension. You can find all php files with some basic bashThen review the list and try to find interesting pages. Finally, replace the code with your own. Profit.Bash:find / -name "*.php"