you can [get the PDF]({{ site.url }}/assets/mydoc.pdf) directly.
you can [get the PDF]({{ site.url }}/assets/mydoc.pdf) directly.
| #!/bin/bash | |
| # | |
| # Updating and refreshing code for WebAt25.org | |
| # | |
| # https://github.com/saltstack/salt/issues/4176 | |
| set -e | |
| logger -i -p local1.notice -t cron "[notice] Host `hostname` ran WebAt25 auto-updater" |
you can [get the PDF]({{ site.url }}/assets/mydoc.pdf) directly.
you can [get the PDF]({{ site.url }}/assets/mydoc.pdf) directly.
| #!/usr/bin/env python3 | |
| """Simple HTTP Server With Upload. | |
| This module builds on BaseHTTPServer by implementing the standard GET | |
| and HEAD requests in a fairly straightforward manner. | |
| see: https://gist.github.com/UniIsland/3346170 | |
| """ | |
Hercules is an open source software implementation of the mainframe System/370 and ESA/390 architectures, in addition to the new 64-bit z/Architecture.
Website: http://www.hercules-390.org/
My system info:
uname -a
Darwin ejlp-macbook 14.3.0 Darwin Kernel Version 14.3.0: Mon Mar 23 11:59:05 PDT 2015; root:xnu-2782.20.48~5/RELEASE_X86_64 x86_64
| # Padding Oracle Attack against PKCS7 | |
| # From https://github.com/mpgn/Padding-oracle-attack | |
| # martial puygrenier | |
| #################################### | |
| # CUSTOM YOUR RESPONSE ORACLE HERE # | |
| #################################### | |
| ''' the function you want change to adapte the result to your problem ''' | |
| def test_validity(response, error): |
| #!/bin/bash | |
| # (C) Hritik Vijay | |
| # License: GPLv2 | |
| # Suppliment to https://m47r1x.github.io/posts/multi-net/ | |
| tmp=$(mktemp multi-net-ip-XXXX --tmpdir) | |
| TIMEOUT=5 | |
| Table=200 | |
| _ping(){ |