![]() |
|
NanoBB SQL Injection - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Website & Server Hacking (https://sinister.li/Forum-Website-Server-Hacking) +--- Thread: NanoBB SQL Injection (/Thread-NanoBB-SQL-Injection) |
NanoBB SQL Injection - Loli - 06-13-2013 First of many things given to you guys by Ginseng, here is a tutorial for NanoBB SQL Injection! It's rather simple, so if you do have any questions please post below. Default DB: nanobb.sql (comes with the software) Default Tables: categories, posts, topics, users Default Columns: Code: Categories:
cat_id
cat_name
cat_description
Posts:
post_id
post_content
post_date
post_topic
post_by
Topics:
topic_id
topic_subject
topic_date
topic_cat
topic_by
Users:
user_id
user_name
user_pass
user_email
user_date
user_level |