|
|
|
toucheatout 2006-03-03 16:28
"Touche à tout" is a french expression (means "touch to everything") used to designate people who like doing a bit of everything, learning at least the basics of whatever the subject is. As opposed as secializing and not getting interest in anything else than the subject. While computer science is the site's primary focus, linux and ai get the most attention. As there is no fixed boundary to the subjects encompassed and I'm lazy to make a subdomain, there also is a french language section. On the last apparitions and setups, aside a would-be musical groups and roles page. you may find the beginning of the book about all and everything. The atmosphere is quite similar to a wiki, having no clear-cut purpose and edition capabilities.
toucheatout 2008-09-21 18:22
The following lists are certainly "improvable", however gives an idea of the wild sweeps web servers see on the internet, when it comes down to scanning for PHPMyAmin installations.
toucheatout 2008-09-21 18:03
toucheatout 2008-09-18 17:28
The following list has been collected from the logs of an apache webserver. All requests for those user dirs came from the same IP address, and smells like hell an automated script scanning for possible unprotected and otherwise rather confidential data. I guess tools like nessus would include such modules that sum up the results of the probes in a neat way...
toucheatout 2008-09-18 17:15
Security is often spilt between desktop (antivirus, antispyware, personal firewall etc) and server (like apache web server, mail servers etc), with network concerns a bit everywhere.
toucheatout 2008-09-14 16:42
While apache is quite safe, some non-default options are better left quiet, as they do not benefit regular visitors and add some bytes on the error pages. They also are routinely checked by network scanners, so on a security point of view it restricts the information given away.
toucheatout 2008-09-09 15:14
toucheatout 2008-03-04 13:16
Simple upload with onsuccess/onerror redirectionFilename is chosen with the IP as suffix, which is unsufficient in the general case and left as an example.
<?php
if(!empty($_FILES['file_uploaded']['tmp_name']) &&
is_uploaded_file($_FILES['file_uploaded']['tmp_name'])) {
if(move_uploaded_file($_FILES['file_uploaded']['tmp_name'],
'img/upload.' . $_SERVER['REMOTE_ADDR'])) {
header('Location: upload.php?res=success&filename=upload.' .
$_SERVER['REMOTE_ADDR']);
}
else
{
toucheatout 2008-03-01 17:30 francophone
Neuf cent mille prisonniers Maîtresse de leur sommeil Maîtresse de leur sommeil Un pays où le vin chante
toucheatout 2008-02-29 05:03
Ecrit par le marquis Donatien de Sade en 1782. Dialogue où le moribond réaffirme son athéisme au seuil de la mort et dispute au prêtre la conception divine. |
|