⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.180
Server IP:
13.127.59.50
Server:
Linux ip-172-31-46-210 5.15.0-1033-aws #37~20.04.1-Ubuntu SMP Fri Mar 17 11:39:30 UTC 2023 x86_64
Server Software:
Apache/2.4.41 (Ubuntu)
PHP Version:
7.4.3-4ubuntu2.29
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ecommerce_pg
/
vendor
/
paykun
/
checkout
/
demo
/
View File Name :
request.php
<!DOCTYPE html> <html> <head> <title>PayKun Demo</title> </head> <body> <center> <table border="1"> <form method="POST" action="submit.php"> <h1>PayKun Demo</h1> <tr> <td><label>full name</label></td> <td><input type="text" name="full_name"></td> </tr> <tr> <td><label>product name</label></td> <td><input type="text" name="product_name"></td> </tr> <tr> <td><label>email</label></td> <td><input type="email" name="email"></td> </tr> <tr> <td><label>amount</label></td> <td><input type="text" name="amount"></td> </tr> <tr> <td><label>contact No</label></td> <td><input type="text" maxlength="10" name="contact"></td> </tr> <tr> <td><label>country</label></td> <td><input type="text" name="country" value="india"></td> </tr> <tr> <td><label>state</label></td> <td><input type="text" name="state"></td> </tr> <tr> <td><label>city</label></td> <td><input type="text" name="city"></td> </tr> <tr> <td><label>postal code</label></td> <td><input type="text" name="postalcode" maxlength="6"></td> </tr> <tr> <td><label>address</label></td> <td><input type="text" name="address"></td> </tr> <tr> <td colspan="2"> <center colspan="2"><input type="submit" value="submit"></center> </td> </tr> </form> </table> </center> </body> </html>