I was drunk since Friday.
September 11, 2006
September 8, 2006
Scan with Netcat
nc(1) can be used for simple and fast network scan. Here is sample of localhost scan (ports range: 1-1024).
$ nc -v -z 127.0.0.1 1-1024
localhost [127.0.0.1] 80 (www) open
localhost [127.0.0.1] 25 (smtp) open
localhost [127.0.0.1] 22 (ssh) open
September 7, 2006
PATCH: DWL-G630 support
This patch add D-Link DWL-G630 (H/W Ver. D1) support to ath(4) driver in OpenBSD-current kernel.
Before patch:
Atheros Communications, Inc., AR5001-0000-0000, Wireless LAN Reference Card, 00 (manufacturer 0×271, product 0×12) vendor “Atheros”, unknown product 0×001a (class network subclass ethernet, rev 0×01) at cardbus0 dev 0 function 0 not configured
After patch:
ath0 at cardbus0 dev 0 function 0 “Atheros Communications, Inc., AR5001-0000-0000, Wireless LAN Reference Card”: irq 10
ath0: AR5213 7.8 phy 4.5 rf2112a 5.6, FCC2A*, address 00:13:46:6e:a4:ef
Secure Surfing from public place
Use OpenSSH port forwarding to browse web from public place.
ssh(1) can act as a SOCKS server. SOCKS4 and SOCKS5 protocols are supported. All you need is shell access to remote machine.
Example:
ssh -D 4545 user@IP
Now you can specify “localhost” as SOCKS host and “4545” as SOCKS port in connections settings of your browser.
Security Engineering – The Book
Available online now for downloading by chapters.
Security Engineering: A Guide to Building Dependable Distributed Systems
September 4, 2006
NEW: emulators/pearpc
Yesterday night i make my new port for OpenBSD: pearpc, powerful powerpc emulator.
Only package building done now, needed many patching work. I want add flavors for variousĀ UI. Here initial revision in Russian OpenBSD Team SVN: pearpc
September 2, 2006
September 1, 2006
OpenBSD.pp.ru
OpenBSD.pp.ru just launched! Based on Google Apps for Your Domain service.
