Skip to content

Instantly share code, notes, and snippets.

View fapestniegd's full-sized avatar

James S White fapestniegd

View GitHub Profile
#!/usr/bin/env ruby
require 'socket'
require 'time'
require 'kismet'
def bssidcb(proto, fields)
puts "Kismet saw network #{fields['bssid']} uuid #{fields['uuid']} signal_dbm #{fields['signal_dbm']} lasttime #{fields['lasttime']}"
end
#!/usr/bin/env ruby
require 'socket'
require 'time'
require 'kismet'
def bssidcb(proto, fields)
puts "Kismet saw network #{fields['bssid']} manuf #{fields['manuf']} on channel #{fields['channel']}"
end
whitejs@eir:~$ sed -e 's/#.*//' /etc/ntp.conf | grep .
driftfile /var/lib/ntp/ntp.drift
statistics loopstats peerstats clockstats
filegen loopstats file loopstats type day enable
filegen peerstats file peerstats type day enable
filegen clockstats file clockstats type day enable
server 0.debian.pool.ntp.org iburst
server 1.debian.pool.ntp.org iburst
server 2.debian.pool.ntp.org iburst
server 3.debian.pool.ntp.org iburst
#!/usr/bin/perl
# http://127.0.0.1:8888/Update?ip_ad1=10&ip_ad2=100&ip_ad3=1&ip_ad4=246&dhcp=enable&ip_sn1=255&ip_sn2=255&ip_sn3=255&ip_sn4=252&ip_gw1=10&ip_gw2=100&ip_gw3=1&ip_gw4=245&ip_ws1=0&ip_ws2=0&ip_ws3=0&ip_ws4=0
($them,$port) = @ARGV;
$us = '10.100.1.85';
$them = '10.100.1.86' unless $them;
$port = 9100 unless $port;
$SIG{'INT'} = 'dokill';
388 openssl ca -revoke /root/hoenir.websages.com.crt -keyfile private/key -cert pem -config openssl.cnf
391 openssl x509 -in newcerts/030E.pem -noout -text
392 openssl x509 -in newcerts/030E.pem -noout -text | less
393 openssl ca -revoke newcerts/030E.pem -keyfile private/key -cert pem -config openssl.cnf
395 openssl ca -revoke newcerts/$(ls -1rth newcerts/ | tail -1) -keyfile private/key -cert pem -config openssl.cnf
396 vi openssl.cnf
397 openssl ca -revoke newcerts/$(ls -1rth newcerts/ | tail -1) -keyfile private/key -cert pem -config openssl.cnf
398 vi openssl.cnf
399 openssl ca -revoke newcerts/$(ls -1rth newcerts/ | tail -1) -keyfile private/key -cert pem -config openssl.cnf
436 vi openssl.cnf
Fri Dec 9 10:07:47 CST 2011
wlan0 Scan completed :
Cell 01 - Address: 00:1F:28:57:0A:BF
Channel:1
Frequency:2.412 GHz (Channel 1)
Quality=41/70 Signal level=-69 dBm
Encryption key:on
ESSID:""
Bit Rates:1 Mb/s; 2 Mb/s; 5.5 Mb/s; 11 Mb/s
Mode:Master
rubygems-1.8.10/
rubygems-1.8.10/.autotest
rubygems-1.8.10/.document
rubygems-1.8.10/.gemtest
rubygems-1.8.10/bin/
rubygems-1.8.10/ci_build.sh
rubygems-1.8.10/cruise_config.rb
rubygems-1.8.10/hide_lib_for_update/
rubygems-1.8.10/History.txt
rubygems-1.8.10/lib/
Package: linux-headers-2.6.32-websages
Package: host
Package: slapd
Package: libwebservice-linode-perl
Package: libisccc60
Package: bind9utils
Package: rubygem-json
Package: bind9-host
Package: libpoe-component-logger-perl
Package: liblog-dispatch-config-perl
Package: linux-headers-2.6.32-websages
Package: host
Package: slapd
Package: libwebservice-linode-perl
Package: libisccc60
Package: bind9utils
Package: rubygem-json
Package: bind9-host
Package: libpoe-component-logger-perl
Package: liblog-dispatch-config-perl
The regulation in question states "a dedicated computer", not "a dedicated piece of physical hardware." A virtual machine is a "computer" in every sense of the word other than it's not physical. They have their own BIOS, CPUs, RAM, Network Interfaces, and Disks that are only accesible inside the Virtual Machine. The VMware Hypervisor partitions these into separate machines. These *are not* emulators running inside another machine but a physical machine logically partitioned into smaller machines. Not unlike a Cisco Firewall Services module for catalyst 6500 and cisco 7600 series switches, which is just a blade that goes in a larger switch, but is still a completely isolated computer. The same exploits required to compromise a physical machine are required to compromise the virtual machine.
If these are out of regulation, can we get a list of all approved hardware for this purpose? Because all modern Intel and AMD processors ship with some version of "Intel VT" or "AMD-V" technology with the Hypervisor right