Skip to content

Commit 67ca311

Browse files
committed
Add artwork
1 parent 467d826 commit 67ca311

File tree

5 files changed

+66
-2
lines changed

5 files changed

+66
-2
lines changed

README.md

+40-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
# pwncat
2-
31
**[Install](#tada-install)** |
42
**[TL;DR](#coffee-tldr)** |
53
**[Features](#star-features)** |
@@ -12,6 +10,12 @@
1210
**[Disclaimer](#exclamation-disclaimer)** |
1311
**[License](#page_facing_up-license)**
1412

13+
---
14+
15+
<center><img alt="pwncat banner" title="pwncat" src="art/banner-1.png" style=""/></center>
16+
17+
# pwncat
18+
1519
[![](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
1620
[![PyPI](https://img.shields.io/pypi/v/pwncat)](https://pypi.org/project/pwncat/)
1721
[![PyPI - Status](https://img.shields.io/pypi/status/pwncat)](https://pypi.org/project/pwncat/)
@@ -1349,6 +1353,40 @@ You can even mix `pwncat` with `netcat`, `ncat` or similar tools.
13491353
**A**: Thanks for asking! First of all, star this project to give me some feedback and see [CONTRIBUTING.md](CONTRIBUTING.md) for details.
13501354

13511355

1356+
## :sunrise: Artwork
1357+
1358+
<table>
1359+
<thead>
1360+
<tr>
1361+
<th>Type</th>
1362+
<th>Artist</th>
1363+
<th>Image</th>
1364+
<th>License</th>
1365+
</tr>
1366+
</thead>
1367+
<tbody>
1368+
<tr>
1369+
<td>Logo</td>
1370+
<td><a href="https://github.com/maifz">maifz</a></td>
1371+
<td><a href="art/logo.png"><img src="art/logo.png" style="height:128px;" height="128" /></a></td>
1372+
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></td>
1373+
</tr>
1374+
<tr>
1375+
<td>Banner 1</td>
1376+
<td><a href="https://github.com/maifz">maifz</a></td>
1377+
<td><a href="art/banner-1.png"><img src="art/banner-1.png" style="height:128px;" height="128" /></a></td>
1378+
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></td>
1379+
</tr>
1380+
<tr>
1381+
<td>Banner 2</td>
1382+
<td><a href="https://github.com/maifz">maifz</a></td>
1383+
<td><a href="art/banner-2.png"><img src="art/banner-2.png" style="height:128px;" height="128" /></a></td>
1384+
<td><a href="https://creativecommons.org/licenses/by-sa/4.0/"><img src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a></td>
1385+
</tr>
1386+
</tbody>
1387+
</table>
1388+
1389+
13521390
## :lock: [cytopia](https://github.com/cytopia) sec tools
13531391

13541392
Below is a list of sec tools and docs I am maintaining.

art/banner-1.png

238 KB
Loading

art/banner-2.png

240 KB
Loading

art/logo.png

188 KB
Loading

docs/index.html

+26
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@
120120
<input type="checkbox" id="drawer-control" class="drawer"/>
121121
<div class="cols-sm-12 col-md-2">
122122
<label for="drawer-control" class="drawer-close"></label>
123+
<img style="height:160px;" src="../art/logo.png" title="pwncat" alt="pwncat logo" />
123124
<ul>
124125
<li><span class="icon-home secondary"></span> <a href="https://github.com/cytopia/pwncat">github</a></li>
125126
<li><span class="icon-settings secondary"></span> <a href="https://github.com/cytopia/pwncat/tree/master/pse">pse</a></li>
@@ -330,6 +331,31 @@ <h4>Cross OS</h4>
330331
<br/><br/>
331332

332333

334+
<h2>Artwork</h2>
335+
<div class="row">
336+
<div class="card large">
337+
<div class="section dark">
338+
<h4>Logo</h4>
339+
</div>
340+
<a href="https://raw.githubusercontent.com/cytopia/pwncat/master/art/logo.png"><img style="height:128px;" height="128" src="https://raw.githubusercontent.com/cytopia/pwncat/master/art/logo.png" /></a>
341+
</div>
342+
343+
<div class="card large">
344+
<div class="section dark">
345+
<h4>Banner 1</h4>
346+
</div>
347+
<a href="https://raw.githubusercontent.com/cytopia/pwncat/master/art/banner-1.png"><img style="height:128px;" height="128" src="https://raw.githubusercontent.com/cytopia/pwncat/master/art/banner-1.png" /></a>
348+
</div>
349+
<div class="card large">
350+
<div class="section dark">
351+
<h4>Banner 2</h4>
352+
</div>
353+
<a href="https://raw.githubusercontent.com/cytopia/pwncat/master/art/banner-2.png"><img style="height:128px;" height="128" src="https://raw.githubusercontent.com/cytopia/pwncat/master/art/banner-2.png" /></a>
354+
</div>
355+
</div>
356+
<br/><br/>
357+
358+
333359
<h2>Usage</h2>
334360
<pre>
335361
usage: pwncat [options] hostname port

0 commit comments

Comments
 (0)