File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ redpwnpow challenge
2020## kCTF
2121
2222redpwnpow can be used as a drop-in replacement for [ kCTF] ( https://google.github.io/kctf/ ) 's proof of work solver.
23- redpwnpow is approximately ** 10x** faster than kCTF's [ Python solver] ( https://github.com/google/kctf/blob/v1.0/docker-images/challenge/pow.py ) .
23+ redpwnpow is approximately ** 10x faster** than kCTF's [ Python solver] ( https://github.com/google/kctf/blob/v1.0/docker-images/challenge/pow.py ) .
2424
2525## Go module
2626
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ run() {
1313 arm* ) release=linux-armv6l;;
1414 * ) echo unknown linux architecture >&2 ; exit 1
1515 esac ;;
16- darwin* ) release=darwin-amd64 ;;
16+ darwin* ) release=darwin;;
1717 msys* |mingw* |cygwin* ) release=windows-amd64.exe;;
1818 * ) echo unknown operating system >&2 ; exit 1
1919 esac
You can’t perform that action at this time.
0 commit comments