Skip to content

Instantly share code, notes, and snippets.

@sukwon0709
sukwon0709 / db.0
Created September 22, 2018 20:47
bind DB files
;
; BIND reverse data file for broadcast zone
;
$TTL 604800
@ IN SOA localhost. root.localhost. (
1 ; Serial
604800 ; Refresh
86400 ; Retry
2419200 ; Expire
604800 ) ; Negative Cache TTL
@sukwon0709
sukwon0709 / Lib.hs
Created September 14, 2018 17:50
Using foreign-library
module Lib
( someFunc
, fac
) where
someFunc :: IO ()
someFunc = putStrLn "someFunc"
foreign export ccall fac :: Int -> Int
fac :: Int -> Int
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:14
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/view-doc.inc:182
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/index.php"]
Inputs:
$__GET[''context''] = Just 'View Document'
[(Table "Faq" []), (Table "FaqPage" [])]
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:14
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/topics.inc:37
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''action''] = Just 'deletePage'
$__GET2[''context''] = Just 'adminUser'
$__GET2[''id''] = Just 'adminUser'
$__GET2[''page_num''] = Just 'adminUser'
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:14
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/topics.inc:106
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''context''] = Just ''
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'
[(Table "Faq" []), (Table "FaqPage" [])]
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:14
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/preview-page.inc:33
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''action''] = Just 'deleteTopic'
$__GET2[''context''] = Just 'Preview Page'
$__GET2[''faqText''] = Just 'n'
$__GET2[''id''] = Just '4'
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:14
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/header.inc:50
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''context''] = Just ''
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'
[(Table "Faq" []), (Table "FaqPage" [])]
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:13
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/edit-page.inc:86
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''action''] = Just 'deleteTopic'
$__GET2[''context''] = Just 'Edit Page'
$__GET2[''faqText''] = Just 'n'
$__GET2[''id''] = Just '76'
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:13
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/edit-page.inc:85
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''action''] = Just 'deleteTopic'
$__GET2[''context''] = Just 'Edit Page'
$__GET2[''faqText''] = Just 'n'
$__GET2[''id''] = Just '1'
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'
@sukwon0709
sukwon0709 / input.txt
Created May 5, 2018 16:13
/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/lib/edit-page.inc:154
Requests:
["/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php",
"/home/soh/git/concolic_php/tests/apps/faqforge-1.3.2/admin/index.php"]
Inputs:
$__GET2[''action''] = Just 'deleteTopic'
$__GET2[''context''] = Just 'Edit Page'
$__GET2[''faqText''] = Just 'n'
$__GET2[''id''] = Just '20'
$__POST[''formpassword''] = Just 'changeME'
$__POST[''formuser''] = Just 'admin'