Månedsarkiv: marts 2005

GTK i C og glade

Hvordan man laver et hello world program i c og glade…. (Der er en fejl i koden der gør man kan lave buffer overrun :S) http://writelinux.com/glade/

Udgivet i Knowledge Base, Old Base | Skriv en kommentar

Danske Gentoo Mirrors

Danske gentoo mirrors: http://mirror.uni-c.dk/gentoo/ ftp://ftp.dkuug.dk/pub/gentoo/ ftp://rsync.gentoo.diku.dk Fra http://www.diku.dk/it-systemerne/nyhedsbrev/nyhedsbrev-2004-08.html Gentoo mirror på DIKU I forbindelse med overgangen til Gentoo på DIKU har vi fået vores eget rsync- og distfiles-mirror på henholdsvis rsync.gentoo.diku.dk og ftp.gentoo.diku.dk. DIKUs Gentoo mirror er frit for alle … Læs resten

Udgivet i Knowledge Base | Skriv en kommentar

Lave simpel iso med mkisofs

mkisofs -r -o cd_image dir/

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

Test your browser for common vulnerabilities

http://bcheck.scanit.be/bcheck/

Udgivet i Knowledge Base, Links, Old Base, Workstation | Skriv en kommentar

Creating chrooting init scripts in gentoo

just create something similar to this: start() { ebegin “Starting ${CHROOT:+chrooted }dhcpd” start-stop-daemon –start –quiet –exec /usr/sbin/dhcpd \ — -pf /var/run/dhcp/dhcpd.pid \ -user dhcp -group dhcp ${DHCPD_OPTS} \ ${CHROOT:+-chroot ${CHROOT}} ${IFACE} eend $? } stop() { ebegin “Stopping dhcpd” start-stop-daemon … Læs resten

Udgivet i Knowledge Base, Linux, Old Base | Skriv en kommentar

SSH->Apache HTTP Proxy

mod_proxy must be compiled and loaded. This redirects every request from free6dating.dk to google.com ProxyRequests Off <VirtualHost *:80> ProxyPass / http://127.0.0.1:1234/ ServerName nagios.metasecurity.dk </VirtualHost> 212.242.77.76 are the IP of the public machine, on the enclosed/natted machine run the following command: … Læs resten

Udgivet i Knowledge Base, Networking, Old Base | Skriv en kommentar

Sharing the entire X11 Console trough vnc

Emerge x11vnc and start it, whereefter you can vnc connect to localhost and be giving control over the entire X konsole.

Udgivet i Knowledge Base, Networking, Old Base, Workstation | Skriv en kommentar

OS Detecting , ICMP Scanning

http://www.honeynet.org/papers/bots/ http://honeynet.org/papers/honeynet/index.html http://www.sys-security.com/index.php?page=icmp http://lcamtuf.coredump.cx/p0f.shtml

Udgivet i Knowledge Base, Links, Networking, Old Base | Skriv en kommentar

Passiv OS Detection

http://lcamtuf.coredump.cx/p0f.shtml Very effektivt. 130.225.56.8:35381 – Solaris 9 (NAT!) -> 212.242.77.76:80 (distance 11, link: GPRS, T1, FreeS/WAN) 80.221.95.239:3698 – Windows XP Pro SP1, 2000 SP3 -> 212.242.77.76:135 (distance 17, link: ethernet/modem) 80.221.95.239:3698 – Windows XP Pro SP1, 2000 SP3 -> 212.242.77.76:135 … Læs resten

Udgivet i Knowledge Base, Networking, Old Base | Skriv en kommentar

SNMP Stuff

http://www.iana.org/assignments/enterprise-numbers http://www.snmplink.org/

Udgivet i Knowledge Base, Links, Networking, Old Base | Skriv en kommentar