Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
d-Rickyy-b committed Sep 3, 2019
2 parents b02cee7 + b81ea3b commit 686a174
Show file tree
Hide file tree
Showing 13 changed files with 69 additions and 410 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
language: python
sudo: require
python:
- "3.4"
- "3.5"
- "3.6"
- "3.7"
# command to install dependencies
install:
- pip install -r requirements.txt
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
![Logo](documentation/pastepwn_logo.png)



# pastepwn - Paste-Scraping Python Framework
[![Build Status](https://travis-ci.org/d-Rickyy-b/pastepwn.svg?branch=master)](https://travis-ci.org/d-Rickyy-b/pastepwn)
[![PyPI version](https://badge.fury.io/py/pastepwn.svg)](https://badge.fury.io/py/pastepwn)
[![Coverage Status](https://coveralls.io/repos/github/d-Rickyy-b/pastepwn/badge.svg?branch=master)](https://coveralls.io/github/d-Rickyy-b/pastepwn?branch=master)

# pastepwn - Paste-Scraping Python Framework

[Pastebin](https://pastebin.com) is a very helpful tool to store or rather share ascii encoded data online. In the world of OSINT, pastebin is being used by [researchers all around the world](https://www.troyhunt.com/introducing-paste-searches-and/) to retreive e.g. leaked account data, in order to find indicators about security breaches.

*Pastepwn* is a framework to scrape pastes and scan them for certain indicators. There are several analyzers and actions to be used out-of-the-box, but it is also easily extensible - you can create your own analyzers and actions on the fly.
Expand Down
Binary file added documentation/pastepwn_logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions pastepwn/api/__init__.py

This file was deleted.

88 changes: 0 additions & 88 deletions pastepwn/api/api.py

This file was deleted.

14 changes: 0 additions & 14 deletions pastepwn/api/apiresponse.py

This file was deleted.

27 changes: 0 additions & 27 deletions pastepwn/api/apiroutes.py

This file was deleted.

89 changes: 0 additions & 89 deletions pastepwn/api/apiserver.py

This file was deleted.

142 changes: 0 additions & 142 deletions pastepwn/api/documentation/pastepwn.yaml

This file was deleted.

Loading

0 comments on commit 686a174

Please sign in to comment.