<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://blinkeye.ch/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://blinkeye.ch/dokuwiki/feed.php">
        <title>Wiki projects</title>
        <description></description>
        <link>http://blinkeye.ch/dokuwiki/</link>
        <image rdf:resource="http://blinkeye.ch/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-09-08T02:36:31+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://blinkeye.ch/dokuwiki/doku.php/projects/blacklist?rev=1239620452&amp;do=diff"/>
                <rdf:li rdf:resource="http://blinkeye.ch/dokuwiki/doku.php/projects/ginos?rev=1247464212&amp;do=diff"/>
                <rdf:li rdf:resource="http://blinkeye.ch/dokuwiki/doku.php/projects/lkm?rev=1239621539&amp;do=diff"/>
                <rdf:li rdf:resource="http://blinkeye.ch/dokuwiki/doku.php/projects/mkstage4?rev=1239620722&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://blinkeye.ch/dokuwiki/lib/images/favicon.ico">
        <title>Wiki</title>
        <link>http://blinkeye.ch/dokuwiki/</link>
        <url>http://blinkeye.ch/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://blinkeye.ch/dokuwiki/doku.php/projects/blacklist?rev=1239620452&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-13T13:00:52+02:00</dc:date>
        <title>blacklist</title>
        <link>http://blinkeye.ch/dokuwiki/doku.php/projects/blacklist?rev=1239620452&amp;do=diff</link>
        <description>Introduction

Since a few month programs spread which try to login to a SSH or a FTP server. SSH and FTP servers get hundreds or thousands login attempts daily. To get rid of those bruteforce attempts I wrote a small python script which I call blacklist.py.</description>
    </item>
    <item rdf:about="http://blinkeye.ch/dokuwiki/doku.php/projects/ginos?rev=1247464212&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-07-13T07:50:12+02:00</dc:date>
        <title>Ginos</title>
        <link>http://blinkeye.ch/dokuwiki/doku.php/projects/ginos?rev=1247464212&amp;do=diff</link>
        <description>“ginos” is another scanner. “ginos” is a Python scanner written to analyze and visualize a network.

Screenshots

Example Network



The Script


#!/usr/bin/python
class Scan:
	def __init__(self, target_net):
		from string import split;
		import re;
		import commands;
		import thread;
		import threading;
		import sys;
		from math import log,ceil;
		from os import access, X_OK;
		
		host_array = []
		traceroute_output = []
		traceroute_array = []
		routes_array = []
		threads = []
		unreached = […</description>
    </item>
    <item rdf:about="http://blinkeye.ch/dokuwiki/doku.php/projects/lkm?rev=1239621539&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-13T13:18:59+02:00</dc:date>
        <title>LKM</title>
        <link>http://blinkeye.ch/dokuwiki/doku.php/projects/lkm?rev=1239621539&amp;do=diff</link>
        <description>Important files


	*  /usr/src/linux-`uname -r`/Documentation/kbuild/modules.txt
*  /usr/src/linux-`uname -r`/include/asm/unistd.h
*  /usr/src/linux-`uname -r`/include/asm-i386/unistd.h
*  /usr/src/linux-`uname -r`/arch/i386/kernel/*_ksyms.c
*  /usr/src/linux-`uname -r`/arch/i386/kernel/entry.S
*  /proc/kallsyms</description>
    </item>
    <item rdf:about="http://blinkeye.ch/dokuwiki/doku.php/projects/mkstage4?rev=1239620722&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-04-13T13:05:22+02:00</dc:date>
        <title>mkstage4</title>
        <link>http://blinkeye.ch/dokuwiki/doku.php/projects/mkstage4?rev=1239620722&amp;do=diff</link>
        <description>mkstage4 is a bash script to backup a GNU/Linux installation. At the moment it's aimed for a Gentoo GNU/Linux installation - although it can be customised easily for any other distribution as well. The resulting backup file is called a stage4 (meaning a full system backup).</description>
    </item>
</rdf:RDF>
