Skip to main content

You can find here some functions that can help you during the automation in CTF/Pentest.

Project description

Pylibft

Personal python module for my daily usage on CTF/Pentest/Coding

Import

from Pylibft import *

Or by specifying the Functions

from Pylibft import base_convert, bin2hex

Functions

base_convert(number: str, fromBase: int, toBase: int)

Same as the PHP function, return a string containing number represented in base toBase.

bin2hex(string: str)

Same as the PHP function, return string containing the hexadecimal representation of string.

hex2bin(string: str)

Same as the PHP function, decode a hexadecimally encoded binary string.

print_message(message: str, type: str)

Pretty print with color and type of message.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

Pylibft-0.0.3.tar.gz (2.6 kB view hashes)

Uploaded Source

Built Distribution

Pylibft-0.0.3-py2-none-any.whl (4.3 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page