Skip to content
View Lazula's full-sized avatar
Block or Report

Block or report Lazula

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
Lazula/README.md

Lazula

(See below for licensing info)

Hi! I'm Lazula, sometimes LazulaTenshi. I'm a collaborator on radare2. I'm not an expert - I mostly help manage code style and quality, as well as bugfixes.

I am not a developer by trade; I am a security professional. I'm far more comfortable analyzing and breaking down existing code than creating it myself, though I'm not out of my depth creating scripts to assist in or automate common tasks. I'm most skilled in Python and C. I'm also learning some C++, and have used Lua a little bit, mostly for modding Don't Starve.

I'm trying to branch out my experience by contributing to other projects.

Certifications

  • OSCP
  • CompTIA Pentest+
  • CCNA
  • CCNA Security

My Projects

  • MAPIS: MAPIS (Multi-API Search) is a project I developed during my first internship at a SOC. It allows you to fetch data from multiple API endpoints, and caches all information in local JSON files with an optional disk quota.
  • optinit: optinit is a tool I created due to issues I encountered with Kali's livebuild toolkit. It installs a collection of public repositories and custom scripts written by me.
  • cryptopals: A collection of solutions for the challenges at cryptopals.com written in raw C89. The only library used is GMP for the large numbers required by asymmetric encryption.

Contributions

Licensing

The following applies only to repositories created by me. This does not apply to contributions to radare2 or other projects with specific licensing guidelines.

Most of my code is distributed under GPL3.0 ONLY. If code written by me does not have a license associated with it, assume the terms of GPL3.0 ONLY. This does not override any relevant licensing requirements.

Pinned

  1. MAPIS MAPIS Public

    Collect data from multiple API endpoints in JSON format. Streamline reporting with built-in screenshot functionality.

    Python

  2. optinit optinit Public

    Initialize a pentesting utility directory with customizable JSON templates.

    Python

  3. cryptopals cryptopals Public

    A collection of solutions for the challenges at cryptopals.com in C89

    C

  4. radare2 radare2 Public

    Forked from radareorg/radare2

    UNIX-like reverse engineering framework and command-line toolset

    C

  5. linux-pulse-pipe-audio-to-mic linux-pulse-pipe-audio-to-mic Public

    Quick and dirty script for getting application audio to Discord on Linux via PulseAudio

    Shell