Category
code snippets that can be imported in your program to speed up development
Uuidv4 generator
from whiteheadbanger
Modules
This module provides a function that can generate a UUID version 4, ensuring random uniqueness.
uuid4.src
Grsa
from irtsa-dev
Modules
A simple implementation of RSA Key Generation in greyscript for the game Grey Hack. Comes with included encryption and decryption functions.
grsa.src
Bltings
from irtsa-dev
Modules
Adds more functions into greyscript from Grey Hack to utilize in scripts by either extending existing object/classes or adding as standalone functions similar to "builtin" functions.
bltings.src
Unit testing & mocking library
from olipro
Modules
These two scripts allow you to write unit tests and mock classes or global functions. An example of some tests is included.
Example.src MiniTest.src MiniMock.src
Mail lib
from roupi
Modules
wrapper to the metamail standard api.
mail.src
Thor cli api tool
from roupi
Modules
api to make building cli programs easier (clone of Thor ruby gem) ALPHA VERSION
greetings.src
List lib
from roupi
Modules
map each to_list select and reject functions
listLib.src tests.src
Scan class
from roupi
Modules
scan class module
scan.src
Nmap class
from roupi
Modules
nmap class module
nmap.src
Convert memory_scan into a map
from roupi
Modules
converts scan_address output to a map easier to process
mem_scan_exploits.src