Think Very Carefully About What the SQL Commands are Doing

FAP is company that slaughters animals and turns their skin into overpriced products which are then sold to rich bastards! Help animal rights activists increase political awareness by hacking their mailing list.

Re: Think Very Carefully About What the SQL Commands are Doing

Post by nightsider on Fri Jun 12, 2009 5:55 pm
([msg=25290]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

got a problem i used the correct injection to view the number of tables in the db, but my browser wont load the jpgs im using the latest ver of firefox and i am running win vista any help u can give me would be apreciated
nightsider
New User
New User
 
Posts: 3
Joined: Mon Apr 21, 2008 4:19 pm
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by Defience on Fri Jun 12, 2009 8:49 pm
([msg=25294]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

nightsider wrote:got a problem i used the correct injection to view the number of tables in the db, but my browser wont load the jpgs im using the latest ver of firefox and i am running win vista any help u can give me would be apreciated


If you run the injection and receive broken images.....take a look at the source code of those images.
User avatar
Defience
Addict
Addict
 
Posts: 1279
Joined: Thu Jun 12, 2008 3:16 pm
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by jovialOne on Fri Jul 17, 2009 10:09 pm
([msg=26927]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

WHY WHY WHY!!!! I'm going crazy asking myself this question... WHY! I finally gave up and checked out a tutorial about how it's done. I was using all of the proper syntax except the NULL..... well a few of them. I am a SQL noob and I'm really enjoying learning this stuff but I don't learn unless I know WHY it's doing it... the LOGIC behind it. How does one find out how many fields to put in NULLs??? I am so at a loss. Even the youtubers who gave the tutorial were script kiddies, they didn't explain WHY, they probably didn't know why, someone showed them I'm sure.

Please one of you veteran SQL injectors help me understand the logic behind this, I humbly ask for some knowledge oh wise ones. I was at it for 4 days learning EVERYTHING about SQL, but I just kept getting errors with all my syntax. I guess because I wasn't including the NULL's. Is it because both sides have to be even? I assumed 4 fields to the original query. Category, Picture on file, description, price???? I don't know it's a wild guess please HELP!

jovialOne

PS My goal isn't to "beat" the missions, it's to learn...
jovialOne
New User
New User
 
Posts: 1
Joined: Fri Jul 17, 2009 9:53 pm
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by relictus on Sat Jul 18, 2009 5:23 pm
([msg=26955]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

jovialOne wrote:WHY WHY WHY!!!! I'm going crazy asking myself this question... WHY! I finally gave up and checked out a tutorial about how it's done. I was using all of the proper syntax except the NULL..... well a few of them. I am a SQL noob and I'm really enjoying learning this stuff but I don't learn unless I know WHY it's doing it... the LOGIC behind it. How does one find out how many fields to put in NULLs??? I am so at a loss. Even the youtubers who gave the tutorial were script kiddies, they didn't explain WHY, they probably didn't know why, someone showed them I'm sure.

Please one of you veteran SQL injectors help me understand the logic behind this, I humbly ask for some knowledge oh wise ones. I was at it for 4 days learning EVERYTHING about SQL, but I just kept getting errors with all my syntax. I guess because I wasn't including the NULL's. Is it because both sides have to be even? I assumed 4 fields to the original query. Category, Picture on file, description, price???? I don't know it's a wild guess please HELP!

jovialOne

PS My goal isn't to "beat" the missions, it's to learn...


The UNION command basically merges the result of two SELECT queries; in order to do that, the number of colums of the two tables you are selecting from as to be equal; in this case the number of colums of the "product" table is 4 and the number of columns of the "email" table is 1, so we need three more NULLs ;) (I guessed that the email table had only one column and figured out the number of columns of the product table using the "ORDER BY" trick)
archlinux user ~ wannabe hacker
User avatar
relictus
New User
New User
 
Posts: 21
Joined: Sat Jul 18, 2009 1:12 pm
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by katrondeso on Sun Aug 23, 2009 3:22 am
([msg=28309]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

SQL INJECTION WAS VERY MODErate,
BUT IT's nEDDED iN THis MiSsIoN.
i just think about why are people using this forum was very few?
maybe they're to genius so they don't have to use this forum... or they are tricky...
i don't know exactly...
BUT, the best and the most fair way to get some help with the mission in HTS is from its own forum NOT from UNKNOWN resource <ACCORDING TO ME>..... Thx..
katrondeso
New User
New User
 
Posts: 2
Joined: Tue May 26, 2009 5:19 am
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by hiddenmin on Fri Sep 04, 2009 5:28 am
([msg=29064]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

i try
[something]

it is ok

but when i try
[something else]

i got a blank data


whats wrong
????



sory of my english
hiddenmin
New User
New User
 
Posts: 1
Joined: Fri Sep 04, 2009 5:21 am
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by xyberz09 on Wed Sep 09, 2009 5:45 am
([msg=29406]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

Whoops!! I think the last post was a bit of a spoiler!! :mrgreen:
xyberz09
New User
New User
 
Posts: 2
Joined: Mon Mar 02, 2009 1:05 am
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by b0r15 on Wed Sep 09, 2009 11:06 am
([msg=29409]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

^^That post is a little spoiler, but its coded wrong anyway. Your oh so close! Just check your Sql injector syntax.
Basic: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10) (11)
Realistic: (1) (2) (3) (4) (5) (7) (9) (10) (12) (13)
Application: (1) (2) (3)
Programming: (1)
Javascript: (1) (2) (3) (4) (5) (6) (7)
Extbasic: (1)
b0r15
New User
New User
 
Posts: 25
Joined: Fri Aug 21, 2009 6:56 pm
Location: port 8118->9050->exit node= Me
Blog: View Blog (0)


Re: Think Very Carefully About What the SQL Commands are Doing

Post by King4Free on Sat Nov 28, 2009 1:19 pm
([msg=30828]see Re: Think Very Carefully About What the SQL Commands are Doing[/msg])

I have the list of email but I don't know what to do to complete this missions...
Perhaps my method is not exactly the best one... But it works...
Can someone help me to officially complete this mission? :)
Thank you
King4Free
New User
New User
 
Posts: 5
Joined: Fri Nov 27, 2009 11:45 am
Blog: View Blog (0)


Learn SQL

Post by Brandon1650 on Sat Nov 28, 2009 6:29 pm
([msg=30842]see Learn SQL[/msg])

this site should show you the basics of sql, which is what you need to beat realistic 4
http://www.codeproject.com/KB/database/sqlintenmin.aspx
Brandon1650
New User
New User
 
Posts: 3
Joined: Sat Nov 28, 2009 6:26 pm
Blog: View Blog (0)


PreviousNext

Return to (Real 4) Fischer's Animal Products

Who is online

Users browsing this forum: No registered users and 0 guests