bambi6-service-postit

Simple Note-Taking A/D Service for BambiCTF6 in 2021
git clone https://git.sinitax.com/sinitax/bambi6-service-postit
Log | Files | Refs | README | LICENSE | sfeed.txt

DateCommit messageAuthorFiles+-
2021-10-30 16:46add note to README about exploit implementationLouis Burda1+7-2
2021-10-29 15:35increase reader buffer limit to 1MBLouis Burda2+2-3
2021-10-29 14:20flush rsa key gen messages, reduce number of keys for ci runnerLouis Burda4+13-7
2021-10-29 14:01increase rsa keys and clean up noisesLouis Burda2+5-5
2021-10-29 13:40remove TODOsLouis Burda3+7-6
2021-10-29 13:04move data directory into /service for correct permsLouis Burda2+5-5
2021-10-29 12:58fixed rsa key generation on startup and cleaned up entrypoint scriptsLouis Burda5+18-19
2021-10-29 12:13remove genkeys job from github runnerLouis Burda2+1-7
2021-10-29 11:41add fluff to username and noise generationLouis Burda3+25393-8
2021-10-27 23:25checker: moved key generation to startup in entrypoing.shLouis Burda3+22-13
2021-10-27 02:06try sudo for installing source dependencies for gmpy2Louis Burda2+3-3
2021-10-27 02:03pregen checker keys, revert to 2.0.8 gmpy2 since new unstable, small fixesLouis Burda10+48-12
2021-10-27 01:03increase workers, bump gmpy2 version for which wheel is availableLouis Burda3+4-4
2021-10-27 00:10added github runner + small fixesLouis Burda4+61-4
2021-10-25 21:37service: merge makefile changesLouis Burda3+6-1
2021-10-25 21:34service: moved db generation to own binary and increased busy wait timeoutLouis Burda9+84-32
2021-10-25 11:43fixed clean target for when binaries dont exist yetLouis Burda1+2-4
2021-10-25 08:45service: remove debug print in check_signatureLouis Burda1+0-2
2021-10-24 16:12rewrote checker in enochecker3 and tested service functionalityLouis Burda21+668-413
2021-10-23 13:33Merge branch 'main' of github.com:enowars/bambi-service-forgetmenotLouis Burda2+48-65
2021-10-20 22:24service: remove buffering for socat and reorderLouis Burda7+6-3
2021-10-16 19:58Adjusted checker partially to serviceHenning Seidler2+48-65
2021-10-12 14:03service basic functionality and docker setupLouis Burda13+744-0
2021-10-09 20:36First draft for checkerHenning Seidler6+437-0
2021-10-09 16:39Initial commitHennich3+75-0