Skip to content

Instantly share code, notes, and snippets.

@oxr463
oxr463 / README.md
Last active April 1, 2020 19:50
Generate Environment Diagram for Kubernetes

Kubernetes Environment Diagrams

Dependencies

Examples

echo TODO
@oxr463
oxr463 / README.md
Last active May 9, 2023 08:07
OpenWrt JSON-RPC

OpenWrt JSON-RPC

Dependencies

Authentication

@oxr463
oxr463 / README.md
Last active February 29, 2020 20:57
Extracting an ELF from an ESP32

Extracting an ELF from an ESP32

Notes

What is an ESP?

Model: ESP-WROOM-32

@oxr463
oxr463 / README.md
Last active February 29, 2020 16:51
Automating Security Compliance At Scale

Automating Security Compliance At Scale

Ravi Devineni

Notes

Agenda

  • CI/CD Pipelines and Security
  • Security of the pipeline
@oxr463
oxr463 / README.md
Last active February 29, 2020 16:08
Offensive Python for Pentesting
@oxr463
oxr463 / index.js
Created February 26, 2020 23:41
Escape async mode in JavaScript
#!/usr/bin/env node
# SPDX-License-Identifier: MIT
"use strict";
const fs = require("fs");
function main() {
let path = "test.txt";
(async () => {
@oxr463
oxr463 / README.md
Last active March 3, 2020 13:38
B-Sides Tampa 2020
@oxr463
oxr463 / log.md
Created February 6, 2020 00:44
Cannot install virtualenv via pip3 on Android in Termux
$ pip3.8 install virtualenv
ERROR: Exception:
Traceback (most recent call last):
  File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pip/_internal/cli/base_command.py", line 153, in _main
    status = self.run(options, args)
  File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pip/_internal/commands/install.py", line 382, in run
    resolver.resolve(requirement_set)
  File "/data/data/com.termux/files/usr/lib/python3.8/site-packages/pip/_internal/legacy_resolve.py", line 201, in resolve
    self._resolve_one(requirement_set, req)