Kategoriarkiv: Networking

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

soekris netboot

Sådan her får man en soekris net4801 (fucked enhed til tider) til at netboote selvom der sidder en harddisk eller CF kort i. tryk CTRL+P for at afbryde den inden den når at autoboote. skriv: boot f0

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

Password recovery Cisco 2924(xl)

Step 1 . How to connect to the Switch : Attach a terminal or PC with terminal emulation (for example, Hyper Terminal) to the console port of the switch. Use the following terminal settings: 9600 baud rate No parity 8 … Læs resten

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

Automatic DNS check of apache virtualhosts

#!/usr/bin/perl $space=65; $myip=”212.242.77.75″; # Domains with this ip gets “working” stamp open(fh, “/usr/local/apache2/conf/httpd.conf”); while ($dat=<fh>) { if ($dat=~ /servername/i) { $dat =~ s/ //g;chop($dat); if ( lc ( substr($dat,0,10)) eq “servername”) { $domain=substr($dat,10,length($dat)); print $domain; $res = `host -t a … Læs resten

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

Running qmail under Gentoo Linux

Introduction This document gives instructions on how to install, configure, and run qmail on a system running Gentoo Linux. I originally wrote this after I could not find any qmail documentation specific to Gentoo, despite Gentoo offering packages (or “ebuilds”, … Læs resten

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

How to make courier SSL certificates.

See http://milliwaysconsulting.net/support/systems/courier-ssl.html for original version. We use courier imap for imap and pop connectivity. After a standard install you have to use ‘mkimapdcert’ and ‘mkpop3dcert’ to generate the SSL certificates. This will cause clients (such as outlook) to present the … Læs resten

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