mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-31 12:04:24 +01:00
change directory structure
This commit is contained in:
293771
share/cowrie/fs.pickle
Normal file
293771
share/cowrie/fs.pickle
Normal file
File diff suppressed because it is too large
Load Diff
44
share/cowrie/honeyfs/etc/group
Normal file
44
share/cowrie/honeyfs/etc/group
Normal file
@@ -0,0 +1,44 @@
|
||||
root:x:0:
|
||||
daemon:x:1:
|
||||
bin:x:2:
|
||||
sys:x:3:
|
||||
adm:x:4:
|
||||
tty:x:5:
|
||||
disk:x:6:
|
||||
lp:x:7:
|
||||
mail:x:8:
|
||||
news:x:9:
|
||||
uucp:x:10:
|
||||
man:x:12:
|
||||
proxy:x:13:
|
||||
kmem:x:15:
|
||||
dialout:x:20:
|
||||
fax:x:21:
|
||||
voice:x:22:
|
||||
cdrom:x:24:richard
|
||||
floppy:x:25:richard
|
||||
tape:x:26:
|
||||
sudo:x:27:
|
||||
audio:x:29:richard
|
||||
dip:x:30:richard
|
||||
www-data:x:33:
|
||||
backup:x:34:
|
||||
operator:x:37:
|
||||
list:x:38:
|
||||
irc:x:39:
|
||||
src:x:40:
|
||||
gnats:x:41:
|
||||
shadow:x:42:
|
||||
utmp:x:43:
|
||||
video:x:44:richard
|
||||
sasl:x:45:
|
||||
plugdev:x:46:richard
|
||||
staff:x:50:
|
||||
games:x:60:
|
||||
users:x:100:
|
||||
nogroup:x:65534:
|
||||
libuuid:x:101:
|
||||
crontab:x:102:
|
||||
vboxsf:x:103:
|
||||
ssh:x:104:
|
||||
richard:x:1000:
|
||||
1
share/cowrie/honeyfs/etc/host.conf
Normal file
1
share/cowrie/honeyfs/etc/host.conf
Normal file
@@ -0,0 +1 @@
|
||||
multi on
|
||||
1
share/cowrie/honeyfs/etc/hostname
Normal file
1
share/cowrie/honeyfs/etc/hostname
Normal file
@@ -0,0 +1 @@
|
||||
svr04
|
||||
7
share/cowrie/honeyfs/etc/hosts
Normal file
7
share/cowrie/honeyfs/etc/hosts
Normal file
@@ -0,0 +1,7 @@
|
||||
127.0.0.1 localhost
|
||||
127.0.1.1 nas3
|
||||
|
||||
# The following lines are desirable for IPv6 capable hosts
|
||||
::1 localhost ip6-localhost ip6-loopback
|
||||
ff02::1 ip6-allnodes
|
||||
ff02::2 ip6-allrouters
|
||||
69
share/cowrie/honeyfs/etc/inittab
Normal file
69
share/cowrie/honeyfs/etc/inittab
Normal file
@@ -0,0 +1,69 @@
|
||||
# /etc/inittab: init(8) configuration.
|
||||
# $Id: inittab,v 1.91 2002/01/25 13:35:21 miquels Exp $
|
||||
|
||||
# The default runlevel.
|
||||
id:2:initdefault:
|
||||
|
||||
# Boot-time system configuration/initialization script.
|
||||
# This is run first except when booting in emergency (-b) mode.
|
||||
si::sysinit:/etc/init.d/rcS
|
||||
|
||||
# What to do in single-user mode.
|
||||
~~:S:wait:/sbin/sulogin
|
||||
|
||||
# /etc/init.d executes the S and K scripts upon change
|
||||
# of runlevel.
|
||||
#
|
||||
# Runlevel 0 is halt.
|
||||
# Runlevel 1 is single-user.
|
||||
# Runlevels 2-5 are multi-user.
|
||||
# Runlevel 6 is reboot.
|
||||
|
||||
l0:0:wait:/etc/init.d/rc 0
|
||||
l1:1:wait:/etc/init.d/rc 1
|
||||
l2:2:wait:/etc/init.d/rc 2
|
||||
l3:3:wait:/etc/init.d/rc 3
|
||||
l4:4:wait:/etc/init.d/rc 4
|
||||
l5:5:wait:/etc/init.d/rc 5
|
||||
l6:6:wait:/etc/init.d/rc 6
|
||||
# Normally not reached, but fallthrough in case of emergency.
|
||||
z6:6:respawn:/sbin/sulogin
|
||||
|
||||
# What to do when CTRL-ALT-DEL is pressed.
|
||||
ca:12345:ctrlaltdel:/sbin/shutdown -t1 -a -r now
|
||||
|
||||
# Action on special keypress (ALT-UpArrow).
|
||||
#kb::kbrequest:/bin/echo "Keyboard Request--edit /etc/inittab to let this work."
|
||||
|
||||
# What to do when the power fails/returns.
|
||||
pf::powerwait:/etc/init.d/powerfail start
|
||||
pn::powerfailnow:/etc/init.d/powerfail now
|
||||
po::powerokwait:/etc/init.d/powerfail stop
|
||||
|
||||
# /sbin/getty invocations for the runlevels.
|
||||
#
|
||||
# The "id" field MUST be the same as the last
|
||||
# characters of the device (after "tty").
|
||||
#
|
||||
# Format:
|
||||
# <id>:<runlevels>:<action>:<process>
|
||||
#
|
||||
# Note that on most Debian systems tty7 is used by the X Window System,
|
||||
# so if you want to add more getty's go ahead but skip tty7 if you run X.
|
||||
#
|
||||
1:2345:respawn:/sbin/getty 38400 tty1
|
||||
#2:23:respawn:/sbin/getty 38400 tty2
|
||||
#3:23:respawn:/sbin/getty 38400 tty3
|
||||
#4:23:respawn:/sbin/getty 38400 tty4
|
||||
#5:23:respawn:/sbin/getty 38400 tty5
|
||||
#6:23:respawn:/sbin/getty 38400 tty6
|
||||
|
||||
# Example how to put a getty on a serial line (for a terminal)
|
||||
#
|
||||
#T0:23:respawn:/sbin/getty -L ttyS0 9600 vt100
|
||||
#T1:23:respawn:/sbin/getty -L ttyS1 9600 vt100
|
||||
|
||||
# Example how to put a getty on a modem line.
|
||||
#
|
||||
#T3:23:respawn:/sbin/mgetty -x0 -s 57600 ttyS3
|
||||
|
||||
2
share/cowrie/honeyfs/etc/issue
Normal file
2
share/cowrie/honeyfs/etc/issue
Normal file
@@ -0,0 +1,2 @@
|
||||
Debian GNU/Linux 7 \n \l
|
||||
|
||||
7
share/cowrie/honeyfs/etc/motd
Normal file
7
share/cowrie/honeyfs/etc/motd
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
The programs included with the Debian GNU/Linux system are free software;
|
||||
the exact distribution terms for each program are described in the
|
||||
individual files in /usr/share/doc/*/copyright.
|
||||
|
||||
Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
|
||||
permitted by applicable law.
|
||||
21
share/cowrie/honeyfs/etc/passwd
Normal file
21
share/cowrie/honeyfs/etc/passwd
Normal file
@@ -0,0 +1,21 @@
|
||||
root:x:0:0:root:/root:/bin/bash
|
||||
daemon:x:1:1:daemon:/usr/sbin:/bin/sh
|
||||
bin:x:2:2:bin:/bin:/bin/sh
|
||||
sys:x:3:3:sys:/dev:/bin/sh
|
||||
sync:x:4:65534:sync:/bin:/bin/sync
|
||||
games:x:5:60:games:/usr/games:/bin/sh
|
||||
man:x:6:12:man:/var/cache/man:/bin/sh
|
||||
lp:x:7:7:lp:/var/spool/lpd:/bin/sh
|
||||
mail:x:8:8:mail:/var/mail:/bin/sh
|
||||
news:x:9:9:news:/var/spool/news:/bin/sh
|
||||
uucp:x:10:10:uucp:/var/spool/uucp:/bin/sh
|
||||
proxy:x:13:13:proxy:/bin:/bin/sh
|
||||
www-data:x:33:33:www-data:/var/www:/bin/sh
|
||||
backup:x:34:34:backup:/var/backups:/bin/sh
|
||||
list:x:38:38:Mailing List Manager:/var/list:/bin/sh
|
||||
irc:x:39:39:ircd:/var/run/ircd:/bin/sh
|
||||
gnats:x:41:41:Gnats Bug-Reporting System (admin):/var/lib/gnats:/bin/sh
|
||||
nobody:x:65534:65534:nobody:/nonexistent:/bin/sh
|
||||
libuuid:x:100:101::/var/lib/libuuid:/bin/sh
|
||||
sshd:x:101:65534::/var/run/sshd:/usr/sbin/nologin
|
||||
richard:x:1000:1000:Richard Texas,,,:/home/richard:/bin/bash
|
||||
2
share/cowrie/honeyfs/etc/resolv.conf
Normal file
2
share/cowrie/honeyfs/etc/resolv.conf
Normal file
@@ -0,0 +1,2 @@
|
||||
nameserver 8.8.8.8
|
||||
nameserver 8.8.4.4
|
||||
21
share/cowrie/honeyfs/etc/shadow
Normal file
21
share/cowrie/honeyfs/etc/shadow
Normal file
@@ -0,0 +1,21 @@
|
||||
root:$6$4aOmWdpJ$/kyPOik9rR0kSLyABIYNXgg/UqlWX3c1eIaovOLWphShTGXmuUAMq6iu9DrcQqlVUw3Pirizns4u27w3Ugvb6.:15800:0:99999:7:::
|
||||
daemon:*:15800:0:99999:7:::
|
||||
bin:*:15800:0:99999:7:::
|
||||
sys:*:15800:0:99999:7:::
|
||||
sync:*:15800:0:99999:7:::
|
||||
games:*:15800:0:99999:7:::
|
||||
man:*:15800:0:99999:7:::
|
||||
lp:*:15800:0:99999:7:::
|
||||
mail:*:15800:0:99999:7:::
|
||||
news:*:15800:0:99999:7:::
|
||||
uucp:*:15800:0:99999:7:::
|
||||
proxy:*:15800:0:99999:7:::
|
||||
www-data:*:15800:0:99999:7:::
|
||||
backup:*:15800:0:99999:7:::
|
||||
list:*:15800:0:99999:7:::
|
||||
irc:*:15800:0:99999:7:::
|
||||
gnats:*:15800:0:99999:7:::
|
||||
nobody:*:15800:0:99999:7:::
|
||||
libuuid:!:15800:0:99999:7:::
|
||||
sshd:*:15800:0:99999:7:::
|
||||
richard:$6$ErqInBoz$FibX212AFnHMvyZdWW87bq5Cm3214CoffqFuUyzz.ZKmZ725zKqSPRRlQ1fGGP02V/WawQWQrDda6YiKERNR61:15800:0:99999:7:::
|
||||
50
share/cowrie/honeyfs/proc/cpuinfo
Normal file
50
share/cowrie/honeyfs/proc/cpuinfo
Normal file
@@ -0,0 +1,50 @@
|
||||
processor : 0
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 23
|
||||
model name : Intel(R) Core(TM)2 Duo CPU E8200 @ 2.66GHz
|
||||
stepping : 6
|
||||
cpu MHz : 2133.305
|
||||
cache size : 6144 KB
|
||||
physical id : 0
|
||||
siblings : 2
|
||||
core id : 0
|
||||
cpu cores : 2
|
||||
apicid : 0
|
||||
initial apicid : 0
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 10
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
|
||||
bogomips : 4270.03
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 36 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
processor : 1
|
||||
vendor_id : GenuineIntel
|
||||
cpu family : 6
|
||||
model : 23
|
||||
model name : Intel(R) Core(TM)2 Duo CPU E8200 @ 2.66GHz
|
||||
stepping : 6
|
||||
cpu MHz : 2133.305
|
||||
cache size : 6144 KB
|
||||
physical id : 0
|
||||
siblings : 2
|
||||
core id : 1
|
||||
cpu cores : 2
|
||||
apicid : 1
|
||||
initial apicid : 1
|
||||
fpu : yes
|
||||
fpu_exception : yes
|
||||
cpuid level : 10
|
||||
wp : yes
|
||||
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx lm constant_tsc arch_perfmon pebs bts rep_good pni monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr sse4_1 lahf_lm
|
||||
bogomips : 4266.61
|
||||
clflush size : 64
|
||||
cache_alignment : 64
|
||||
address sizes : 36 bits physical, 48 bits virtual
|
||||
power management:
|
||||
|
||||
42
share/cowrie/honeyfs/proc/meminfo
Normal file
42
share/cowrie/honeyfs/proc/meminfo
Normal file
@@ -0,0 +1,42 @@
|
||||
MemTotal: 4054744 kB
|
||||
MemFree: 997740 kB
|
||||
Buffers: 40276 kB
|
||||
Cached: 1801864 kB
|
||||
SwapCached: 17656 kB
|
||||
Active: 879260 kB
|
||||
Inactive: 1549432 kB
|
||||
Active(anon): 286488 kB
|
||||
Inactive(anon): 351652 kB
|
||||
Active(file): 592772 kB
|
||||
Inactive(file): 1197780 kB
|
||||
Unevictable: 2168 kB
|
||||
Mlocked: 2168 kB
|
||||
SwapTotal: 2097148 kB
|
||||
SwapFree: 2026516 kB
|
||||
Dirty: 240 kB
|
||||
Writeback: 0 kB
|
||||
AnonPages: 574040 kB
|
||||
Mapped: 56220 kB
|
||||
Shmem: 49908 kB
|
||||
Slab: 490824 kB
|
||||
SReclaimable: 444928 kB
|
||||
SUnreclaim: 45896 kB
|
||||
KernelStack: 3280 kB
|
||||
PageTables: 18352 kB
|
||||
NFS_Unstable: 0 kB
|
||||
Bounce: 0 kB
|
||||
WritebackTmp: 0 kB
|
||||
CommitLimit: 4124520 kB
|
||||
Committed_AS: 2625420 kB
|
||||
VmallocTotal: 34359738367 kB
|
||||
VmallocUsed: 363260 kB
|
||||
VmallocChunk: 34359366372 kB
|
||||
HardwareCorrupted: 0 kB
|
||||
AnonHugePages: 0 kB
|
||||
HugePages_Total: 0
|
||||
HugePages_Free: 0
|
||||
HugePages_Rsvd: 0
|
||||
HugePages_Surp: 0
|
||||
Hugepagesize: 2048 kB
|
||||
DirectMap4k: 273984 kB
|
||||
DirectMap2M: 3911680 kB
|
||||
92
share/cowrie/honeyfs/proc/modules
Normal file
92
share/cowrie/honeyfs/proc/modules
Normal file
@@ -0,0 +1,92 @@
|
||||
nls_utf8 12456 0 - Live 0xffffffffa06f1000
|
||||
btrfs 863629 0 - Live 0xffffffffa07a9000
|
||||
xor 21040 1 btrfs, Live 0xffffffffa06ea000
|
||||
raid6_pq 95238 1 btrfs, Live 0xffffffffa0790000
|
||||
ufs 73443 0 - Live 0xffffffffa077d000
|
||||
qnx4 13036 0 - Live 0xffffffffa06da000
|
||||
hfsplus 101391 0 - Live 0xffffffffa0763000
|
||||
hfs 53845 0 - Live 0xffffffffa0754000
|
||||
minix 31387 0 - Live 0xffffffffa06e1000
|
||||
ntfs 194605 0 - Live 0xffffffffa0723000
|
||||
vfat 17135 0 - Live 0xffffffffa06ce000
|
||||
msdos 17046 0 - Live 0xffffffffa06d4000
|
||||
fat 61986 2 vfat,msdos, Live 0xffffffffa06bd000
|
||||
jfs 172859 0 - Live 0xffffffffa06f7000
|
||||
xfs 779930 0 - Live 0xffffffffa05fd000
|
||||
libcrc32c 12426 1 xfs, Live 0xffffffffa05f1000
|
||||
crc32c_generic 12656 2 - Live 0xffffffffa05f8000
|
||||
binfmt_misc 16949 1 - Live 0xffffffffa05eb000
|
||||
pppox 12594 1 pppoe, Live 0xffffffffa05cd000
|
||||
ppp_generic 30387 6 pppoe,pppox, Live 0xffffffffa045c000
|
||||
slhc 12531 1 ppp_generic, Live 0xffffffffa0457000
|
||||
ip6table_filter 12540 0 - Live 0xffffffffa0452000
|
||||
ip6_tables 26025 1 ip6table_filter, Live 0xffffffffa0446000
|
||||
ipt_MASQUERADE 12594 1 - Live 0xffffffffa0441000
|
||||
xt_LOG 17171 5 - Live 0xffffffffa0426000
|
||||
nf_conntrack_ipv4 18448 4 - Live 0xffffffffa0415000
|
||||
nf_defrag_ipv4 12483 1 nf_conntrack_ipv4, Live 0xffffffffa0410000
|
||||
xt_conntrack 12681 3 - Live 0xffffffffa041d000
|
||||
iptable_filter 12536 1 - Live 0xffffffffa03f4000
|
||||
xt_TCPMSS 12588 2 - Live 0xffffffffa03ef000
|
||||
xt_tcpmss 12425 2 - Live 0xffffffffa03ea000
|
||||
xt_tcpudp 12527 9 - Live 0xffffffffa03dc000
|
||||
iptable_mangle 12536 1 - Live 0xffffffffa02e7000
|
||||
ip_tables 26011 3 iptable_nat,iptable_filter,iptable_mangle, Live 0xffffffffa03e2000
|
||||
usblp 17274 0 - Live 0xffffffffa02cf000
|
||||
radeon 1349406 0 - Live 0xffffffffa047d000
|
||||
k10temp 12618 0 - Live 0xffffffffa02e2000
|
||||
kvm_amd 59128 0 - Live 0xffffffffa03c4000
|
||||
ttm 77862 1 radeon, Live 0xffffffffa0468000
|
||||
kvm 388784 1 kvm_amd, Live 0xffffffffa0364000
|
||||
evdev 17445 4 - Live 0xffffffffa02f6000
|
||||
drm_kms_helper 49210 1 radeon, Live 0xffffffffa0356000
|
||||
pcspkr 12595 0 - Live 0xffffffffa02d8000
|
||||
drm 249998 3 radeon,ttm,drm_kms_helper, Live 0xffffffffa0317000
|
||||
edac_mce_amd 21166 0 - Live 0xffffffffa0300000
|
||||
acpi_cpufreq 17218 0 - Live 0xffffffffa02c9000
|
||||
edac_core 47321 0 - Live 0xffffffffa030a000
|
||||
processor 28221 1 acpi_cpufreq, Live 0xffffffffa02c1000
|
||||
i2c_algo_bit 12751 1 radeon, Live 0xffffffffa02dd000
|
||||
shpchp 31121 0 - Live 0xffffffffa02ed000
|
||||
thermal_sys 27642 1 processor, Live 0xffffffffa02af000
|
||||
sp5100_tco 12864 0 - Live 0xffffffffa02aa000
|
||||
tpm_infineon 16844 0 - Live 0xffffffffa02bb000
|
||||
tpm_tis 17231 0 - Live 0xffffffffa0299000
|
||||
tpm 31511 2 tpm_infineon,tpm_tis, Live 0xffffffffa02a1000
|
||||
i2c_piix4 20864 0 - Live 0xffffffffa027b000
|
||||
button 12944 0 - Live 0xffffffffa025f000
|
||||
i2c_core 46012 5 radeon,drm_kms_helper,drm,i2c_algo_bit,i2c_piix4, Live 0xffffffffa028c000
|
||||
loop 26605 0 - Live 0xffffffffa0284000
|
||||
fuse 83350 1 - Live 0xffffffffa0265000
|
||||
parport_pc 26300 0 - Live 0xffffffffa0257000
|
||||
ppdev 16782 0 - Live 0xffffffffa0251000
|
||||
lp 17074 0 - Live 0xffffffffa0076000
|
||||
parport 35749 3 parport_pc,ppdev,lp, Live 0xffffffffa01ba000
|
||||
autofs4 35529 2 - Live 0xffffffffa0114000
|
||||
ext4 473801 4 - Live 0xffffffffa01dc000
|
||||
crc16 12343 1 ext4, Live 0xffffffffa009b000
|
||||
mbcache 17171 1 ext4, Live 0xffffffffa0064000
|
||||
jbd2 82514 1 ext4, Live 0xffffffffa01c6000
|
||||
dm_mod 89405 9 - Live 0xffffffffa00fd000
|
||||
sg 29973 0 - Live 0xffffffffa00a9000
|
||||
sd_mod 44356 5 - Live 0xffffffffa00f1000
|
||||
crc_t10dif 12431 1 sd_mod, Live 0xffffffffa008e000
|
||||
crct10dif_generic 12581 1 - Live 0xffffffffa0096000
|
||||
crct10dif_common 12356 2 crc_t10dif,crct10dif_generic, Live 0xffffffffa0055000
|
||||
ata_generic 12490 0 - Live 0xffffffffa0044000
|
||||
ohci_pci 12808 0 - Live 0xffffffffa0086000
|
||||
tg3 164481 0 - Live 0xffffffffa0190000
|
||||
e1000e 212128 0 - Live 0xffffffffa00bc000
|
||||
ptp 17692 2 tg3,e1000e, Live 0xffffffffa00b2000
|
||||
libphy 32268 1 tg3, Live 0xffffffffa007d000
|
||||
pata_atiixp 12747 0 - Live 0xffffffffa0071000
|
||||
pps_core 17225 1 ptp, Live 0xffffffffa006b000
|
||||
ahci 33334 3 - Live 0xffffffffa005a000
|
||||
libahci 27158 1 ahci, Live 0xffffffffa004d000
|
||||
ehci_pci 12512 0 - Live 0xffffffffa00a4000
|
||||
ohci_hcd 42982 1 ohci_pci, Live 0xffffffffa0038000
|
||||
ehci_hcd 69837 1 ehci_pci, Live 0xffffffffa014f000
|
||||
libata 177508 4 ata_generic,pata_atiixp,ahci,libahci, Live 0xffffffffa0163000
|
||||
scsi_mod 191405 3 sg,sd_mod,libata, Live 0xffffffffa011f000
|
||||
usbcore 195468 5 usblp,ohci_pci,ehci_pci,ohci_hcd,ehci_hcd, Live 0xffffffffa0007000
|
||||
usb_common 12440 1 usbcore, Live 0xffffffffa0000000
|
||||
30
share/cowrie/honeyfs/proc/mounts
Normal file
30
share/cowrie/honeyfs/proc/mounts
Normal file
@@ -0,0 +1,30 @@
|
||||
rootfs / rootfs rw 0 0
|
||||
sysfs /sys sysfs rw,nosuid,nodev,noexec,relatime 0 0
|
||||
proc /proc proc rw,relatime 0 0
|
||||
udev /dev devtmpfs rw,relatime,size=10240k,nr_inodes=997843,mode=755 0 0
|
||||
devpts /dev/pts devpts rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000 0 0
|
||||
tmpfs /run tmpfs rw,nosuid,relatime,size=1613336k,mode=755 0 0
|
||||
/dev/dm-0 / ext3 rw,relatime,errors=remount-ro,data=ordered 0 0
|
||||
securityfs /sys/kernel/security securityfs rw,nosuid,nodev,noexec,relatime 0 0
|
||||
tmpfs /dev/shm tmpfs rw,nosuid,nodev 0 0
|
||||
tmpfs /run/lock tmpfs rw,nosuid,nodev,noexec,relatime,size=5120k 0 0
|
||||
tmpfs /sys/fs/cgroup tmpfs ro,nosuid,nodev,noexec,mode=755 0 0
|
||||
cgroup /sys/fs/cgroup/systemd cgroup rw,nosuid,nodev,noexec,relatime,xattr,release_agent=/lib/systemd/systemd-cgroups-agent,name=systemd 0 0
|
||||
pstore /sys/fs/pstore pstore rw,nosuid,nodev,noexec,relatime 0 0
|
||||
cgroup /sys/fs/cgroup/cpuset cgroup rw,nosuid,nodev,noexec,relatime,cpuset 0 0
|
||||
cgroup /sys/fs/cgroup/cpu,cpuacct cgroup rw,nosuid,nodev,noexec,relatime,cpu,cpuacct 0 0
|
||||
cgroup /sys/fs/cgroup/devices cgroup rw,nosuid,nodev,noexec,relatime,devices 0 0
|
||||
cgroup /sys/fs/cgroup/freezer cgroup rw,nosuid,nodev,noexec,relatime,freezer 0 0
|
||||
cgroup /sys/fs/cgroup/net_cls,net_prio cgroup rw,nosuid,nodev,noexec,relatime,net_cls,net_prio 0 0
|
||||
cgroup /sys/fs/cgroup/blkio cgroup rw,nosuid,nodev,noexec,relatime,blkio 0 0
|
||||
cgroup /sys/fs/cgroup/perf_event cgroup rw,nosuid,nodev,noexec,relatime,perf_event 0 0
|
||||
systemd-1 /proc/sys/fs/binfmt_misc autofs rw,relatime,fd=22,pgrp=1,timeout=300,minproto=5,maxproto=5,direct 0 0
|
||||
mqueue /dev/mqueue mqueue rw,relatime 0 0
|
||||
hugetlbfs /dev/hugepages hugetlbfs rw,relatime 0 0
|
||||
debugfs /sys/kernel/debug debugfs rw,relatime 0 0
|
||||
fusectl /sys/fs/fuse/connections fusectl rw,relatime 0 0
|
||||
/dev/sda1 /boot ext2 rw,relatime 0 0
|
||||
/dev/sdb1 /mnt/boron ext4 rw,noatime,data=ordered 0 0
|
||||
/dev/mapper/home /home ext3 rw,relatime,data=ordered 0 0
|
||||
binfmt_misc /proc/sys/fs/binfmt_misc binfmt_misc rw,relatime 0 0
|
||||
tmpfs /run/user/1000 tmpfs rw,nosuid,nodev,relatime,size=806668k,mode=700,uid=1000,gid=1000 0 0
|
||||
3
share/cowrie/honeyfs/proc/net/arp
Normal file
3
share/cowrie/honeyfs/proc/net/arp
Normal file
@@ -0,0 +1,3 @@
|
||||
IP address HW type Flags HW address Mask Device
|
||||
192.168.1.27 0x1 0x2 52:5e:0a:40:43:c8 * eth0
|
||||
192.168.1.1 0x1 0x2 00:00:5f:00:0b:12 * eth0
|
||||
1
share/cowrie/honeyfs/proc/version
Normal file
1
share/cowrie/honeyfs/proc/version
Normal file
@@ -0,0 +1 @@
|
||||
Linux version 3.2.0-4-amd64 (debian-kernel@lists.debian.org) (gcc version 4.6.3 (Debian 4.6.3-14) ) #1 SMP Debian 3.2.68-1+deb7u1
|
||||
7
share/cowrie/txtcmds/bin/df
Normal file
7
share/cowrie/txtcmds/bin/df
Normal file
@@ -0,0 +1,7 @@
|
||||
Filesystem Size Used Avail Use% Mounted on
|
||||
rootfs 4.7G 731M 3.8G 17% /
|
||||
udev 10M 0 10M 0% /dev
|
||||
tmpfs 25M 192K 25M 1% /run
|
||||
/dev/disk/by-uuid/65626fdc-e4c5-4539-8745-edc212b9b0af 4.7G 731M 3.8G 17% /
|
||||
tmpfs 5.0M 0 5.0M 0% /run/lock
|
||||
tmpfs 101M 0 101M 0% /run/shm
|
||||
572
share/cowrie/txtcmds/bin/dmesg
Normal file
572
share/cowrie/txtcmds/bin/dmesg
Normal file
@@ -0,0 +1,572 @@
|
||||
[ 0.000000] Initializing cgroup subsys cpuset
|
||||
[ 0.000000] Initializing cgroup subsys cpu
|
||||
[ 0.000000] Linux version 2.6.26-2-686 (Debian 2.6.26-19lenny2) (dannf@debian.org) (gcc version 4.1.3 20080704 (prerelease) (Debian 4.1.2-25)) #1 SMP Wed Nov 4 20:45:37 UTC 2009
|
||||
[ 0.000000] BIOS-provided physical RAM map:
|
||||
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
|
||||
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 00000000000ca000 - 00000000000cc000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 00000000000dc000 - 00000000000e0000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 00000000000e4000 - 0000000000100000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 0000000000100000 - 000000001fef0000 (usable)
|
||||
[ 0.000000] BIOS-e820: 000000001fef0000 - 000000001feff000 (ACPI data)
|
||||
[ 0.000000] BIOS-e820: 000000001feff000 - 000000001ff00000 (ACPI NVS)
|
||||
[ 0.000000] BIOS-e820: 000000001ff00000 - 0000000020000000 (usable)
|
||||
[ 0.000000] BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec10000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
|
||||
[ 0.000000] BIOS-e820: 00000000fffe0000 - 0000000100000000 (reserved)
|
||||
[ 0.000000] 0MB HIGHMEM available.
|
||||
[ 0.000000] 512MB LOWMEM available.
|
||||
[ 0.000000] found SMP MP-table at [c00f6aa0] 000f6aa0
|
||||
[ 0.000000] Entering add_active_range(0, 0, 131072) 0 entries of 256 used
|
||||
[ 0.000000] Zone PFN ranges:
|
||||
[ 0.000000] DMA 0 -> 4096
|
||||
[ 0.000000] Normal 4096 -> 131072
|
||||
[ 0.000000] HighMem 131072 -> 131072
|
||||
[ 0.000000] Movable zone start PFN for each node
|
||||
[ 0.000000] early_node_map[1] active PFN ranges
|
||||
[ 0.000000] 0: 0 -> 131072
|
||||
[ 0.000000] On node 0 totalpages: 131072
|
||||
[ 0.000000] DMA zone: 32 pages used for memmap
|
||||
[ 0.000000] DMA zone: 0 pages reserved
|
||||
[ 0.000000] DMA zone: 4064 pages, LIFO batch:0
|
||||
[ 0.000000] Normal zone: 992 pages used for memmap
|
||||
[ 0.000000] Normal zone: 125984 pages, LIFO batch:31
|
||||
[ 0.000000] HighMem zone: 0 pages used for memmap
|
||||
[ 0.000000] Movable zone: 0 pages used for memmap
|
||||
[ 0.000000] DMI present.
|
||||
[ 0.000000] ACPI: RSDP 000F6A30, 0024 (r2 PTLTD )
|
||||
[ 0.000000] ACPI: XSDT 1FEF0780, 004C (r1 INTEL 440BX 6040000 VMW 1324272)
|
||||
[ 0.000000] ACPI: FACP 1FEFEE98, 00F4 (r4 INTEL 440BX 6040000 PTL F4240)
|
||||
[ 0.000000] ACPI: DSDT 1FEF0938, E560 (r1 PTLTD Custom 6040000 MSFT 3000001)
|
||||
[ 0.000000] ACPI: FACS 1FEFFFC0, 0040
|
||||
[ 0.000000] ACPI: BOOT 1FEF0910, 0028 (r1 PTLTD $SBFTBL$ 6040000 LTP 1)
|
||||
[ 0.000000] ACPI: APIC 1FEF08C0, 0050 (r1 PTLTD APIC 6040000 LTP 0)
|
||||
[ 0.000000] ACPI: MCFG 1FEF0884, 003C (r1 PTLTD $PCITBL$ 6040000 LTP 1)
|
||||
[ 0.000000] ACPI: SRAT 1FEF0804, 0080 (r2 VMWARE MEMPLUG 6040000 VMW 1)
|
||||
[ 0.000000] ACPI: PM-Timer IO Port: 0x1008
|
||||
[ 0.000000] ACPI: Local APIC address 0xfee00000
|
||||
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
|
||||
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
|
||||
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
|
||||
[ 0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-23
|
||||
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
|
||||
[ 0.000000] ACPI: IRQ0 used by override.
|
||||
[ 0.000000] ACPI: IRQ2 used by override.
|
||||
[ 0.000000] ACPI: IRQ9 used by override.
|
||||
[ 0.000000] Enabling APIC mode: Flat. Using 1 I/O APICs
|
||||
[ 0.000000] Using ACPI (MADT) for SMP configuration information
|
||||
[ 0.000000] Allocating PCI resources starting at 30000000 (gap: 20000000:c0000000)
|
||||
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
|
||||
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ca000
|
||||
[ 0.000000] PM: Registered nosave memory: 00000000000ca000 - 00000000000cc000
|
||||
[ 0.000000] PM: Registered nosave memory: 00000000000cc000 - 00000000000dc000
|
||||
[ 0.000000] PM: Registered nosave memory: 00000000000dc000 - 00000000000e0000
|
||||
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 00000000000e4000
|
||||
[ 0.000000] PM: Registered nosave memory: 00000000000e4000 - 0000000000100000
|
||||
[ 0.000000] PM: Registered nosave memory: 000000001fef0000 - 000000001feff000
|
||||
[ 0.000000] PM: Registered nosave memory: 000000001feff000 - 000000001ff00000
|
||||
[ 0.000000] SMP: Allowing 1 CPUs, 0 hotplug CPUs
|
||||
[ 0.000000] PERCPU: Allocating 37992 bytes of per cpu data
|
||||
[ 0.000000] NR_CPUS: 8, nr_cpu_ids: 1
|
||||
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 130048
|
||||
[ 0.000000] Kernel command line: root=/dev/sda1 ro quiet
|
||||
[ 0.000000] mapped APIC to ffffb000 (fee00000)
|
||||
[ 0.000000] mapped IOAPIC to ffffa000 (fec00000)
|
||||
[ 0.000000] Enabling fast FPU save and restore... done.
|
||||
[ 0.000000] Enabling unmasked SIMD FPU exception support... done.
|
||||
[ 0.000000] Initializing CPU#0
|
||||
[ 0.000000] PID hash table entries: 2048 (order: 11, 8192 bytes)
|
||||
[ 0.000000] Extended CMOS year: 2000
|
||||
[ 0.000000] Detected 2133.123 MHz processor.
|
||||
[ 0.004000] Console: colour VGA+ 80x25
|
||||
[ 0.004000] console [tty0] enabled
|
||||
[ 0.004000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
|
||||
[ 0.004000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
|
||||
[ 0.004000] Memory: 509764k/524288k available (1770k kernel code, 13832k reserved, 750k data, 244k init, 0k highmem)
|
||||
[ 0.004000] virtual kernel memory layout:
|
||||
[ 0.004000] fixmap : 0xfff4c000 - 0xfffff000 ( 716 kB)
|
||||
[ 0.004000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
|
||||
[ 0.004000] vmalloc : 0xe0800000 - 0xff7fe000 ( 495 MB)
|
||||
[ 0.004000] lowmem : 0xc0000000 - 0xe0000000 ( 512 MB)
|
||||
[ 0.004000] .init : 0xc037f000 - 0xc03bc000 ( 244 kB)
|
||||
[ 0.004000] .data : 0xc02baaa1 - 0xc0376620 ( 750 kB)
|
||||
[ 0.004000] .text : 0xc0100000 - 0xc02baaa1 (1770 kB)
|
||||
[ 0.004000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
|
||||
[ 0.004000] CPA: page pool initialized 1 of 1 pages preallocated
|
||||
[ 0.085099] Calibrating delay using timer specific routine.. 4287.59 BogoMIPS (lpj=8575183)
|
||||
[ 0.085226] Security Framework initialized
|
||||
[ 0.085244] SELinux: Disabled at boot.
|
||||
[ 0.085252] Capability LSM initialized
|
||||
[ 0.085272] Mount-cache hash table entries: 512
|
||||
[ 0.085782] Initializing cgroup subsys ns
|
||||
[ 0.085800] Initializing cgroup subsys cpuacct
|
||||
[ 0.085803] Initializing cgroup subsys devices
|
||||
[ 0.085866] CPU: L1 I cache: 32K, L1 D cache: 32K
|
||||
[ 0.085869] CPU: L2 cache: 6144K
|
||||
[ 0.085882] Intel machine check architecture supported.
|
||||
[ 0.085889] Intel machine check reporting enabled on CPU#0.
|
||||
[ 0.085950] Checking 'hlt' instruction... OK.
|
||||
[ 0.101148] SMP alternatives: switching to UP code
|
||||
[ 0.141115] Freeing SMP alternatives: 16k freed
|
||||
[ 0.141125] ACPI: Core revision 20080321
|
||||
[ 0.145573] ENABLING IO-APIC IRQs
|
||||
[ 0.145808] ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
|
||||
[ 0.185971] CPU0: Intel(R) Core(TM)2 Duo CPU E8200 @ 2.66GHz stepping 08
|
||||
[ 0.188011] Brought up 1 CPUs
|
||||
[ 0.188011] Total of 1 processors activated (4287.59 BogoMIPS).
|
||||
[ 0.188011] CPU0 attaching sched-domain:
|
||||
[ 0.188011] domain 0: span 0
|
||||
[ 0.188011] groups: 0
|
||||
[ 0.188011] net_namespace: 660 bytes
|
||||
[ 0.188011] Booting paravirtualized kernel on bare hardware
|
||||
[ 0.188011] NET: Registered protocol family 16
|
||||
[ 0.188011] ACPI: bus type pci registered
|
||||
[ 0.188011] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
|
||||
[ 0.188011] PCI: MCFG area at e0000000 reserved in E820
|
||||
[ 0.188011] PCI: Using MMCONFIG for extended config space
|
||||
[ 0.188011] PCI: Using configuration type 1 for base access
|
||||
[ 0.188011] Setting up standard PCI resources
|
||||
[ 0.188783] ACPI: EC: Look up EC in DSDT
|
||||
[ 0.208163] ACPI: BIOS _OSI(Linux) query ignored
|
||||
[ 0.208184] ACPI: Please send DMI info above to linux-acpi@vger.kernel.org
|
||||
[ 0.208187] ACPI: If "acpi_osi=Linux" works better, please notify linux-acpi@vger.kernel.org
|
||||
[ 0.208780] ACPI: Interpreter enabled
|
||||
[ 0.208785] ACPI: (supports S0 S1 S4 S5)
|
||||
[ 0.208795] ACPI: Using IOAPIC for interrupt routing
|
||||
[ 0.225748] ACPI: PCI Root Bridge [PCI0] (0000:00)
|
||||
[ 0.228108] pci 0000:00:07.3: quirk: region 1000-103f claimed by PIIX4 ACPI
|
||||
[ 0.228128] pci 0000:00:07.3: quirk: region 1040-104f claimed by PIIX4 SMB
|
||||
[ 0.248358] PCI: Transparent bridge - 0000:00:11.0
|
||||
[ 0.267948] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
|
||||
[ 0.462966] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 *9 10 11 14 15)
|
||||
[ 0.463154] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 9 10 *11 14 15)
|
||||
[ 0.463319] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 *10 11 14 15)
|
||||
[ 0.463483] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 10 11 14 15) *0, disabled.
|
||||
[ 0.463807] Linux Plug and Play Support v0.97 (c) Adam Belay
|
||||
[ 0.463890] pnp: PnP ACPI init
|
||||
[ 0.463899] ACPI: bus type pnp registered
|
||||
[ 0.485406] pnp: PnP ACPI: found 13 devices
|
||||
[ 0.485410] ACPI: ACPI bus type pnp unregistered
|
||||
[ 0.485416] PnPBIOS: Disabled by ACPI PNP
|
||||
[ 0.485920] PCI: Using ACPI for IRQ routing
|
||||
[ 0.487363] system 00:01: ioport range 0x1000-0x103f has been reserved
|
||||
[ 0.487367] system 00:01: ioport range 0x1040-0x104f has been reserved
|
||||
[ 0.487378] system 00:0c: ioport range 0x1060-0x107f has been reserved
|
||||
[ 0.487383] system 00:0c: iomem range 0xe0000000-0xefffffff could not be reserved
|
||||
[ 0.487387] system 00:0c: iomem range 0xdb400000-0xdb5fffff has been reserved
|
||||
[ 0.518866] PCI: Bridge: 0000:00:01.0
|
||||
[ 0.518869] IO window: disabled.
|
||||
[ 0.518907] MEM window: disabled.
|
||||
[ 0.518947] PREFETCH window: disabled.
|
||||
[ 0.518996] PCI: Bridge: 0000:00:11.0
|
||||
[ 0.519012] IO window: 2000-3fff
|
||||
[ 0.519051] MEM window: 0xd8900000-0xd92fffff
|
||||
[ 0.519077] PREFETCH window: 0x00000000db600000-0x00000000dbafffff
|
||||
[ 0.519126] PCI: Bridge: 0000:00:15.0
|
||||
[ 0.519142] IO window: 4000-4fff
|
||||
[ 0.519180] MEM window: 0xd9300000-0xd93fffff
|
||||
[ 0.519206] PREFETCH window: 0x00000000dbb00000-0x00000000dbbfffff
|
||||
[ 0.519291] PCI: Bridge: 0000:00:15.1
|
||||
[ 0.519306] IO window: 8000-8fff
|
||||
[ 0.519344] MEM window: 0xd9700000-0xd97fffff
|
||||
[ 0.519371] PREFETCH window: 0x00000000dbf00000-0x00000000dbffffff
|
||||
[ 0.519439] PCI: Bridge: 0000:00:15.2
|
||||
[ 0.519455] IO window: c000-cfff
|
||||
[ 0.519493] MEM window: 0xd9b00000-0xd9bfffff
|
||||
[ 0.519520] PREFETCH window: 0x00000000dc300000-0x00000000dc3fffff
|
||||
[ 0.519642] PCI: Bridge: 0000:00:15.3
|
||||
[ 0.519645] IO window: disabled.
|
||||
[ 0.519685] MEM window: 0xd9f00000-0xd9ffffff
|
||||
[ 0.519712] PREFETCH window: 0x00000000dc700000-0x00000000dc7fffff
|
||||
[ 0.519774] PCI: Bridge: 0000:00:15.4
|
||||
[ 0.519777] IO window: disabled.
|
||||
[ 0.519816] MEM window: 0xda300000-0xda3fffff
|
||||
[ 0.519842] PREFETCH window: 0x00000000dcb00000-0x00000000dcbfffff
|
||||
[ 0.519911] PCI: Bridge: 0000:00:15.5
|
||||
[ 0.519914] IO window: disabled.
|
||||
[ 0.519952] MEM window: 0xda700000-0xda7fffff
|
||||
[ 0.519978] PREFETCH window: 0x00000000dcf00000-0x00000000dcffffff
|
||||
[ 0.520037] PCI: Bridge: 0000:00:15.6
|
||||
[ 0.520040] IO window: disabled.
|
||||
[ 0.520079] MEM window: 0xdab00000-0xdabfffff
|
||||
[ 0.520105] PREFETCH window: 0x00000000dd300000-0x00000000dd3fffff
|
||||
[ 0.520167] PCI: Bridge: 0000:00:15.7
|
||||
[ 0.520170] IO window: disabled.
|
||||
[ 0.520208] MEM window: 0xdaf00000-0xdaffffff
|
||||
[ 0.520235] PREFETCH window: 0x00000000dd700000-0x00000000dd7fffff
|
||||
[ 0.520296] PCI: Bridge: 0000:00:16.0
|
||||
[ 0.520312] IO window: 5000-5fff
|
||||
[ 0.520350] MEM window: 0xd9400000-0xd94fffff
|
||||
[ 0.520390] PREFETCH window: 0x00000000dbc00000-0x00000000dbcfffff
|
||||
[ 0.520452] PCI: Bridge: 0000:00:16.1
|
||||
[ 0.520467] IO window: 9000-9fff
|
||||
[ 0.520505] MEM window: 0xd9800000-0xd98fffff
|
||||
[ 0.520532] PREFETCH window: 0x00000000dc000000-0x00000000dc0fffff
|
||||
[ 0.520593] PCI: Bridge: 0000:00:16.2
|
||||
[ 0.520609] IO window: d000-dfff
|
||||
[ 0.520646] MEM window: 0xd9c00000-0xd9cfffff
|
||||
[ 0.520673] PREFETCH window: 0x00000000dc400000-0x00000000dc4fffff
|
||||
[ 0.520734] PCI: Bridge: 0000:00:16.3
|
||||
[ 0.520741] IO window: disabled.
|
||||
[ 0.520780] MEM window: 0xda000000-0xda0fffff
|
||||
[ 0.520806] PREFETCH window: 0x00000000dc800000-0x00000000dc8fffff
|
||||
[ 0.520874] PCI: Bridge: 0000:00:16.4
|
||||
[ 0.520877] IO window: disabled.
|
||||
[ 0.520915] MEM window: 0xda400000-0xda4fffff
|
||||
[ 0.520941] PREFETCH window: 0x00000000dcc00000-0x00000000dccfffff
|
||||
[ 0.521002] PCI: Bridge: 0000:00:16.5
|
||||
[ 0.521005] IO window: disabled.
|
||||
[ 0.521043] MEM window: 0xda800000-0xda8fffff
|
||||
[ 0.521070] PREFETCH window: 0x00000000dd000000-0x00000000dd0fffff
|
||||
[ 0.521131] PCI: Bridge: 0000:00:16.6
|
||||
[ 0.521134] IO window: disabled.
|
||||
[ 0.521172] MEM window: 0xdac00000-0xdacfffff
|
||||
[ 0.521198] PREFETCH window: 0x00000000dd400000-0x00000000dd4fffff
|
||||
[ 0.521259] PCI: Bridge: 0000:00:16.7
|
||||
[ 0.521262] IO window: disabled.
|
||||
[ 0.521300] MEM window: 0xdb000000-0xdb0fffff
|
||||
[ 0.521327] PREFETCH window: 0x00000000dd800000-0x00000000dd8fffff
|
||||
[ 0.521401] PCI: Bridge: 0000:00:17.0
|
||||
[ 0.521417] IO window: 6000-6fff
|
||||
[ 0.521455] MEM window: 0xd9500000-0xd95fffff
|
||||
[ 0.521481] PREFETCH window: 0x00000000dbd00000-0x00000000dbdfffff
|
||||
[ 0.521542] PCI: Bridge: 0000:00:17.1
|
||||
[ 0.521558] IO window: a000-afff
|
||||
[ 0.521596] MEM window: 0xd9900000-0xd99fffff
|
||||
[ 0.521622] PREFETCH window: 0x00000000dc100000-0x00000000dc1fffff
|
||||
[ 0.521683] PCI: Bridge: 0000:00:17.2
|
||||
[ 0.521700] IO window: e000-efff
|
||||
[ 0.521738] MEM window: 0xd9d00000-0xd9dfffff
|
||||
[ 0.521765] PREFETCH window: 0x00000000dc500000-0x00000000dc5fffff
|
||||
[ 0.521826] PCI: Bridge: 0000:00:17.3
|
||||
[ 0.521843] IO window: disabled.
|
||||
[ 0.521882] MEM window: 0xda100000-0xda1fffff
|
||||
[ 0.521908] PREFETCH window: 0x00000000dc900000-0x00000000dc9fffff
|
||||
[ 0.521970] PCI: Bridge: 0000:00:17.4
|
||||
[ 0.521973] IO window: disabled.
|
||||
[ 0.522011] MEM window: 0xda500000-0xda5fffff
|
||||
[ 0.522037] PREFETCH window: 0x00000000dcd00000-0x00000000dcdfffff
|
||||
[ 0.522099] PCI: Bridge: 0000:00:17.5
|
||||
[ 0.522102] IO window: disabled.
|
||||
[ 0.522140] MEM window: 0xda900000-0xda9fffff
|
||||
[ 0.522166] PREFETCH window: 0x00000000dd100000-0x00000000dd1fffff
|
||||
[ 0.522227] PCI: Bridge: 0000:00:17.6
|
||||
[ 0.522230] IO window: disabled.
|
||||
[ 0.522268] MEM window: 0xdad00000-0xdadfffff
|
||||
[ 0.522294] PREFETCH window: 0x00000000dd500000-0x00000000dd5fffff
|
||||
[ 0.522369] PCI: Bridge: 0000:00:17.7
|
||||
[ 0.522372] IO window: disabled.
|
||||
[ 0.522410] MEM window: 0xdb100000-0xdb1fffff
|
||||
[ 0.522436] PREFETCH window: 0x00000000dd900000-0x00000000dd9fffff
|
||||
[ 0.522506] PCI: Bridge: 0000:00:18.0
|
||||
[ 0.522522] IO window: 7000-7fff
|
||||
[ 0.522560] MEM window: 0xd9600000-0xd96fffff
|
||||
[ 0.522587] PREFETCH window: 0x00000000dbe00000-0x00000000dbefffff
|
||||
[ 0.522649] PCI: Bridge: 0000:00:18.1
|
||||
[ 0.522664] IO window: b000-bfff
|
||||
[ 0.522702] MEM window: 0xd9a00000-0xd9afffff
|
||||
[ 0.522729] PREFETCH window: 0x00000000dc200000-0x00000000dc2fffff
|
||||
[ 0.522791] PCI: Bridge: 0000:00:18.2
|
||||
[ 0.522820] IO window: f000-ffff
|
||||
[ 0.522858] MEM window: 0xd9e00000-0xd9efffff
|
||||
[ 0.522885] PREFETCH window: 0x00000000dc600000-0x00000000dc6fffff
|
||||
[ 0.522946] PCI: Bridge: 0000:00:18.3
|
||||
[ 0.522949] IO window: disabled.
|
||||
[ 0.522987] MEM window: 0xda200000-0xda2fffff
|
||||
[ 0.523014] PREFETCH window: 0x00000000dca00000-0x00000000dcafffff
|
||||
[ 0.523075] PCI: Bridge: 0000:00:18.4
|
||||
[ 0.523078] IO window: disabled.
|
||||
[ 0.523116] MEM window: 0xda600000-0xda6fffff
|
||||
[ 0.523143] PREFETCH window: 0x00000000dce00000-0x00000000dcefffff
|
||||
[ 0.523204] PCI: Bridge: 0000:00:18.5
|
||||
[ 0.523207] IO window: disabled.
|
||||
[ 0.523245] MEM window: 0xdaa00000-0xdaafffff
|
||||
[ 0.523271] PREFETCH window: 0x00000000dd200000-0x00000000dd2fffff
|
||||
[ 0.523346] PCI: Bridge: 0000:00:18.6
|
||||
[ 0.523352] IO window: disabled.
|
||||
[ 0.523391] MEM window: 0xdae00000-0xdaefffff
|
||||
[ 0.523417] PREFETCH window: 0x00000000dd600000-0x00000000dd6fffff
|
||||
[ 0.523479] PCI: Bridge: 0000:00:18.7
|
||||
[ 0.523482] IO window: disabled.
|
||||
[ 0.523520] MEM window: 0xdb200000-0xdb2fffff
|
||||
[ 0.523546] PREFETCH window: 0x00000000dda00000-0x00000000ddafffff
|
||||
[ 0.523694] PCI: Setting latency timer of device 0000:00:01.0 to 64
|
||||
[ 0.523939] PCI: Setting latency timer of device 0000:00:15.0 to 64
|
||||
[ 0.524101] PCI: Setting latency timer of device 0000:00:15.1 to 64
|
||||
[ 0.524247] PCI: Setting latency timer of device 0000:00:15.2 to 64
|
||||
[ 0.524405] PCI: Setting latency timer of device 0000:00:15.3 to 64
|
||||
[ 0.524550] PCI: Setting latency timer of device 0000:00:15.4 to 64
|
||||
[ 0.524695] PCI: Setting latency timer of device 0000:00:15.5 to 64
|
||||
[ 0.524853] PCI: Setting latency timer of device 0000:00:15.6 to 64
|
||||
[ 0.524998] PCI: Setting latency timer of device 0000:00:15.7 to 64
|
||||
[ 0.525143] PCI: Setting latency timer of device 0000:00:16.0 to 64
|
||||
[ 0.525295] PCI: Setting latency timer of device 0000:00:16.1 to 64
|
||||
[ 0.525440] PCI: Setting latency timer of device 0000:00:16.2 to 64
|
||||
[ 0.525585] PCI: Setting latency timer of device 0000:00:16.3 to 64
|
||||
[ 0.525730] PCI: Setting latency timer of device 0000:00:16.4 to 64
|
||||
[ 0.525889] PCI: Setting latency timer of device 0000:00:16.5 to 64
|
||||
[ 0.526034] PCI: Setting latency timer of device 0000:00:16.6 to 64
|
||||
[ 0.526178] PCI: Setting latency timer of device 0000:00:16.7 to 64
|
||||
[ 0.526330] PCI: Setting latency timer of device 0000:00:17.0 to 64
|
||||
[ 0.526475] PCI: Setting latency timer of device 0000:00:17.1 to 64
|
||||
[ 0.526620] PCI: Setting latency timer of device 0000:00:17.2 to 64
|
||||
[ 0.526771] PCI: Setting latency timer of device 0000:00:17.3 to 64
|
||||
[ 0.526917] PCI: Setting latency timer of device 0000:00:17.4 to 64
|
||||
[ 0.527062] PCI: Setting latency timer of device 0000:00:17.5 to 64
|
||||
[ 0.527212] PCI: Setting latency timer of device 0000:00:17.6 to 64
|
||||
[ 0.527358] PCI: Setting latency timer of device 0000:00:17.7 to 64
|
||||
[ 0.527503] PCI: Setting latency timer of device 0000:00:18.0 to 64
|
||||
[ 0.527743] PCI: Setting latency timer of device 0000:00:18.1 to 64
|
||||
[ 0.527888] PCI: Setting latency timer of device 0000:00:18.2 to 64
|
||||
[ 0.528038] PCI: Setting latency timer of device 0000:00:18.3 to 64
|
||||
[ 0.528191] PCI: Setting latency timer of device 0000:00:18.4 to 64
|
||||
[ 0.528336] PCI: Setting latency timer of device 0000:00:18.5 to 64
|
||||
[ 0.528483] PCI: Setting latency timer of device 0000:00:18.6 to 64
|
||||
[ 0.528629] PCI: Setting latency timer of device 0000:00:18.7 to 64
|
||||
[ 0.528698] NET: Registered protocol family 2
|
||||
[ 0.528878] IP route cache hash table entries: 16384 (order: 4, 65536 bytes)
|
||||
[ 0.529069] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
|
||||
[ 0.531439] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
|
||||
[ 0.533930] TCP: Hash tables configured (established 65536 bind 65536)
|
||||
[ 0.533934] TCP reno registered
|
||||
[ 0.534042] NET: Registered protocol family 1
|
||||
[ 0.534209] checking if image is initramfs... it is
|
||||
[ 0.872916] Freeing initrd memory: 6035k freed
|
||||
[ 0.873234] Simple Boot Flag at 0x36 set to 0x1
|
||||
[ 0.874681] audit: initializing netlink socket (disabled)
|
||||
[ 0.874694] type=2000 audit(1259135020.871:1): initialized
|
||||
[ 0.874960] Total HugeTLB memory allocated, 0
|
||||
[ 0.875107] VFS: Disk quotas dquot_6.5.1
|
||||
[ 0.875145] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
|
||||
[ 0.875210] msgmni has been set to 1007
|
||||
[ 0.875432] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
|
||||
[ 0.875437] io scheduler noop registered
|
||||
[ 0.875440] io scheduler anticipatory registered
|
||||
[ 0.875442] io scheduler deadline registered
|
||||
[ 0.875450] io scheduler cfq registered (default)
|
||||
[ 0.875463] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
|
||||
[ 0.875491] pci 0000:00:0f.0: Boot video device
|
||||
[ 0.875822] PCI: Setting latency timer of device 0000:00:15.0 to 64
|
||||
[ 0.876454] assign_interrupt_mode Found MSI capability
|
||||
[ 0.877050] Allocate Port Service[0000:00:15.0:pcie00]
|
||||
[ 0.877182] Allocate Port Service[0000:00:15.0:pcie02]
|
||||
[ 0.877953] PCI: Setting latency timer of device 0000:00:15.1 to 64
|
||||
[ 0.878508] assign_interrupt_mode Found MSI capability
|
||||
[ 0.879093] Allocate Port Service[0000:00:15.1:pcie00]
|
||||
[ 0.879176] Allocate Port Service[0000:00:15.1:pcie02]
|
||||
[ 0.880015] PCI: Setting latency timer of device 0000:00:15.2 to 64
|
||||
[ 0.880570] assign_interrupt_mode Found MSI capability
|
||||
[ 0.881142] Allocate Port Service[0000:00:15.2:pcie00]
|
||||
[ 0.881227] Allocate Port Service[0000:00:15.2:pcie02]
|
||||
[ 0.881977] PCI: Setting latency timer of device 0000:00:15.3 to 64
|
||||
[ 0.882561] assign_interrupt_mode Found MSI capability
|
||||
[ 0.883139] Allocate Port Service[0000:00:15.3:pcie00]
|
||||
[ 0.883223] Allocate Port Service[0000:00:15.3:pcie02]
|
||||
[ 0.883984] PCI: Setting latency timer of device 0000:00:15.4 to 64
|
||||
[ 0.884554] assign_interrupt_mode Found MSI capability
|
||||
[ 0.885128] Allocate Port Service[0000:00:15.4:pcie00]
|
||||
[ 0.885292] Allocate Port Service[0000:00:15.4:pcie02]
|
||||
[ 0.886078] PCI: Setting latency timer of device 0000:00:15.5 to 64
|
||||
[ 0.886636] assign_interrupt_mode Found MSI capability
|
||||
[ 0.887215] Allocate Port Service[0000:00:15.5:pcie00]
|
||||
[ 0.887313] Allocate Port Service[0000:00:15.5:pcie02]
|
||||
[ 0.888231] PCI: Setting latency timer of device 0000:00:15.6 to 64
|
||||
[ 0.888791] assign_interrupt_mode Found MSI capability
|
||||
[ 0.889362] Allocate Port Service[0000:00:15.6:pcie00]
|
||||
[ 0.889475] Allocate Port Service[0000:00:15.6:pcie02]
|
||||
[ 0.890197] PCI: Setting latency timer of device 0000:00:15.7 to 64
|
||||
[ 0.890754] assign_interrupt_mode Found MSI capability
|
||||
[ 0.891333] Allocate Port Service[0000:00:15.7:pcie00]
|
||||
[ 0.891381] Allocate Port Service[0000:00:15.7:pcie02]
|
||||
[ 0.892126] PCI: Setting latency timer of device 0000:00:16.0 to 64
|
||||
[ 0.892683] assign_interrupt_mode Found MSI capability
|
||||
[ 0.893262] Allocate Port Service[0000:00:16.0:pcie00]
|
||||
[ 0.893311] Allocate Port Service[0000:00:16.0:pcie02]
|
||||
[ 0.894033] PCI: Setting latency timer of device 0000:00:16.1 to 64
|
||||
[ 0.894580] assign_interrupt_mode Found MSI capability
|
||||
[ 0.895188] Allocate Port Service[0000:00:16.1:pcie00]
|
||||
[ 0.895236] Allocate Port Service[0000:00:16.1:pcie02]
|
||||
[ 0.896004] PCI: Setting latency timer of device 0000:00:16.2 to 64
|
||||
[ 0.896556] assign_interrupt_mode Found MSI capability
|
||||
[ 0.897128] Allocate Port Service[0000:00:16.2:pcie00]
|
||||
[ 0.897177] Allocate Port Service[0000:00:16.2:pcie02]
|
||||
[ 0.897928] PCI: Setting latency timer of device 0000:00:16.3 to 64
|
||||
[ 0.898487] assign_interrupt_mode Found MSI capability
|
||||
[ 0.899059] Allocate Port Service[0000:00:16.3:pcie00]
|
||||
[ 0.899109] Allocate Port Service[0000:00:16.3:pcie02]
|
||||
[ 0.899895] PCI: Setting latency timer of device 0000:00:16.4 to 64
|
||||
[ 0.900468] assign_interrupt_mode Found MSI capability
|
||||
[ 0.901040] Allocate Port Service[0000:00:16.4:pcie00]
|
||||
[ 0.901089] Allocate Port Service[0000:00:16.4:pcie02]
|
||||
[ 0.901815] PCI: Setting latency timer of device 0000:00:16.5 to 64
|
||||
[ 0.902363] assign_interrupt_mode Found MSI capability
|
||||
[ 0.902932] Allocate Port Service[0000:00:16.5:pcie00]
|
||||
[ 0.902981] Allocate Port Service[0000:00:16.5:pcie02]
|
||||
[ 0.903697] PCI: Setting latency timer of device 0000:00:16.6 to 64
|
||||
[ 0.904276] assign_interrupt_mode Found MSI capability
|
||||
[ 0.904851] Allocate Port Service[0000:00:16.6:pcie00]
|
||||
[ 0.904900] Allocate Port Service[0000:00:16.6:pcie02]
|
||||
[ 0.905619] PCI: Setting latency timer of device 0000:00:16.7 to 64
|
||||
[ 0.906205] assign_interrupt_mode Found MSI capability
|
||||
[ 0.906790] Allocate Port Service[0000:00:16.7:pcie00]
|
||||
[ 0.906839] Allocate Port Service[0000:00:16.7:pcie02]
|
||||
[ 0.907550] PCI: Setting latency timer of device 0000:00:17.0 to 64
|
||||
[ 0.908189] assign_interrupt_mode Found MSI capability
|
||||
[ 0.908770] Allocate Port Service[0000:00:17.0:pcie00]
|
||||
[ 0.908819] Allocate Port Service[0000:00:17.0:pcie02]
|
||||
[ 0.909538] PCI: Setting latency timer of device 0000:00:17.1 to 64
|
||||
[ 0.910094] assign_interrupt_mode Found MSI capability
|
||||
[ 0.910665] Allocate Port Service[0000:00:17.1:pcie00]
|
||||
[ 0.910712] Allocate Port Service[0000:00:17.1:pcie02]
|
||||
[ 0.911429] PCI: Setting latency timer of device 0000:00:17.2 to 64
|
||||
[ 0.912028] assign_interrupt_mode Found MSI capability
|
||||
[ 0.912609] Allocate Port Service[0000:00:17.2:pcie00]
|
||||
[ 0.912657] Allocate Port Service[0000:00:17.2:pcie02]
|
||||
[ 0.913380] PCI: Setting latency timer of device 0000:00:17.3 to 64
|
||||
[ 0.913938] assign_interrupt_mode Found MSI capability
|
||||
[ 0.914580] Allocate Port Service[0000:00:17.3:pcie00]
|
||||
[ 0.914633] Allocate Port Service[0000:00:17.3:pcie02]
|
||||
[ 0.915373] PCI: Setting latency timer of device 0000:00:17.4 to 64
|
||||
[ 0.915966] assign_interrupt_mode Found MSI capability
|
||||
[ 0.916562] Allocate Port Service[0000:00:17.4:pcie00]
|
||||
[ 0.916629] Allocate Port Service[0000:00:17.4:pcie02]
|
||||
[ 0.917374] PCI: Setting latency timer of device 0000:00:17.5 to 64
|
||||
[ 0.917933] assign_interrupt_mode Found MSI capability
|
||||
[ 0.918515] Allocate Port Service[0000:00:17.5:pcie00]
|
||||
[ 0.918579] Allocate Port Service[0000:00:17.5:pcie02]
|
||||
[ 0.919295] PCI: Setting latency timer of device 0000:00:17.6 to 64
|
||||
[ 0.919898] assign_interrupt_mode Found MSI capability
|
||||
[ 0.920496] Allocate Port Service[0000:00:17.6:pcie00]
|
||||
[ 0.920547] Allocate Port Service[0000:00:17.6:pcie02]
|
||||
[ 0.921264] PCI: Setting latency timer of device 0000:00:17.7 to 64
|
||||
[ 0.921822] assign_interrupt_mode Found MSI capability
|
||||
[ 0.922403] Allocate Port Service[0000:00:17.7:pcie00]
|
||||
[ 0.922468] Allocate Port Service[0000:00:17.7:pcie02]
|
||||
[ 0.923187] PCI: Setting latency timer of device 0000:00:18.0 to 64
|
||||
[ 0.923889] assign_interrupt_mode Found MSI capability
|
||||
[ 0.924602] Allocate Port Service[0000:00:18.0:pcie00]
|
||||
[ 0.924670] Allocate Port Service[0000:00:18.0:pcie02]
|
||||
[ 0.925406] PCI: Setting latency timer of device 0000:00:18.1 to 64
|
||||
[ 0.925988] assign_interrupt_mode Found MSI capability
|
||||
[ 0.926567] Allocate Port Service[0000:00:18.1:pcie00]
|
||||
[ 0.926652] Allocate Port Service[0000:00:18.1:pcie02]
|
||||
[ 0.927432] PCI: Setting latency timer of device 0000:00:18.2 to 64
|
||||
[ 0.927989] assign_interrupt_mode Found MSI capability
|
||||
[ 0.928576] Allocate Port Service[0000:00:18.2:pcie00]
|
||||
[ 0.928627] Allocate Port Service[0000:00:18.2:pcie02]
|
||||
[ 0.929339] PCI: Setting latency timer of device 0000:00:18.3 to 64
|
||||
[ 0.929898] assign_interrupt_mode Found MSI capability
|
||||
[ 0.930476] Allocate Port Service[0000:00:18.3:pcie00]
|
||||
[ 0.930540] Allocate Port Service[0000:00:18.3:pcie02]
|
||||
[ 0.931271] PCI: Setting latency timer of device 0000:00:18.4 to 64
|
||||
[ 0.931831] assign_interrupt_mode Found MSI capability
|
||||
[ 0.932427] Allocate Port Service[0000:00:18.4:pcie00]
|
||||
[ 0.932493] Allocate Port Service[0000:00:18.4:pcie02]
|
||||
[ 0.933233] PCI: Setting latency timer of device 0000:00:18.5 to 64
|
||||
[ 0.933781] assign_interrupt_mode Found MSI capability
|
||||
[ 0.934352] Allocate Port Service[0000:00:18.5:pcie00]
|
||||
[ 0.934418] Allocate Port Service[0000:00:18.5:pcie02]
|
||||
[ 0.935139] PCI: Setting latency timer of device 0000:00:18.6 to 64
|
||||
[ 0.935700] assign_interrupt_mode Found MSI capability
|
||||
[ 0.936278] Allocate Port Service[0000:00:18.6:pcie00]
|
||||
[ 0.936327] Allocate Port Service[0000:00:18.6:pcie02]
|
||||
[ 0.937068] PCI: Setting latency timer of device 0000:00:18.7 to 64
|
||||
[ 0.937620] assign_interrupt_mode Found MSI capability
|
||||
[ 0.938205] Allocate Port Service[0000:00:18.7:pcie00]
|
||||
[ 0.938254] Allocate Port Service[0000:00:18.7:pcie02]
|
||||
[ 0.939256] isapnp: Scanning for PnP cards...
|
||||
[ 1.020018] Switched to high resolution mode on CPU 0
|
||||
[ 1.299643] isapnp: No Plug & Play device found
|
||||
[ 1.306018] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing enabled
|
||||
[ 1.306674] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
|
||||
[ 1.307345] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
|
||||
[ 1.308262] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
|
||||
[ 1.308994] 00:0a: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
|
||||
[ 1.313240] brd: module loaded
|
||||
[ 1.313393] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOUS] at 0x60,0x64 irq 1,12
|
||||
[ 1.850530] serio: i8042 KBD port at 0x60,0x64 irq 1
|
||||
[ 1.850540] serio: i8042 AUX port at 0x60,0x64 irq 12
|
||||
[ 1.850883] mice: PS/2 mouse device common for all mice
|
||||
[ 1.851093] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
|
||||
[ 1.851122] rtc0: alarms up to one month, y3k
|
||||
[ 1.851175] cpuidle: using governor ladder
|
||||
[ 1.851178] cpuidle: using governor menu
|
||||
[ 1.851183] No iBFT detected.
|
||||
[ 1.851374] TCP cubic registered
|
||||
[ 1.851379] NET: Registered protocol family 17
|
||||
[ 1.851385] Using IPI No-Shortcut mode
|
||||
[ 1.851671] registered taskstats version 1
|
||||
[ 1.872014] rtc_cmos 00:04: setting system clock to 2009-11-25 07:43:42 UTC (1259135022)
|
||||
[ 1.872014] Freeing unused kernel memory: 244k freed
|
||||
[ 1.873374] input: AT Translated Set 2 keyboard as /class/input/input0
|
||||
[ 1.940682] ACPI: ACPI0007:00 is registered as cooling_device0
|
||||
[ 1.940687] ACPI: Processor [CPU0] (supports 8 throttling states)
|
||||
[ 2.336455] No dock devices found.
|
||||
[ 2.341316] SCSI subsystem initialized
|
||||
[ 2.363460] libata version 3.00 loaded.
|
||||
[ 2.372685] Uniform Multi-Platform E-IDE driver
|
||||
[ 2.372694] ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
|
||||
[ 2.372928] PIIX4: IDE controller (0x8086:0x7111 rev 0x01) at PCI slot 0000:00:07.1
|
||||
[ 2.373032] PIIX4: not 100% native mode: will probe irqs later
|
||||
[ 2.373050] PIIX4: IDE port disabled
|
||||
[ 2.373095] ide0: BM-DMA at 0x10c8-0x10cf
|
||||
[ 2.373104] Probing IDE interface ide0...
|
||||
[ 2.397727] Fusion MPT base driver 3.04.06
|
||||
[ 2.397731] Copyright (c) 1999-2007 LSI Corporation
|
||||
[ 2.398077] Fusion MPT SPI Host driver 3.04.06
|
||||
[ 2.409332] pcnet32.c:v1.35 21.Apr.2008 tsbogend@alpha.franken.de
|
||||
[ 2.528507] Floppy drive(s): fd0 is 1.44M
|
||||
[ 2.545609] FDC 0 is a post-1991 82077
|
||||
[ 3.444366] ide0 at 0x170-0x177,0x376 on irq 15
|
||||
[ 3.444744] ACPI: PCI Interrupt 0000:00:10.0[A] -> GSI 17 (level, low) -> IRQ 17
|
||||
[ 3.444938] mptbase: ioc0: Initiating bringup
|
||||
[ 3.516354] ioc0: LSI53C1030 B0: Capabilities={Initiator}
|
||||
[ 3.644835] scsi0 : ioc0: LSI53C1030 B0, FwRev=00000000h, Ports=1, MaxQ=128, IRQ=17
|
||||
[ 3.757414] ACPI: PCI Interrupt 0000:02:00.0[A] -> GSI 18 (level, low) -> IRQ 18
|
||||
[ 3.757592] pcnet32: PCnet/PCI II 79C970A at 0x2000, 00:0c:29:94:1e:81 assigned IRQ 18.
|
||||
[ 3.758004] eth0: registered as PCnet/PCI II 79C970A
|
||||
[ 3.758056] pcnet32: 1 cards_found.
|
||||
[ 3.768708] hda: ATAPI 1X CD-ROM drive, 32kB Cache
|
||||
[ 3.768714] Uniform CD-ROM driver Revision: 3.20
|
||||
[ 3.784313] Driver 'sd' needs updating - please use bus_type methods
|
||||
[ 3.784474] sd 0:0:0:0: [sda] 4194304 512-byte hardware sectors (2147 MB)
|
||||
[ 3.784516] sd 0:0:0:0: [sda] Write Protect is off
|
||||
[ 3.784519] sd 0:0:0:0: [sda] Mode Sense: 5d 00 00 00
|
||||
[ 3.784598] sd 0:0:0:0: [sda] Cache data unavailable
|
||||
[ 3.784601] sd 0:0:0:0: [sda] Assuming drive cache: write through
|
||||
[ 3.784798] sd 0:0:0:0: [sda] 4194304 512-byte hardware sectors (2147 MB)
|
||||
[ 3.784838] sd 0:0:0:0: [sda] Write Protect is off
|
||||
[ 3.784842] sd 0:0:0:0: [sda] Mode Sense: 5d 00 00 00
|
||||
[ 3.784898] sd 0:0:0:0: [sda] Cache data unavailable
|
||||
[ 3.784902] sd 0:0:0:0: [sda] Assuming drive cache: write through
|
||||
[ 3.785044] sda: sda1 sda2 < sda5 >
|
||||
[ 3.791551] sd 0:0:0:0: [sda] Attached SCSI disk
|
||||
[ 3.934033] PM: Starting manual resume from disk
|
||||
[ 3.945965] kjournald starting. Commit interval 5 seconds
|
||||
[ 3.945978] EXT3-fs: mounted filesystem with ordered data mode.
|
||||
[ 4.276320] udevd version 125 started
|
||||
[ 4.956253] Linux agpgart interface v0.103
|
||||
[ 4.964251] agpgart: Detected an Intel 440BX Chipset.
|
||||
[ 4.964600] agpgart: AGP aperture is 256M @ 0x0
|
||||
[ 5.020304] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
|
||||
[ 5.024691] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
|
||||
[ 5.060855] piix4_smbus 0000:00:07.3: Found 0000:00:07.3 device
|
||||
[ 5.060893] piix4_smbus 0000:00:07.3: Host SMBus controller not enabled!
|
||||
[ 5.072407] input: Power Button (FF) as /class/input/input1
|
||||
[ 5.100341] ACPI: Power Button (FF) [PWRF]
|
||||
[ 5.100393] input: Sleep Button (CM) as /class/input/input2
|
||||
[ 5.128141] ACPI: Sleep Button (CM) [SLPB]
|
||||
[ 5.128863] ACPI: AC Adapter [ACAD] (on-line)
|
||||
[ 5.837219] input: ImPS/2 Generic Wheel Mouse as /class/input/input3
|
||||
[ 5.872294] input: PC Speaker as /class/input/input4
|
||||
[ 6.000628] Error: Driver 'pcspkr' is already registered, aborting...
|
||||
[ 6.028407] parport_pc 00:08: reported by Plug and Play ACPI
|
||||
[ 6.028480] parport0: PC-style at 0x378, irq 7 [PCSPP,TRISTATE]
|
||||
[ 7.037810] Adding 152576k swap on /dev/sda5. Priority:-1 extents:1 across:152576k
|
||||
[ 7.082040] EXT3 FS on sda1, internal journal
|
||||
[ 8.109933] loop: module loaded
|
||||
[ 8.710026] NET: Registered protocol family 10
|
||||
[ 8.710206] lo: Disabled Privacy Extensions
|
||||
[ 9.019445] eth0: link up
|
||||
[ 21.360050] eth0: no IPv6 routers present
|
||||
58
share/cowrie/txtcmds/bin/enable
Normal file
58
share/cowrie/txtcmds/bin/enable
Normal file
@@ -0,0 +1,58 @@
|
||||
enable .
|
||||
enable :
|
||||
enable [
|
||||
enable alias
|
||||
enable bg
|
||||
enable bind
|
||||
enable break
|
||||
enable builtin
|
||||
enable caller
|
||||
enable cd
|
||||
enable command
|
||||
enable compgen
|
||||
enable complete
|
||||
enable continue
|
||||
enable declare
|
||||
enable dirs
|
||||
enable disown
|
||||
enable echo
|
||||
enable enable
|
||||
enable eval
|
||||
enable exec
|
||||
enable exit
|
||||
enable export
|
||||
enable false
|
||||
enable fc
|
||||
enable fg
|
||||
enable getopts
|
||||
enable hash
|
||||
enable help
|
||||
enable history
|
||||
enable jobs
|
||||
enable kill
|
||||
enable let
|
||||
enable local
|
||||
enable logout
|
||||
enable popd
|
||||
enable printf
|
||||
enable pushd
|
||||
enable pwd
|
||||
enable read
|
||||
enable readonly
|
||||
enable return
|
||||
enable set
|
||||
enable shift
|
||||
enable shopt
|
||||
enable source
|
||||
enable suspend
|
||||
enable test
|
||||
enable times
|
||||
enable trap
|
||||
enable true
|
||||
enable type
|
||||
enable typeset
|
||||
enable ulimit
|
||||
enable umask
|
||||
enable unalias
|
||||
enable unset
|
||||
enable wait
|
||||
7
share/cowrie/txtcmds/bin/mount
Normal file
7
share/cowrie/txtcmds/bin/mount
Normal file
@@ -0,0 +1,7 @@
|
||||
/dev/sda1 on / type ext3 (rw,errors=remount-ro)
|
||||
tmpfs on /lib/init/rw type tmpfs (rw,nosuid,mode=0755)
|
||||
proc on /proc type proc (rw,noexec,nosuid,nodev)
|
||||
sysfs on /sys type sysfs (rw,noexec,nosuid,nodev)
|
||||
udev on /dev type tmpfs (rw,mode=0755)
|
||||
tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev)
|
||||
devpts on /dev/pts type devpts (rw,noexec,nosuid,gid=5,mode=620)
|
||||
0
share/cowrie/txtcmds/bin/stty
Normal file
0
share/cowrie/txtcmds/bin/stty
Normal file
0
share/cowrie/txtcmds/bin/sync
Normal file
0
share/cowrie/txtcmds/bin/sync
Normal file
16
share/cowrie/txtcmds/bin/ulimit
Normal file
16
share/cowrie/txtcmds/bin/ulimit
Normal file
@@ -0,0 +1,16 @@
|
||||
core file size (blocks, -c) 0
|
||||
data seg size (kbytes, -d) unlimited
|
||||
scheduling priority (-e) 0
|
||||
file size (blocks, -f) unlimited
|
||||
pending signals (-i) 1867
|
||||
max locked memory (kbytes, -l) 64
|
||||
max memory size (kbytes, -m) unlimited
|
||||
open files (-n) 1024
|
||||
pipe size (512 bytes, -p) 8
|
||||
POSIX message queues (bytes, -q) 819200
|
||||
real-time priority (-r) 0
|
||||
stack size (kbytes, -s) 8192
|
||||
cpu time (seconds, -t) unlimited
|
||||
max user processes (-u) 1867
|
||||
virtual memory (kbytes, -v) unlimited
|
||||
file locks (-x) unlimited
|
||||
1
share/cowrie/txtcmds/usr/bin/emacs
Normal file
1
share/cowrie/txtcmds/usr/bin/emacs
Normal file
@@ -0,0 +1 @@
|
||||
E544: Keymap file not found
|
||||
1
share/cowrie/txtcmds/usr/bin/getconf
Normal file
1
share/cowrie/txtcmds/usr/bin/getconf
Normal file
@@ -0,0 +1 @@
|
||||
32
|
||||
1
share/cowrie/txtcmds/usr/bin/killall
Normal file
1
share/cowrie/txtcmds/usr/bin/killall
Normal file
@@ -0,0 +1 @@
|
||||
no process found
|
||||
1
share/cowrie/txtcmds/usr/bin/locate
Normal file
1
share/cowrie/txtcmds/usr/bin/locate
Normal file
@@ -0,0 +1 @@
|
||||
locate: can not open '/var/lib/mlocate/mlocate.db' no such file or directory
|
||||
21
share/cowrie/txtcmds/usr/bin/lscpu
Normal file
21
share/cowrie/txtcmds/usr/bin/lscpu
Normal file
@@ -0,0 +1,21 @@
|
||||
Architecture: x86_64
|
||||
CPU op-mode(s): 32-bit, 64-bit
|
||||
Byte Order: Little Endian
|
||||
CPU(s): 1
|
||||
On-line CPU(s) list: 0
|
||||
Thread(s) per core: 1
|
||||
Core(s) per socket: 1
|
||||
Socket(s): 1
|
||||
NUMA node(s): 1
|
||||
Vendor ID: GenuineIntel
|
||||
CPU family: 6
|
||||
Model: 44
|
||||
Stepping: 1
|
||||
CPU MHz: 2200.000
|
||||
BogoMIPS: 4400.00
|
||||
Hypervisor vendor: KVM
|
||||
Virtualization type: full
|
||||
L1d cache: 32K
|
||||
L1i cache: 32K
|
||||
L2 cache: 4096K
|
||||
NUMA node0 CPU(s): 0
|
||||
1
share/cowrie/txtcmds/usr/bin/make
Normal file
1
share/cowrie/txtcmds/usr/bin/make
Normal file
@@ -0,0 +1 @@
|
||||
make: *** No targets specified and no makefile found. Stop.
|
||||
1
share/cowrie/txtcmds/usr/bin/nano
Normal file
1
share/cowrie/txtcmds/usr/bin/nano
Normal file
@@ -0,0 +1 @@
|
||||
E558: Terminal entry not found in terminfo
|
||||
1
share/cowrie/txtcmds/usr/bin/pico
Normal file
1
share/cowrie/txtcmds/usr/bin/pico
Normal file
@@ -0,0 +1 @@
|
||||
E185: Cannot find color scheme
|
||||
1
share/cowrie/txtcmds/usr/bin/top
Normal file
1
share/cowrie/txtcmds/usr/bin/top
Normal file
@@ -0,0 +1 @@
|
||||
E82: Cannot allocate any buffer, exiting...
|
||||
1
share/cowrie/txtcmds/usr/bin/vi
Normal file
1
share/cowrie/txtcmds/usr/bin/vi
Normal file
@@ -0,0 +1 @@
|
||||
E558: Terminal entry not found in terminfo
|
||||
1
share/cowrie/txtcmds/usr/bin/vim
Normal file
1
share/cowrie/txtcmds/usr/bin/vim
Normal file
@@ -0,0 +1 @@
|
||||
E558: Terminal entry not found in terminfo
|
||||
2
share/cowrie/txtcmds/usr/sbin/vipw
Normal file
2
share/cowrie/txtcmds/usr/sbin/vipw
Normal file
@@ -0,0 +1,2 @@
|
||||
vipw: Couldn't lock file: Permission denied
|
||||
vipw: /etc/passwd is unchanged
|
||||
Reference in New Issue
Block a user