diff --git a/README.md b/README.md index a2d239b..82ab608 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,7 @@ telnet localhost 3000 - Krebs Series on how to be in InfoSec: [Thomas Ptacek](http://krebsonsecurity.com/2012/06/how-to-break-into-security-ptacek-edition/#more-15594), [Bruce Schneier](http://krebsonsecurity.com/2012/07/how-to-break-into-security-schneier-edition/#more-15592), [Charlie Miller](http://krebsonsecurity.com/category/how-to-break-into-security/) - [How to be a InfoSec Geek](http://www.primalsecurity.net/how-to-be-an-infosec-geek/) - [My Blog](http://bt3gl.github.io/index.html) -- [My OPML list of RSS feeds](http://bt3gl.github.io/marina_feedly.opml) (that and [Twitter](https://twitter.com/_b_t_3_) are how I get my news). +- [My OPML list of RSS feeds](http://bt3gl.github.io/marina_feedly.opml) (that and [Twitter](https://twitter.com/1bt337) are how I get my news). ---- diff --git a/Web_Security/SQLi/CVE-2014-7289_exploit.py b/Web_Security/SQLi/CVE-2014-7289_exploit.py index 9b6839f..e2e6a7d 100644 --- a/Web_Security/SQLi/CVE-2014-7289_exploit.py +++ b/Web_Security/SQLi/CVE-2014-7289_exploit.py @@ -1,4 +1,4 @@ -#!/bin/env python +#!/usr/bin/env python # Reference: http://seclists.org/fulldisclosure/2015/Jan/91