Skip to content
This repository was archived by the owner on Dec 28, 2025. It is now read-only.

Releases: d-Rickyy-b/pastepwn

Multiple actions for a single analyzer

20 Feb 20:35
9009874

Choose a tag to compare

This release allows multiple actions to be executed after only one analyzer matched.

1.0.12 - 2019-02-20

Added

  • New add_action(self, action) method in BasicAnalyzer to add actions on the fly (4b5df12)
  • Created a Dockerfile (b5334ff)
  • Implement possibility to execute multiple actions when a paste matches (ae6055e)
  • Method to create database on a mysql server (dbfecce)
  • Stop method for pastedispatcher
  • Stop method in actionhandler ()

Changed

  • Minimum supported Python version is now 3.5, because that's what we run travis on (7b8bae2)

Fixed

  • Use better sqlite create table statement (9378dad)
  • MySQL Port setting did not work (d498088)
  • Wrong MySQL syntax in create statements (6ae6508)

FIX: Still issues with mysql

09 Jan 20:46
9f424da

Choose a tag to compare

After more testing the mysql issues should have been resolved for now. At least the big ones.

1.0.11 - 2019-01-09

Fixed

  • Several issues with MySQL adapter (37c8f36)

FIX: MYSQL statements were not working

06 Jan 20:00
d2dbc4a

Choose a tag to compare

This should hopefully fix it. I was still not able to test it on a productive instance of mysql

1.0.10 - 2019-01-06

Added

  • Template support for Telegram messages (3f11cb5)

Fixed

  • Travis config for pypi (c2608a0)
  • Wrong MySQL syntax in create statement (b3afc3d)

Travis Test

25 Oct 23:35
7d191b4

Choose a tag to compare

1.0.9-travis - 2018-10-26

Added

  • Travis badge in Readme
  • Usage description in Readme

Test for travis pypi push

25 Oct 23:20
d844b7b

Choose a tag to compare

1.0.8-travis - 2018-10-26

Added

First stable release with pypi module

22 Oct 20:49
03e683e

Choose a tag to compare

This is the first stable release with a pypi module to be found on pypi

1.0.8 - 2018-10-22

First stable release