Commit 74ae808
Changed files (6)
corpus/corpus.csv
@@ -48,7 +48,7 @@ unix commands: execute a command as another user,sudo,nix_commands
unix commands: display manuals,man,nix_commands
unix commands: display local shell environment variables,set,nix_commands
unix commands: display global environment variables,env,nix_commands
- unix commands: ,grep,nix_commands
+# unix commands: ,grep,nix_commands
unix commands: varient of grep utilizing extended regex,egrep,nix_commands
unix commands: varient of grep utilizing lists of fixed strings,fgrep,nix_commands
unix commands: varient of grep which reads all files under each directory,rgrep,nix_commands
@@ -59,65 +59,65 @@ unix commands: print newline word or byte counts for files,wc,nix_commands
unix commands: compare files line by line,diff,nix_commands
unix commands: stream editor for filtering and transforming text,sed,nix_commands
unix commands: pattern scanning and processing language,awk,nix_commands
- unix commands: ,echo,nix_commands
- unix commands: ,export,nix_commands
- unix commands: ,pwd,nix_commands
- unix commands: ,ln,nix_commands
- unix commands: ,apropos,nix_commands
- unix commands: ,info,nix_commands
- unix commands: ,whatis,nix_commands
- unix commands: ,lsblk,nix_commands
+# unix commands: ,echo,nix_commands
+# unix commands: ,export,nix_commands
+# unix commands: ,pwd,nix_commands
+# unix commands: ,ln,nix_commands
+# unix commands: ,apropos,nix_commands
+# unix commands: ,info,nix_commands
+# unix commands: ,whatis,nix_commands
+# unix commands: ,lsblk,nix_commands
unix commands: locate/print disk device attributes (e.g. UUID),blkid,nix_commands
- unix commands: ,debugfs,nix_commands
- unix commands: ,chmod,nix_commands
- unix commands: ,chgrp,nix_commands
- unix commands: ,chown,nix_commands
- unix commands: ,dd,nix_commands
- unix commands: ,date,nix_commands
- unix commands: ,hostname,nix_commands
- unix commands: ,rmdir,nix_commands
- unix commands: ,mkdir,nix_commands
- unix commands: ,uname,nix_commands
- unix commands: ,chattr,nix_commands
- unix commands: ,xxd,nix_commands
- unix commands: ,kill,nix_commands
- unix commands: ,bg,nix_commands
- unix commands: ,fg,nix_commands
- unix commands: ,jobs,nix_commands
- unix commands: ,runlevel,nix_commands
- unix commands: ,who,nix_commands
- unix commands: ,initctl,nix_commands
+# unix commands: ,debugfs,nix_commands
+# unix commands: ,chmod,nix_commands
+# unix commands: ,chgrp,nix_commands
+# unix commands: ,chown,nix_commands
+# unix commands: ,dd,nix_commands
+# unix commands: ,date,nix_commands
+# unix commands: ,hostname,nix_commands
+# unix commands: ,rmdir,nix_commands
+# unix commands: ,mkdir,nix_commands
+# unix commands: ,uname,nix_commands
+# unix commands: ,chattr,nix_commands
+# unix commands: ,xxd,nix_commands
+# unix commands: ,kill,nix_commands
+# unix commands: ,bg,nix_commands
+# unix commands: ,fg,nix_commands
+# unix commands: ,jobs,nix_commands
+# unix commands: ,runlevel,nix_commands
+# unix commands: ,who,nix_commands
+# unix commands: ,initctl,nix_commands
unix flags: man -[?] <search term> # find term in descriptsion of man pages,k,flags
unix flags: ls -[?] # show all files including hidden files,a,flags
- unix flags: ls -[?] #,l,flags
- unix flags: ls -[?] #,r,flags
- unix flags: ls -[?] #,t,flags
- unix flags: ls -[?] #,i,flags
+# unix flags: ls -[?] #,l,flags
+# unix flags: ls -[?] #,r,flags
+# unix flags: ls -[?] #,t,flags
+# unix flags: ls -[?] #,i,flags
unix flags: touch -[?] <reference file> FILE # use the reference file's times instead of the current time,r,flags
unix flags: touch -[?] FILE # only modify the access time of the file,a,flags
unix flags: touch -[?] FILE # only modify the modified time of the file,m,flags
unix flags: touch -[?] STAMP FILE # use supplied timestamp instead of current time,t,flags
- unix flags: find
- unix flags: find
- unix flags: find
- unix flags: grep -r
- unix flags: grep -R
- unix flags: grep -E
- unix flags: grep -F
- unix flags: uniq -c
- unix flags: sort -n
- unix flags: wc -l
- unix flags: kill -STOP <pid>
- unix flags: kill -CONT <pid>
- unix flags: kill -9 <pid>
- unix flags: ps -a
- unix flags: ps -u
- unix flags: ps -x
- unix flags: ps -e
- unix flags: ps -f
- unix flags: who -r
+# unix flags: find
+# unix flags: find
+# unix flags: find
+# unix flags: grep -r
+# unix flags: grep -R
+# unix flags: grep -E
+# unix flags: grep -F
+# unix flags: uniq -c
+# unix flags: sort -n
+# unix flags: wc -l
+# unix flags: kill -STOP <pid>
+# unix flags: kill -CONT <pid>
+# unix flags: kill -9 <pid>
+# unix flags: ps -a
+# unix flags: ps -u
+# unix flags: ps -x
+# unix flags: ps -e
+# unix flags: ps -f
+# unix flags: who -r
shell globing: match anything,*,shell
shell globing: match a single character,?,shell
@@ -137,45 +137,45 @@ linux filesystem hierarchy: contains essential devices and interfaces for hardwa
linux filesystem hierarchy: contains read-only user data and the majority of user utilities and applications,usr,linux_fsh
linux filesystem hierarchy: contains the users' home directories,home,linux_fsh
linux filesystem hierarchy: contains librares essential for the biniars in bin and sbin,lib,linux_fsh
- linux filesystem hierarchy: ,sbin,linux_fsh
- linux filesystem hierarchy: ,tmp,linux_fsh
- linux filesystem hierarchy: ,var,linux_fsh
- linux filesystem hierarchy: ,boot,linux_fsh
- linux filesystem hierarchy: ,media,linux_fsh
- linux filesystem hierarchy: ,proc,linux_fsh
- linux filesystem hierarchy: /usr/?,bin,linux_fsh
- linux filesystem hierarchy: /usr/?,man,linux_fsh
- linux filesystem hierarchy: /usr/?,lib,linux_fsh
- linux filesystem hierarchy: /usr/?,local,linux_fsh
- linux filesystem hierarchy: /usr/?,sbin,linux_fsh
- linux filesystem hierarchy: /usr/?,share,linux_fsh
- linux filesystem hierarchy: /var/?,log,linux_fsh
- linux filesystem hierarchy: /var/?,tmp,linux_fsh
- linux filesystem hierarchy: ,,linux_fsh
- linux filesystem hierarchy: ,,linux_fsh
+# linux filesystem hierarchy: ,sbin,linux_fsh
+# linux filesystem hierarchy: ,tmp,linux_fsh
+# linux filesystem hierarchy: ,var,linux_fsh
+# linux filesystem hierarchy: ,boot,linux_fsh
+# linux filesystem hierarchy: ,media,linux_fsh
+# linux filesystem hierarchy: ,proc,linux_fsh
+# linux filesystem hierarchy: /usr/?,bin,linux_fsh
+# linux filesystem hierarchy: /usr/?,man,linux_fsh
+# linux filesystem hierarchy: /usr/?,lib,linux_fsh
+# linux filesystem hierarchy: /usr/?,local,linux_fsh
+# linux filesystem hierarchy: /usr/?,sbin,linux_fsh
+# linux filesystem hierarchy: /usr/?,share,linux_fsh
+# linux filesystem hierarchy: /var/?,log,linux_fsh
+# linux filesystem hierarchy: /var/?,tmp,linux_fsh
+# linux filesystem hierarchy: ,,linux_fsh
+# linux filesystem hierarchy: ,,linux_fsh
linux proc: this file is a symlink to the binary which has been executed - proc/<pid>/[?],exe,linux_proc
- linux proc: ,version,linux_proc
- linux proc: ,modules,linux_proc
- linux proc: ,loadavg,linux_proc
- linux proc: ,meminfo,linux_proc
- linux proc: ,cpuinfo,linux_proc
- linux proc: proc/<pid>/[?],cmdline,linux_proc
- linux proc: proc/<pid>/[?],environ,linux_proc
- linux proc: proc/<pid>/[?],fd,linux_proc
- linux proc: proc/<pid>/[?],cwd,linux_proc
- linux proc: proc/<pid>/?,root,linux_proc
+# linux proc: ,version,linux_proc
+# linux proc: ,modules,linux_proc
+# linux proc: ,loadavg,linux_proc
+# linux proc: ,meminfo,linux_proc
+# linux proc: ,cpuinfo,linux_proc
+# linux proc: proc/<pid>/[?],cmdline,linux_proc
+# linux proc: proc/<pid>/[?],environ,linux_proc
+# linux proc: proc/<pid>/[?],fd,linux_proc
+# linux proc: proc/<pid>/[?],cwd,linux_proc
+# linux proc: proc/<pid>/?,root,linux_proc
- linux permissions: directory,d,linux_acl
- linux permissions: symbolic link,l,linux_acl
- linux permissions: unix domain socket,s,linux_acl
- linux permissions: named pipe,p,linux_acl
- linux permissions: character device file,c,linux_acl
- linux permissions: block device file,b,linux_acl
- linux permissions: read,r,linux_acl
- linux permissions: write,w,linux_acl
- linux permissions: execute,x,linux_acl
- linux permissions: no permissions,-,linux_acl
+# linux permissions: directory,d,linux_acl
+# linux permissions: symbolic link,l,linux_acl
+# linux permissions: unix domain socket,s,linux_acl
+# linux permissions: named pipe,p,linux_acl
+# linux permissions: character device file,c,linux_acl
+# linux permissions: block device file,b,linux_acl
+# linux permissions: read,r,linux_acl
+# linux permissions: write,w,linux_acl
+# linux permissions: execute,x,linux_acl
+# linux permissions: no permissions,-,linux_acl
linux permissions: numeric mode value of ---,0,linux_acl
linux permissions: numeric mode value of --x,1,linux_acl
linux permissions: numeric mode value of -w-,2,linux_acl
@@ -192,20 +192,20 @@ linux permissions: text mode representation of 4,r--,linux_acl
linux permissions: text mode representation of 5,rw-,linux_acl
linux permissions: text mode representation of 6,r-w,linux_acl
linux permissions: text mode representation of 7,rwx,linux_acl
- linux permissions: set uid execution,s,linux_acl
- linux permissions: ,suid,linux_acl
- linux permissions: ,setgid,linux_acl
+# linux permissions: set uid execution,s,linux_acl
+# linux permissions: ,suid,linux_acl
+# linux permissions: ,setgid,linux_acl
- linux permissions: ,,linux_acl
- linux permissions: ,,linux_acl
- linux permissions: ,,linux_acl
- linux permissions: ,,linux_acl
+# linux permissions: ,,linux_acl
+# linux permissions: ,,linux_acl
+# linux permissions: ,,linux_acl
+# linux permissions: ,,linux_acl
- grub: $[?],root,linux_grub
- grub: ,,linux_grub
- grub: ,,linux_grub
- grub: ,,linux_grub
- grub: ,,linux_grub
+# grub: $[?],root,linux_grub
+# grub: ,,linux_grub
+# grub: ,,linux_grub
+# grub: ,,linux_grub
+# grub: ,,linux_grub
linux init: runlevel for halting the system,0,linux_init
linux init: runlevel for single user mode,1,linux_init
@@ -217,78 +217,78 @@ linux init: runlevel for reboot,6,linux_init
systemd: the systemd equivilant to a runlevel is a [?],target unit,systemd
- linux config: ,exports,linux_config
- linux config: ,fstab,linux_config
- linux config: ,ftpusers,linux_config
- linux config: ,gateways,linux_config
- linux config: ,gettydefs,linux_config
- linux config: ,group,linux_config
- linux config: ,host.conf,linux_config
- linux config: ,hosts,linux_config
- linux config: ,hosts.allow,linux_config
- linux config: ,hosts.deny,linux_config
- linux config: ,hosts.equiv,linux_config
- linux config: ,hosts.lpd,linux_config
- linux config: ,inetd.conf,linux_config
- linux config: ,inittab,linux_config
- linux config: ,issue,linux_config
- linux config: ,ld.so.conf,linux_config
- linux config: ,motd,linux_config
- linux config: ,mtab,linux_config
- linux config: ,mtools.conf,linux_config
- linux config: ,networks,linux_config
- linux config: ,passwd,linux_config
- linux config: ,printcap,linux_config
- linux config: ,profile,linux_config
- linux config: ,protocols,linux_config
- linux config: ,resolv.conf,linux_config
- linux config: ,rpc,linux_config
- linux config: ,securetty,linux_config
- linux config: ,services,linux_config
- linux config: ,shells,linux_config
- linux config: ,syslog.conf,linux_config
- linux config: ,shadow,linux_config
- linux config: ,,linux_config
+# linux config: ,exports,linux_config
+# linux config: ,fstab,linux_config
+# linux config: ,ftpusers,linux_config
+# linux config: ,gateways,linux_config
+# linux config: ,gettydefs,linux_config
+# linux config: ,group,linux_config
+# linux config: ,host.conf,linux_config
+# linux config: ,hosts,linux_config
+# linux config: ,hosts.allow,linux_config
+# linux config: ,hosts.deny,linux_config
+# linux config: ,hosts.equiv,linux_config
+# linux config: ,hosts.lpd,linux_config
+# linux config: ,inetd.conf,linux_config
+# linux config: ,inittab,linux_config
+# linux config: ,issue,linux_config
+# linux config: ,ld.so.conf,linux_config
+# linux config: ,motd,linux_config
+# linux config: ,mtab,linux_config
+# linux config: ,mtools.conf,linux_config
+# linux config: ,networks,linux_config
+# linux config: ,passwd,linux_config
+# linux config: ,printcap,linux_config
+# linux config: ,profile,linux_config
+# linux config: ,protocols,linux_config
+# linux config: ,resolv.conf,linux_config
+# linux config: ,rpc,linux_config
+# linux config: ,securetty,linux_config
+# linux config: ,services,linux_config
+# linux config: ,shells,linux_config
+# linux config: ,syslog.conf,linux_config
+# linux config: ,shadow,linux_config
+# linux config: ,,linux_config
linux users: username of UID 0,root,special_linux_users
linux users: group of GID 0,root,special_linux_users
linux users: user which cannot write anything to the system,nobody,special_linux_users
linux users:
- linux netwokring: ,netstat,nix_networking
- linux networking: ,whois,nix_networking
- linux networking: ,iwconfig,nix_networking
- linux networking: ,route,nix_networking
- linux networking: ,arp,nix_networking
- linux networking: ,hostname,nix_networking
- linux networking: ,iptables,nix_networking
- linux networking: /etc/network/interfaces,,linux_networking
- linux networking: route -n ,,linux_networking
- linux networking: ,ifconfig,nix_networking
- linux networking: netstat -r,,linux_networking
- linux networking: netstat -n,,linux_networking
- linux networking: netstat -t,,linux_networking
- linux networking: netstat -u,,linux_networking
- linux networking: ip addr,,linux_networking
- linux networking: ip link,,linux_networking
- linux networking: ip -s,,linux_networking
- linux networking: ip route,,linux_networking
- linux networking: ,ping,linux_networking
- linux networking: ,host,linux_networking
- linux networking: ,dig,linux_networking
- linux networking: ,nslookup,linux_networking
- linux networking: ,traceroute,linux_networking
- linux networking: ,tracepath,linux_networking
- linux networking: ,tcptrace,linux_networking
- linux networking: ,ss,linux_networking
- linux networking: ss -,l,linux_networking
- linux networking: ss -,t,linux_networking
- linux networking: ss -,n,linux_networking
- linux networking: ss -,p,linux_networking
- linux networking: dhclient,,linux_networking
+# linux netwokring: ,netstat,nix_networking
+# linux networking: ,whois,nix_networking
+# linux networking: ,iwconfig,nix_networking
+# linux networking: ,route,nix_networking
+# linux networking: ,arp,nix_networking
+# linux networking: ,hostname,nix_networking
+# linux networking: ,iptables,nix_networking
+# linux networking: /etc/network/interfaces,,linux_networking
+# linux networking: route -n ,,linux_networking
+# linux networking: ,ifconfig,nix_networking
+# linux networking: netstat -r,,linux_networking
+# linux networking: netstat -n,,linux_networking
+# linux networking: netstat -t,,linux_networking
+# linux networking: netstat -u,,linux_networking
+# linux networking: ip addr,,linux_networking
+# linux networking: ip link,,linux_networking
+# linux networking: ip -s,,linux_networking
+# linux networking: ip route,,linux_networking
+# linux networking: ,ping,linux_networking
+# linux networking: ,host,linux_networking
+# linux networking: ,dig,linux_networking
+# linux networking: ,nslookup,linux_networking
+# linux networking: ,traceroute,linux_networking
+# linux networking: ,tracepath,linux_networking
+# linux networking: ,tcptrace,linux_networking
+# linux networking: ,ss,linux_networking
+# linux networking: ss -,l,linux_networking
+# linux networking: ss -,t,linux_networking
+# linux networking: ss -,n,linux_networking
+# linux networking: ss -,p,linux_networking
+# linux networking: dhclient,,linux_networking
- linux networking: /proc/sys/net/ipv4/ip_forward,0,linux_networking
- linux networking: /proc/sys/net/ipv4/ip_forward,1,linux_networking
- linux networking: losf,,linux_networking
- linux networking: lsof,,linux_networking
- linux networking: losf,,linux_networking
+# linux networking: /proc/sys/net/ipv4/ip_forward,0,linux_networking
+# linux networking: /proc/sys/net/ipv4/ip_forward,1,linux_networking
+# linux networking: losf,,linux_networking
+# linux networking: lsof,,linux_networking
+# linux networking: losf,,linux_networking
corpus/ethernet.csv
@@ -1,8 +1,8 @@
#ethernet
-the hexadecimal EtherType for IPv4 is 0x????,0800,ethernet
-the hexadecimal EtherType for IPv6 is 0x????,86DD,ethernet
-the hexadecimal EtherType for ARP is 0x????,0806,ethernet
-the hexadecimal EtherType for VLAN is 0x????,8100,ethernet
+#he hexadecimal EtherType for IPv4 is 0x????,0800,ethernet
+#he hexadecimal EtherType for IPv6 is 0x????,86DD,ethernet
+#he hexadecimal EtherType for ARP is 0x????,0806,ethernet
+#he hexadecimal EtherType for VLAN is 0x????,8100,ethernet
how many btyes is the EtherType in an ethernet frame?,2,ethernet
how many bytes is the destination MAC address in an ethernet frame?,6,ethernet
how many bytes is the source MAC address in an ethernet frame?,6,ethernet
@@ -15,9 +15,9 @@ how many bytes is the CRC in an ethernet frame?,4,ethernet
[T/F] if ether[12:2] < 0x0600 it is an Ethernet II frame,F,ethernet
[T/F] if ether[12:2] < 0x0600 it is an 802.3 frame,T,ethernet
[T/F] if ether[12:2] > 0x0600 it is an Ethernet II frame,T,ethernet
-the total maximum size of an Ethernet II or 802.3 frame in bytes: ????,1518,ethernet
-the maximum payload size of an Ethernet II or 802.3 frame in bytes: ????,1500,ethernet
-the minimum frame size of an Ethernet II or 802.3 frame in bytes: ??,64,etherent
+#he total maximum size of an Ethernet II or 802.3 frame in bytes: ????,1518,ethernet
+#he maximum payload size of an Ethernet II or 802.3 frame in bytes: ????,1500,ethernet
+#he minimum frame size of an Ethernet II or 802.3 frame in bytes: ??,64,etherent
# broadcast/collision domains
[T/F] a router, by default, sends broadcast frames to other networks,F,ethernet
corpus/ip.csv
@@ -8,11 +8,11 @@ what is the corresponding CIDR for this netmask: 255.255.255.248,/29,cidr
#...
#,/0,cidr
-to which class does this IP address default to: 15.35.32.1,A,class_networks
+#o which class does this IP address default to: 15.35.32.1,A,class_networks
# more A questions...
-to which class does this IP address default to: 129.32.98.54,B,class_networks
+#o which class does this IP address default to: 129.32.98.54,B,class_networks
# more B questions...
-to whcih class does this IP address default to: 195.168.3.6,C,class_networks
+#o whcih class does this IP address default to: 195.168.3.6,C,class_networks
# more C questions...
what is the broadcast address for this network: 172.16.35.14/12,172.31.255.255
corpus/packet_capture.csv
@@ -32,9 +32,9 @@ which flag specifies the file to write to: tshark -w [?],w,packet_capture
which flag specifies the file to read from: tshark -[?] file,r,packet_capture
# bpf
-the bpf abbreiviation for Ethernet portion of a frame,ether,packet_capture
-the bpf abbreviation for the Internet Protocol v4 portion of a frame,ip,packet_capture
-the bpf abbreviation for an ICMP portion of a frame,icmp,pacet_capture
+#he bpf abbreiviation for Ethernet portion of a frame,ether,packet_capture
+#he bpf abbreviation for the Internet Protocol v4 portion of a frame,ip,packet_capture
+#he bpf abbreviation for an ICMP portion of a frame,icmp,pacet_capture
which flag will print the compiled bpf filter: tcpdump -[?] ether[12:2],d,packet_capture
bpf compiled filter which loads a full word (4 bytes) into the default register,ld,packet_capture
ether[0:?] what value will result in an ld bpf compiled filter,4,packet_capture
@@ -43,10 +43,10 @@ ether[0:?] what value will result in an ld1 bpf compiled filter,1,packet_capture
bpf compiled filter which loads a half word (2 bytes) into the default register,ldh,packet_capture
bpf compiled filter which loads a single byte into the default regisger,ldb,packet_capture
bpf compiled filter which jumps to locations if the supplied value and the default register are equal,jeq,packet_capture and the default register
-the A register is equal to 0x0200, where will this bpf compiled filter jump to? jeq #0x020 jt 3 jt 4,3,packet_capture
-the A register is equal to 0x0201, where will this bpf compiled filter jump to? jeq #0x020 jt 3 jt 4,4,packet_capture
-the bpf compiled filter which jumps to locations based on the bitwise "&" of the supplied value and the default register,jset,packet_capture
-the bpf compiled filter which quits and returns the number of bytes specified,ret,packet_capture
+#he A register is equal to 0x0200, where will this bpf compiled filter jump to? jeq #0x020 jt 3 jt 4,3,packet_capture
+#he A register is equal to 0x0201, where will this bpf compiled filter jump to? jeq #0x020 jt 3 jt 4,4,packet_capture
+#he bpf compiled filter which jumps to locations based on the bitwise "&" of the supplied value and the default register,jset,packet_capture
+#he bpf compiled filter which quits and returns the number of bytes specified,ret,packet_capture
bpf will translate this expression into what type of load: a[0:1],ldb,packet_capture
bpf will translate this expression into what type of load: a[0:2],ldh,packet_capture
bpf will translate this expression into what type of load: a[0:4],ld,packet_capture
corpus/tmux.csv
@@ -1,3 +1,3 @@
# prompt,response,category
-tmux: unbind default prefix key,unbind C-b,tmux
-tmux: set tmux prefix key to a,set -g prefix C-a,tmux
+#mux: unbind default prefix key,unbind C-b,tmux
+#mux: set tmux prefix key to a,set -g prefix C-a,tmux
corpus/windows.csv
@@ -35,9 +35,9 @@ windows releases: 4.10 = Windows [?],98,windows_releases
windows releases: 4.9 = Windows [?],ME,windows_releases
windows releases: 4.00 = Windows [?],95,windows_releases
- ephermeral port ranges
- xp > 1024
- 6.0 > 49K+
+# ephermeral port ranges
+# xp > 1024
+# 6.0 > 49K+
windows processes: System Process (pid 4) - Session Manager = [?].exe,smss,windows_processes
windows processes: Windows Subsystem - [?].exe,csrss,windows_processes
@@ -47,42 +47,42 @@ windows processes: Local Security Authentication Server - [?].exe,lsass,windows_
windows processes: Local Session Manager - [?].exe,lsm,windows_processes
windows processes: Login Process - [?].exe,winlogon,windows_processes
- win32k.sys
- conhost.exe
- tasklist /svc
- ntdll.dll
- ntoskernel.exe
- .dll
- .sys
- driverquery (sysinternals?)
- 0 kernel mode
- 3 user mode
- kmcs
+# win32k.sys
+# conhost.exe
+# tasklist /svc
+# ntdll.dll
+# ntoskernel.exe
+# .dll
+# .sys
+# driverquery (sysinternals?)
+# 0 kernel mode
+# 3 user mode
+# kmcs
- windows cmd: ,whoami,windows_cmd
- windows cmd: ,hostname,windows_cmd
- windows cmd: ,ver,windows_cmd
- windows cmd: ,systeminfo,windows_cmd
- windows cmd: ,date /t,windows_cmd
- windows cmd: ,time /t,windows_cmd
- windows cmd: ,type,windows_cmd
- windows cmd: ,echo,windows_cmd
- windows cmd: ,more,windows_cmd
- windows cmd: ,start,windows_cmd
- windows cmd: ,sort,windows_cmd
- windows cmd: ,cls,windows_cmd
- windows cmd: ,ipconfig,windows_cmd
- windows cmd: ,,windows_cmd
- windows cmd: ,,windows_cmd
- windows cmd: ,,windows_cmd
- windows cmd: ,,windows_cmd
- windows cmd: ,,windows_cmd
+# windows cmd: ,whoami,windows_cmd
+# windows cmd: ,hostname,windows_cmd
+# windows cmd: ,ver,windows_cmd
+# windows cmd: ,systeminfo,windows_cmd
+# windows cmd: ,date /t,windows_cmd
+# windows cmd: ,time /t,windows_cmd
+# windows cmd: ,type,windows_cmd
+# windows cmd: ,echo,windows_cmd
+# windows cmd: ,more,windows_cmd
+# windows cmd: ,start,windows_cmd
+# windows cmd: ,sort,windows_cmd
+# windows cmd: ,cls,windows_cmd
+# windows cmd: ,ipconfig,windows_cmd
+# windows cmd: ,,windows_cmd
+# windows cmd: ,,windows_cmd
+# windows cmd: ,,windows_cmd
+# windows cmd: ,,windows_cmd
+# windows cmd: ,,windows_cmd
- admin$ -> C:/Windows/system32
- HKLM ==
+# admin$ -> C:/Windows/system32
+# HKLM ==
- HKLM\SOFTWARE\Microsoft"\Windows NT"\currentversion
- - BuildLabEx = 32 or 64 bit
- HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall
+# HKLM\SOFTWARE\Microsoft"\Windows NT"\currentversion
+# - BuildLabEx = 32 or 64 bit
+# HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\WindowsFirewall
- sc config remote registry start=auto
+# sc config remote registry start=auto