This is a variation of this exploit using Tinyscript and Pybots for uploading a shell.
$ pip install tinyscript
$ tsm install clippercms-shell-uploader
This is a variation of this exploit using Tinyscript and Pybots for uploading a shell.
$ pip install tinyscript
$ tsm install clippercms-shell-uploader
Simple arguments lexer for parsing a line of arguments and keyword-arguments.
The ValueLexer evaluates strings (delimited by single or double quotes), booleans, floats, integers and also binary, octal or hexadecimal (to an integer).
The ArgumentsLexer ensures that the input line of arguments has the form:
arg1 arg2 ... argN kw1=val1 kw2=val2 ... kwM=valM
This Tinyscript-based tool implements the Solitaire Encryption Algorithm of Bruce Schneier.
$ pip install tinyscript
$ tsm install solitaire-cipher
This Tinyscript-based tool allows to apply steganography based on PVD (Pixel Value Differencing) in order to retrieve hidden data from an image.
$ pip install tinyscript
$ tsm install stegopvd
This Tinyscript-based tool allows to apply steganography based on LSB (Least Significant Bit) in order to retrieve hidden data from an image.
$ pip install tinyscript
$ tsm install stegolsb
This Tinyscript-based tool allows to filter a wordlist from STDIN to STDOUT or an output file. This is particularly interesting for dictionary attacks.
This can be installed using:
$ pip install tinyscript
$ tsm install wlf
This Tinyscript-based tool, based on PyDub, allows to append audio files, filter the result as voice frequency and alter the playback speed.
This can be installed using:
$ pip install tinyscript
$ tsm install audio-assembler
A simple Tinyscript-based tool for recursively replacing disturbing/undesired text inside documents contained in a given folder based on a JSON dictionary defining regular expressions and the replacements to be applied.
This can be installed using:
$ pip install tinyscript
$ tsm install doc-text-masker
$ wget https://gist.githubusercontent.com/dhondta/5cae9533240471eac155bd51593af2e0/raw/replacements.json
This Tinyscript-based tool allows to apply steganography based on PIT (Pixel Indicator Technique) in order to retrieve hidden data from an image.
$ pip install tinyscript
$ tsm install stegopit
This Tinyscript-based tool allows to unhide data hidden in base32/base64 strings. It can take a PNG or JPG in input to retrieve an EXIF value as the input data.
This can be installed using:
$ pip install tinyscript
$ tsm install paddinganograph