This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: problem 7 | |
source code: |+ | |
input: '++---+' | |
blank: ' ' | |
start state: start | |
table: | |
success: | |
failure: | |
start: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: problem 11 | |
source code: |- | |
input: '00111222222222' | |
blank: ' ' | |
start state: verify | |
table: | |
success: | |
failure: | |
verify: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: problem 8c | |
source code: |- | |
input: '000011112222' | |
blank: ' ' | |
start state: start | |
table: | |
success: | |
failure: | |
start: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: problem 6 | |
source code: |+ | |
input: '())(' | |
blank: ' ' | |
start state: start | |
table: | |
success: | |
failure: | |
start: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: binary increment | |
source code: |+ | |
input: '1011#10101' | |
blank: ' ' | |
start state: start | |
table: | |
success: | |
failure: | |
start: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: binary increment | |
source code: |+ | |
input: '1011#0100' | |
blank: ' ' | |
start state: start | |
table: | |
success: | |
failure: | |
start: |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
NewerOlder