Lexus Lee

Results 4 issues of Lexus Lee

Fix this warning: ``` /venv/lib/python2.7/site-packages/kubeshell/kubeshell.py:43: YAMLLoadWarning: calling yaml.load_all() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details. ``` Ref https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation#how-to-disable-the-warning Since PyYAML's load...

Signed-off-by: LexusLee **What this PR does**: **Which issue(s) this PR fixes**: Fixes # **Special notes for your reviewer**: **Does this PR introduce a user-facing change?**: ```release-note ```

Found date_format bug in the octopress home page like this . ![date_format_bug](https://cloud.githubusercontent.com/assets/190438/8529829/37c7bc80-23d2-11e5-896b-61a6cd0fc590.png) So I try to fix it. I replaced $date_formatted into $date | date: "%b %e, %Y". ![ ](https://cloud.githubusercontent.com/assets/10649416/11036470/b28a5b48-8733-11e5-9068-bc6298b67bed.png)...

看到有 [reverse shell](https://github.com/j3ers3/PySec/blob/master/reverse_shell.py) 觉得可以接上 @j3ers3 Plz review, thx :D