Tiaonmmn

Results 5 issues of Tiaonmmn

https://github.com/Tiaonmmn/tsctf_2019_web2

https://github.com/Tiaonmmn/tsctf_2019_web1

When I just use docker-compose -f single.yml up,the db1 container reports the following error: ``` db_1 | 2019-12-02 13:36:25 0 [Note] mysqld (mysqld 10.4.10-MariaDB-1:10.4.10+maria~bionic) starting as process 1 ... cache_1...

Deployment

When I use library to parse Windows AppCompatCache which is a RegBinary item in Python 3.7 environemnt,it returns a strd bytearray. For example: ``` reg = open=Registry.Registry("/tmp/tempfile/im_3_k5cdo_p4_/Windows/System32/config/SYSTEM").open("ControlSet001\\Control\\Session Manager\\AppCompatCache") value1=open.value("AppCompatCache") print("AppCompatCache...

I use `swupd bundle-add performance-tools` to install dstat command. After install, dstat doesn't run normally,errors occured: ``` /usr/bin/dstat:758: SyntaxWarning: invalid escape sequence '\d' self.diskfilter = re.compile('^([hsv]d[a-z]+\d+|cciss/c\d+d\d+p\d+|dm-\d+|md\d+|mmcblk\d+p\d0|VxVM\d+)$') /usr/bin/dstat:844: SyntaxWarning: invalid escape...

bug
new