You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found a sql inject in one_page_student.findWithId/findWithName.
Set a breakpoint as follows:
When I use payload one_page_student?key=1' or '1'='1,it hits the breakpoint.
After executing String sql=..., sql becomes
After executing sql query, al is filled with information
I found a sql inject in one_page_student.findWithId/findWithName.






Set a breakpoint as follows:
When I use payload
one_page_student?key=1' or '1'='1,it hits the breakpoint.After executing
String sql=...,sqlbecomesAfter executing sql query,
alis filled with information