Pylibft


NamePylibft JSON
Version 0.0.3 PyPI version JSON
download
home_page
SummaryYou can find here some functions that can help you during the automation in CTF/Pentest.
upload_time2023-04-04 19:51:21
maintainer
docs_urlNone
authorWiloti
requires_python
license
keywords python ctf pentest automation
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # Pylibft
Personal python module for my daily usage on CTF/Pentest/Coding

## Import

```python
from Pylibft import *
```
Or by specifying the Functions

```python
from Pylibft import base_convert, bin2hex
```
## Functions

```python
base_convert(number: str, fromBase: int, toBase: int)
```
Same as the `PHP` function, return a string containing `number` represented in base `toBase`.

```python
bin2hex(string: str)
```
Same as the `PHP` function, return string containing the hexadecimal representation of string.

```python
hex2bin(string: str)
```
Same as the `PHP` function, decode a hexadecimally encoded binary string.

```python
print_message(message: str, type: str)
```
Pretty print with color and type of message.



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "Pylibft",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "python,CTF,Pentest,automation",
    "author": "Wiloti",
    "author_email": "contact@wiloti.fr",
    "download_url": "https://files.pythonhosted.org/packages/8a/b0/5340fd3fb599667f6e1a4156dbc243113b874d0b4db3d623941cf94fd4a9/Pylibft-0.0.3.tar.gz",
    "platform": null,
    "description": "# Pylibft\nPersonal python module for my daily usage on CTF/Pentest/Coding\n\n## Import\n\n```python\nfrom Pylibft import *\n```\nOr by specifying the Functions\n\n```python\nfrom Pylibft import base_convert, bin2hex\n```\n## Functions\n\n```python\nbase_convert(number: str, fromBase: int, toBase: int)\n```\nSame as the `PHP` function, return a string containing `number` represented in base `toBase`.\n\n```python\nbin2hex(string: str)\n```\nSame as the `PHP` function, return string containing the hexadecimal representation of string.\n\n```python\nhex2bin(string: str)\n```\nSame as the `PHP` function, decode a hexadecimally encoded binary string.\n\n```python\nprint_message(message: str, type: str)\n```\nPretty print with color and type of message.\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "You can find here some functions that can help you during the automation in CTF/Pentest.",
    "version": "0.0.3",
    "split_keywords": [
        "python",
        "ctf",
        "pentest",
        "automation"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "268b95b09b88745870a7a70c56430ceea1b769ef0aaf63d6582eb916bd64e9ea",
                "md5": "18a3442453c1bbe534531ca57fa14f17",
                "sha256": "9f73573ab7a3322234d67272430e459b92dc22814c1fa46b6ed4a19a7eeea789"
            },
            "downloads": -1,
            "filename": "Pylibft-0.0.3-py2-none-any.whl",
            "has_sig": false,
            "md5_digest": "18a3442453c1bbe534531ca57fa14f17",
            "packagetype": "bdist_wheel",
            "python_version": "py2",
            "requires_python": null,
            "size": 4288,
            "upload_time": "2023-04-04T19:51:18",
            "upload_time_iso_8601": "2023-04-04T19:51:18.214275Z",
            "url": "https://files.pythonhosted.org/packages/26/8b/95b09b88745870a7a70c56430ceea1b769ef0aaf63d6582eb916bd64e9ea/Pylibft-0.0.3-py2-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "8ab05340fd3fb599667f6e1a4156dbc243113b874d0b4db3d623941cf94fd4a9",
                "md5": "79fd25ebd549282cffd04cad6178bdb6",
                "sha256": "2fc39c360c499388146643d87c55e06237f158e4569d4f64070d2e456e3a4927"
            },
            "downloads": -1,
            "filename": "Pylibft-0.0.3.tar.gz",
            "has_sig": false,
            "md5_digest": "79fd25ebd549282cffd04cad6178bdb6",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 2584,
            "upload_time": "2023-04-04T19:51:21",
            "upload_time_iso_8601": "2023-04-04T19:51:21.936522Z",
            "url": "https://files.pythonhosted.org/packages/8a/b0/5340fd3fb599667f6e1a4156dbc243113b874d0b4db3d623941cf94fd4a9/Pylibft-0.0.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-04-04 19:51:21",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "lcname": "pylibft"
}
        
Elapsed time: 0.06294s