Cyber spellbook for developers.
Project description
CyberBook
This is a collection of functions / tools that are used frequently enough to store them some place.
Example
from CyberBook.DecoderRing import DecoderRing
from CyberBook.modules import listener, wordlists
# CrypticItems
x = DecoderRing(data="test")
x.base64_encode()
print(f"{x.altered_data}")
# NetworkPortals
print(f"{listener.gather()}")
# FileSystemMagic
print(f'{wordlists.read_wordlist(file="someWords.lst")}')
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
CyberBook-0.0.3.tar.gz
(18.9 kB
view hashes)