Skip to content

Instantly share code, notes, and snippets.

alert dns $HOME_NET any -> $EXTERNAL_NET any (msg:"DNS Query for asdf.com"; dns_query; content:"asdf.com"; sid:100; rev:1;)
alert ip $HOME_NET any <> $EXTERNAL_NET any (msg:"Traffic contains the word root"; pcre:"/root/"; sid:101; rev:1;)
alert ssh $HOME_NET any <> $EXTERNAL_NET any (msg:"SSH root login" content:"root"; sid:102; rev:1;)
drop tcp $HOME_NET [80, 443] -> $EXTERNAL_NET [80, 443] (msg: "Outbound HTTP" sid:103; rev:1;)
alert icmp $HOME_NET any <> $EXTERNAL_NET any (msg:"ICMP echo request" itype:8; sid:104; rev:1;)
alert http $HOME_NET any <> $EXTERNAL_NET any (msg: "GET Request with Password" http.method; content:"GET"; http.uri; content:"password="; sid:105; rev:1;)
alert http $HOME_NET any <> $EXTERNAL_NET any (msg: "HTTP referer" http.referer; content:"https://pictureofhotdog.com" sid:106; rev:1;)
reject rdp $HOME_NET !3389 <> $EXTERNAL_NET !3389 (msg: "Non-standard RDP"; sid:107; rev:1;)
alert http $HOME_NET any <> $EXTERNAL_NET any (msg:"CURL user agent"; content:"curl/"; http.user_agent; sid:
@DakotaList
DakotaList / 7b.yaml
Created May 3, 2022 06:43
problem 7b
name: problem 7
source code: |+
input: '++---+'
blank: ' '
start state: start
table:
success:
failure:
start:
@DakotaList
DakotaList / 8b.yaml
Created May 3, 2022 05:28
dakota list problem 8b
name: problem 8
source code: |-
#Zeros followed by an equal number of 1s
# L = {0^k1^k: k=0,1,2,...}
# Here we speed things up by crossing of half the 0s and half the 1s each pass. At each step we make sure the 0s and 1s are both even or both odd. If we ever have a mismatch - Reject
input: '000001111122222'
#input: '0000000011111111'
#input: '0001111'
#input: '0000111'
@DakotaList
DakotaList / 11c.yaml
Last active May 3, 2022 05:00
dakota list problem 11c
name: problem 11
source code: |-
input: '00111222222222'
blank: ' '
start state: verify
table:
success:
failure:
verify:
@DakotaList
DakotaList / 8c.yaml
Last active May 3, 2022 05:54
dakota list problem 8c
name: problem 8c
source code: |-
input: '000011112222'
blank: ' '
start state: start
table:
success:
failure:
start:
@DakotaList
DakotaList / 6c.yaml
Last active May 3, 2022 05:56
dakota list problem 6c
name: problem 6
source code: |+
input: '())('
blank: ' '
start state: start
table:
success:
failure:
start:
@DakotaList
DakotaList / 5b.yaml
Created May 2, 2022 05:16
dakota list problem 5b
name: binary increment
source code: |+
input: '1011#10101'
blank: ' '
start state: start
table:
success:
failure:
start:
@DakotaList
DakotaList / 4b.yaml
Last active May 2, 2022 05:16
dakota list problem 4b
name: binary increment
source code: |+
input: '1011#0100'
blank: ' '
start state: start
table:
success:
failure:
start:
@DakotaList
DakotaList / authorized_keys
Created July 25, 2019 03:42
ssh pubkey - fuck you digitalocean
AAAAB3NzaC1yc2EAAAADAQABAAABAQDJd67D1CjIw9Dp6dK9FfDguGMab/44b+BV1Xbrz8l8l5FzbfcSxt/JFY4xZpQPYlT1+E4VxPruEg6FTj95RucIw2JjZ71MFbx7v88wDnMfo5u62jVcYru/O2xVTCLBTP8i4IQnCPL4CDPBXdE1ytb1eDLBFI5sOwtmXgrDB7NSf78FEWMuS0YE6R2tgFqZRc5sovWXbDNBrWoiTlenBwNa3o4hWJYQDz18CfCmz8XpS+s0sr/J9f8j4XHDAP8r0WtZLwfh+BqgTmvMUew4AGki8rE2tJX7An3GrNtGDlKQHt92eR9k7HUBvxkhKgS7YxRHPWOxkCGyBu6siHLizXgD aspen@Aspens-iMac.local
This file has been truncated, but you can view the full file.
MultiMC version: 0.6.5-develop-1298
Minecraft folder is:
C:/Users/dakli/Desktop/MultiMC/instances/SilverMoonCraft-1.3.1/minecraft
Java path is:
C:/Program Files/Java/jre1.8.0_191/bin/javaw.exe