-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed footer of index.html.
- Loading branch information
Showing
2 changed files
with
14 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
<!DOCTYPE html> | ||
<!DOCTYPE html> | ||
<html lang="en-gb"> | ||
<head> | ||
<head> | ||
<!-- | ||
_ _ _ | ||
| (_) | | | ||
| (_) | | | ||
__| |_ _ __ ___ ___ _ __ __ _ _ _| | __ | ||
/ _` | | '_ ` _ \ / _ \| '__/ _` | | | | | |/ / | ||
| (_| | | | | | | |_| (_) | | | (_| |_| |_| | < | ||
| (_| | | | | | | |_| (_) | | | (_| |_| |_| | < | ||
\__,_| |_| |_| |_(_)\___/|_| \__, (_)\__,_|_|\_\ | ||
_/ | __/ | | ||
|__/ |___/ | ||
_/ | __/ | | ||
|__/ |___/ | ||
--> | ||
<title>Piping from the net to sh - Proof of Concept</title> | ||
|
||
<!--Meta Data--> | ||
<meta charset="UTF-8"> | ||
<meta name="description" content="Piping from the web directly to sh can be dangerous, see why." /> | ||
<meta name="author" content="Darian Moody <[email protected]>" /> | ||
|
||
<!--Styles--> | ||
<meta charset="UTF-8"> | ||
<meta name="description" content="Piping from the web directly to sh can be dangerous, see why." /> | ||
<meta name="author" content="Darian Moody <[email protected]>" /> | ||
|
||
<!--Styles--> | ||
<link rel="stylesheet" type="text/css" href="{{ url_for('static', filename='css/base.css') }}" media="screen"/> | ||
|
||
</head> | ||
|
@@ -29,7 +28,7 @@ <h2>Piping to sh via curl</h2> | |
<p> | ||
<code>curl -s <a href="{{ url_for('install_sh', _external=True) }}" title="View install.sh source">{{ url_for('install_sh', _external=True) }}</a> | sh</code> | ||
</p> | ||
<p>Powered by <a href="http://flask.pocoo.org" title="Flask Project">Flask</a>; <a href="https://gitusource on github. | ||
<p>Powered by <a href="http://flask.pocoo.org" title="Flask Project">Flask</a> // <a href="https://github.com/djm/pipe-to-sh-poc" title="View the source">source on github</a>. | ||
<p>Darian Moody <<a href="mailto:[email protected]">[email protected]</a>> © 2013</p> | ||
</body> | ||
</html> |