Sunday, June 10, 2012

Lost cat, free puppy, yard sale, charity event


Each Pin Has A Story
Seems every neighborhood has one if not every street; that one pole that touches a multitude of lives.  Lost cat, free puppy, yard sale, charity event, if you need it known, you post it here.

Roofing nails, industrial staples, thumbtacks; seems everyone continues experimenting to determine the best system to use. It only has to be up a few days.

Vintage staples from generations back obtained the family pet only to be buried by the tack offering her offspring.

Every time I see one of these I ponder what stories each staple could tell.

Wednesday, June 6, 2012

Failure to Restrict URL Access

OWASP Logo
Back to web application security....

The Open Web Application Security Project (OWASP) places something called "Failure to Restrict URL Access" as the ninth item on their list of the ten most prevalent security problems on the Internet today.

What is meant by the phrase is some web applications allow individuals to change the address in the web browser to access pages (or screens) they otherwise should not be allowed to see.

For example, if your dentist has a website where by you can go look up when your last appointment was and schedule a new appointment there should be a way for him (or her) or someone on their staff to go look who has set-up appointments or mark some days no appointment will be scheduled because the doctor will be out.

Those screens should only be accessible by the individuals who are employed by the dentist, and perhaps only a select few of those.

The OWASP rates this as something that offers a 'moderate' security rating. A security auditor may fail your application for corporate use altogether if this is allowed.

Even if these "administrator only" screens are password protected just finding the log-in screen by manipulating the URL it is cause for failure.

What can you do to manage this?  Plenty.

First, make sure your application makes good use of session controls. As individuals are using your online application we don't necessarily need to know who they are, but that they are there and are using the application.

Next, make sure the only way the screen will display is if the viewer is coming from an authorized link. The very bottom of the main application screen may have "Site Admin Click Here". That link should carry some kind of dynamic variable (i.e. DayOfYear) that can be used to double check the referring URL and this dynamic variable. Both must be in place in order to see the admin log in.

One thing you may want to try is running your admin screens in a 100% IFRAME. If you do that then place the snippet below atop all your admin screens. If someone accesses the screen by changing their browser address directly to that screen they will be bumped back to the main application screen.

<script type='text/javascript'>
   if(top==self)
   this.location='../../default.htm'
</script>

So this is #9 of the OWSAP Top Ten list of security problems on the Internet. We can work together to get this moved off their list as begin to focus on other things.

Tuesday, June 5, 2012

For My Christian Friends

There are a ton of doves here on Long Island; so many that they keep me up at night.

Never-the-less; here are two pictures you can use for your emails and such.

Yes, these are my photographs.

If you need larger or ones you can put into publications please let me know.

Dove 01


Dove 02

wordballoon.com

this guy talks like he knew Asimov; no way.

wordballoon.com

Monday, June 4, 2012

Picture Of The Day

This is a bakery on the street where I live here on Long Island.

I think it turned out too good not to share.


Bakery - May 3, 2012



Sunday, June 3, 2012

Sunday Walk

Call Box
So I was able to get out with my camera this morning.

I took over 500 pictures, my theme (if there is such a thing) was 'everything'.

I made it to the parking lot of a local mall at around 8 a.m.  I wanted to see what the advantage was from the top of the parking garage which is about four stories above ground.

While I was up there I was able to get some fantastic pictures of a hawk that was making his home behind one of the signs.

From up there too I got some pictures of a water tower with my zoom lense that makes it look like I had used a helicopter or something because I'm almost exactly even with the big green thing.

Everything was going great until mall security cornered me and kicked me off the mall's 'private' property.

Oh well....  



Pink Rose
 

Friday, June 1, 2012

Weekend Outlook

APIR
Friday....  a long short week.

Meetings shuffled, international customers who don't celebrate the US holiday of  Memorial Day.

After playing catch-up and responding to the juggled agendas I'm looking forward to the weekend.

My plan was to get up tomorrow and play some more with my new camera. This time walking towards the nearby shopping mall called Rosevellt Field.

But the rain clouds have been gathering and 'they' (whoever they are) are calling for quite a bit of rain tonight through tomorrow morning.

Oh well, perhaps Sunday.

What do you have planned for the weekend?