Search found 37 matches

Return to advanced search

Re: What should I study to decrypt this?

The viewstate of a page contains (as the name suggests) the state of a form. It fills in the form for you after a postback event.
Some googling tells me it's a base64 encoded string.

I'm just wondering in what scenario you need to decrypt it.
by caracarn001
on Wed Jun 19, 2013 3:07 pm
 
Forum: Crypto
Topic: What should I study to decrypt this?
Comments: 3
Views: 150

Re: HTS beginners tutorial live stream

I like this idea.

Are youu considering making a screencast to allow people to watch later?
by caracarn001
on Mon Jun 17, 2013 3:55 pm
 
Forum: General
Topic: HTS beginners tutorial live stream
Comments: 10
Views: 610

Re: Anime

the obvious
[*]naruto
[*]bleach
[*]one piece
[*]fairy tale
[*]kenishi (or something like that)

the slightly less obvious
[*]Liar game
[*]gamaran
[*]deathnote
[*]bloody monday
by caracarn001
on Wed Apr 24, 2013 12:48 pm
 
Forum: Off-Topic
Topic: Anime
Comments: 4
Views: 356

Re: Installing Ubuntu Server...How?

have you considered running the linux server as a virtual machine? I think it's less of a hassle than dual booting + it gives you the opportunity to have both windows and linux running at the same time.
by caracarn001
on Tue Feb 26, 2013 3:47 am
 
Forum: General
Topic: Installing Ubuntu Server...How?
Comments: 15
Views: 674

Re: prevent directory traversal attack

I think something went wrong in translation. The album is uploaded already. All I want to do is show the content. I chose the album to VIEW using a GET-variable (to determine which folder to open) However, playing with this GET-variable, I found out I could list directories I'm not supposed to acces...
by caracarn001
on Tue Jan 29, 2013 9:22 am
 
Forum: Web
Topic: prevent directory traversal attack
Comments: 7
Views: 1062

Re: prevent directory traversal attack

this code is used to chose which directory to list <?php function getFirstImage($dirname) { $imageName=""; if($handle = opendir($dirname)) { while(false!== ($file = readdir($handle))) { if(!preg_match("/^[.]/",$file)){ $imageName = $file; break; } } closedir($handl...
by caracarn001
on Tue Jan 29, 2013 9:00 am
 
Forum: Web
Topic: prevent directory traversal attack
Comments: 7
Views: 1062

prevent directory traversal attack

I have this page where all the content from a directory is read and shown on screen. Ideally the directory only contains images to create a photo gallery. The directory is chosen by name (which is read from get-variable) eg: http://www.mysite.com/album?id="xyz" As it is now if i give in th...
by caracarn001
on Tue Jan 29, 2013 8:46 am
 
Forum: Web
Topic: prevent directory traversal attack
Comments: 7
Views: 1062

Re: Php or Html Files or both when writing a website?

I think it's possible to loose the get-variables alltogether if you turn it into a RESTful site. I've only taken a quick look at it, so I can't be certain.

http://en.wikipedia.org/wiki/Representational_state_transfer

You'll have to plan everything out though.
by caracarn001
on Tue Dec 04, 2012 7:33 pm
 
Forum: Web
Topic: Php or Html Files or both when writing a website?
Comments: 6
Views: 1698

Re: beginner sandbox

An other cheap and legal method is setting up some virtualisation with vmware, virtualbox or stuff like that. You don't even need to buy new hardware that way.

Also setting up your own server (being physical or virtual) you learn how things work from an administrator point of view too, sorta.
by caracarn001
on Sun Dec 02, 2012 6:30 pm
 
Forum: General
Topic: beginner sandbox
Comments: 16
Views: 1664

Re: Hacking a webcam

I never set it up with a build-in webcam. But I guess that zoneminder can do it. It can also be set up to record when there's movement.

Also: for some reason I just assumed the webcam he was talking about in his first post was an usb-cam.
by caracarn001
on Sun Nov 25, 2012 11:12 am
 
Forum: NZone
Topic: Hacking a webcam
Comments: 7
Views: 10066
Next

Return to advanced search

cron