Skip navigation.

Raphael's Blog

A look into a programmer's life

Posts tagged with "boredom"

PHPIDS bypass of the day

,

What to do when bored and reading the latest blog posts from The Spanner?
Once again I read about a PHPIDS bypass so I tried to find a way to bypass it too, so here it is:


you=this
,the=('a\
ler\
t'),you=you[the]
you('hello world \
by Raphael Geissert \
based on example by\
Gareth Heyes\
')
,/abc abc\
abc abc abc\
abc\
/,/abc abc\
abc abc abc\
abc\
/

the echo nightmare...

,

$ echo 'Foo\nBar'

Foo
Bar

?
or

Foo\nBar

?

Read more...

Updated: Homepage as a control field debian/control stats

,

Here are the updated stats about the usage of the Homepage field, comparing with those from my previous post

Read more...

too bored

, ,

I'm just too bored that everytime I try to write a blog post I end up closing the tab and get back working on something.


Read more...

Homepage as a control field debian/control stats

,

I think by now everybody knows that Homepage: is now a valid debian/control field.

So, let's see how many packages in sid/main/binary-i386 are using Homepage as a description field and how many as a control field.

Read more...