• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

dat/H03-May-2022-

MakefileH A D03-May-2022199 138

READMEH A D13-Sep-2002802 1912

ef.cH A D03-May-202220.6 KiB759596

evilfinderH A D03-May-2022190 96

evilnumbers.datH A D03-May-20225 KiB112108

shuffle.cH A D13-Sep-20021.4 KiB7245

README

1
2  This is EvilFinder, copyright by Michal Zalewski <lcamtuf@coredump.cx>.
3
4  This tiny program goes thru a database of numerologically significant
5  positive integers (dates, magic numbers, etc) in the evilnumbers.dat
6  file, and tries to transform a given input in a way that would yield
7  one of arch-evil numbers, such as 666, thus proving that the subject
8  is evil. This is useful for proving that Windows, Linux, Bill Gates,
9  Jerry Springer or you are in fact the devil himself.
10
11  The program is written for a CGI script, so it returns HTML. Input
12  is taken from the environment variable QUERY_STRING_UNESCAPED after
13  first =, for example:
14
15  QUERY_STRING_UNESCAPED='_=hello' ./ef | lynx -dump -force_html /dev/stdin
16
17  Of course, this is not very sexy, but c'mon. It's a web application.
18
19