Go Back   Gaming Gutter > Non-Gaming > Programming > Tutorials


Tutorials - Looking for programming tutorials to increase your knowledge? Do so here.

» Site Navigation
» Home
» FAQ
» Log in
User Name:

Password:

Not a member yet?
Register Now!
» Advertisement
» Recent Threads
Go to first new post Ruzzykinz.
Today 06:14 PM
Last post by terinuptrash
Today 06:24 PM
13 Replies, 14 Views
Go to first new post Lenny Conundrum
02-09-2007 11:09 AM
by Noodle
Last post by G.I.R.
Today 06:23 PM
740 Replies, 34,704 Views
Go to first new post Whats your favorite...
08-06-2008 08:59 PM
Last post by Mirage
Today 06:18 PM
109 Replies, 833 Views
Go to first new post I feel like shit.
Yesterday 10:49 PM
Last post by Zombii
Today 06:18 PM
28 Replies, 123 Views
Go to first new post Anglo-Saxon Riddles
Today 05:53 PM
by Fewmitz
Last post by Fewmitz
Today 06:16 PM
2 Replies, 3 Views
Reply
 
LinkBack Thread Tools Display Modes

 
Old 03-13-2008, 02:07 PM   #21 (permalink)
Underground

Male second2none is offline
 
Join Date: Sep 2006
Location: BrisBANE <----
Age: 19
Posts: 5,025
GPoints: 356
iTrader: 1 / 100%
second2none Is a Party Captainsecond2none Is a Party Captainsecond2none Is a Party Captain
Rep Power: 16
actually the code is
Quote:
<script>alert('1')</script>
shows neither of you read it.

secondly....

Quote:
First you need to find a vulnerability in the site. I'm still kinda new to this, so what I do is look for forms, something that updates... like your profile. Ok.
So now you want to see if they allow javascript
type in.
Quote:
<script>alert('1')</script>
and submit it. View your profile. If you see a popup saying "1", then the site is vulnerable. For now we will say it has popup up.
If you don't get that... you need to read up on javascript and PHP more cause your not ready lol.
__________________
This is from:
Screenies Of A Mod
Code:
How did you do it? FLP , jotform, some other form of hacking? - First Class Noob
Lawl.. funny shit.

Quote:
Originally Posted by Kore
By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive.
Lawl Ownt

Hoes forgot to eat a dick and shut the FUCK UP!
  Reply With Quote

 
Old 03-17-2008, 09:25 AM   #22 (permalink)
Underground

Male poopehgamer is online now
 
poopehgamer's Avatar
 
Join Date: Jan 2008
Location: My house
Posts: 622
GPoints: 416
iTrader: 0 / 0%
poopehgamer Is Popular
Rep Power: 3
nvm i think i have it..so this is what ive gotten from doing 5 mins of research.
ok so to find if a site has javascript allowed i make a php file linked to that site and type <script>alert('1')</script> all the way at the top and when i click on it and it says 1 at top it accepts it right? just to doublecheck

Last edited by poopehgamer; 03-17-2008 at 09:48 AM..
  Reply With Quote

 
Old 03-17-2008, 12:19 PM   #23 (permalink)
shutup when your talking!

Male president of corp is offline
 
president of corp's Avatar
 
Join Date: Nov 2007
Age: 19
Posts: 304
GPoints: 127
iTrader: 0 / 0%
president of corp Is Recognizable
Rep Power: 4
Alright. Just put it this way second2none, people will basically need some form of a tutorial or something. Maybe not a gaia page(to keep gaia from patching it.) but SOME sort of page to
help a few out.
__________________

  Reply With Quote

 
Old 03-17-2008, 02:47 PM   #24 (permalink)
Underground

Male poopehgamer is online now
 
poopehgamer's Avatar
 
Join Date: Jan 2008
Location: My house
Posts: 622
GPoints: 416
iTrader: 0 / 0%
poopehgamer Is Popular
Rep Power: 3
yes im confused, like you didnt even tell us where to put <script>alert('1')</script> you just put type it in im like type it in where :B also if you cba do you at least have a link to a tut?

also i did some new research, and is this right ?
note:i copyed and pasted this info

The only sure fire way to separate users that don't have Javascript from those that do is to use a simple redirect script that will only work for those with Javascript enabled. If a person's browser does not have Javascript enabled the script will not run and they will remain on the same page.

<script type="text/javascript">
window.location = "http://www.example.com/javascript-enabled.html"
</script>

Last edited by poopehgamer; 03-17-2008 at 03:15 PM..
  Reply With Quote

 
Old 03-17-2008, 04:54 PM   #25 (permalink)
shutup when your talking!

Male president of corp is offline
 
president of corp's Avatar
 
Join Date: Nov 2007
Age: 19
Posts: 304
GPoints: 127
iTrader: 0 / 0%
president of corp Is Recognizable
Rep Power: 4
Oh, Speaking of which, try putting that part on top of the php code were it starts talking about
cookie grabbing part.(for some reason that if you put it after the php code, it wont activate. but if you put it on top of the php code, it will.)
__________________

  Reply With Quote

 
Old 03-17-2008, 05:09 PM   #26 (permalink)
Underground

Male poopehgamer is online now
 
poopehgamer's Avatar
 
Join Date: Jan 2008
Location: My house
Posts: 622
GPoints: 416
iTrader: 0 / 0%
poopehgamer Is Popular
Rep Power: 3
yeah i know ive been doing some javascript research, there are only 3 places you can put a script , in the header, body, and something else also it kinda poped up for me
  Reply With Quote

 
Old 03-17-2008, 07:42 PM   #27 (permalink)
Underground

Male second2none is offline
 
Join Date: Sep 2006
Location: BrisBANE <----
Age: 19
Posts: 5,025
GPoints: 356
iTrader: 1 / 100%
second2none Is a Party Captainsecond2none Is a Party Captainsecond2none Is a Party Captain
Rep Power: 16
ok well it doesn't take a genius to figure it out xD.

Quote:
so what I do is look for forms, something that updates... like your profile. Ok.
I thought people would of put 2 and 2 together and tried it.
If you want to know.
You are going to need to do research.

Links that will help you understand.
'
HTML Forms and Input <- Basic HTML forms. so you know what they are.

XSS Introduction by Steve <- Basic XSS tutorial.
Read both of them and you will understand what I'm trying to say. If you still don't sorry.... basic hackzoring webzors is not for you.
__________________
This is from:
Screenies Of A Mod
Code:
How did you do it? FLP , jotform, some other form of hacking? - First Class Noob
Lawl.. funny shit.

Quote:
Originally Posted by Kore
By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive.
Lawl Ownt

Hoes forgot to eat a dick and shut the FUCK UP!
  Reply With Quote

 
Old 03-17-2008, 07:51 PM   #28 (permalink)
Underground

Male poopehgamer is online now
 
poopehgamer's Avatar
 
Join Date: Jan 2008
Location: My house
Posts: 622
GPoints: 416
iTrader: 0 / 0%
poopehgamer Is Popular
Rep Power: 3
ok ill try it out..its kinda confuseing because you never mentioned anything like "in that same file write" or "make a new file" ect ect.but is ok ive been doing so much research i feel like im training for a job on javascript ive read at least 10 pages on how nad know i know how to do alot of stuff :B
  Reply With Quote

 
Old 03-17-2008, 07:59 PM   #29 (permalink)
Underground

Male second2none is offline
 
Join Date: Sep 2006
Location: BrisBANE <----
Age: 19
Posts: 5,025
GPoints: 356
iTrader: 1 / 100%
second2none Is a Party Captainsecond2none Is a Party Captainsecond2none Is a Party Captain
Rep Power: 16
what do you mean make a new file? o_0... you don't make a new file except for the php file.

and...........................................
I thought it was self explanatory when I said, find something that updates, like your profile, and type in. blah blah
__________________
This is from:
Screenies Of A Mod
Code:
How did you do it? FLP , jotform, some other form of hacking? - First Class Noob
Lawl.. funny shit.

Quote:
Originally Posted by Kore
By k[ore] on Today, 08:44 AM
i'll give you rep alright, but it won't be positive.
Lawl Ownt

Hoes forgot to eat a dick and shut the FUCK UP!
  Reply With Quote

 
Old 03-17-2008, 08:12 PM   #30 (permalink)
Underground

Male poopehgamer is online now
 
poopehgamer's Avatar
 
Join Date: Jan 2008
Location: My house
Posts: 622
GPoints: 416
iTrader: 0 / 0%
poopehgamer Is Popular
Rep Power: 3
i didnt really know where to put the script,like weather to put it in a new file, header, body ect that kinda stuff (yes i know i used ect. alot) also thanks for the link im learning alot XD i learned the checkbox thing...imma try it without looking...


<form>
yes i do
<input type="checkbox" name="yes" value=yes">
</form>
(dont pay attention to that, just testing myself)
:B some random stuff XD
  Reply With Quote
Reply

Bookmarks



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Powered by vBadvanced CMPS v3.0 RC2

All times are GMT -7. The time now is 06:24 PM.


vBulletin skin developed by: eXtremepixels
vBCredits v1.4 Copyright ©2007 - 2008, PixelFX Studios
The contents of this webpage are copyright © 2006-2008 GamingGutter.com. All Rights Reserved.

Page generated in 0.15958309 seconds (100.00% PHP - 0% MySQL) with 19 queries