Skip to content

Instantly share code, notes, and snippets.

View oxr463's full-sized avatar
💻
./configure --enable-hacker-mode

oxr463

💻
./configure --enable-hacker-mode
View GitHub Profile
@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)
@oxr463
oxr463 / README.md
Last active March 3, 2020 13:38
B-Sides Tampa 2020
@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 February 29, 2020 16:08
Offensive Python for Pentesting
@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 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 May 9, 2023 08:07
OpenWrt JSON-RPC

OpenWrt JSON-RPC

Dependencies

Authentication

@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 / csv2json.js
Last active June 15, 2020 23:42
Convert CSV to JSON
#!/usr/bin/env node
// SPDX-License-Identifier: MIT
// Convert CSV to JSON
const csv2json = require("csvjson-csv2json");
const fs = require("fs");
const process = require("process");
const util = require("util");
process.argv.forEach(function (val, index, array) {
if(val.includes(".csv")) {
@oxr463
oxr463 / schedule.md
Last active March 27, 2020 13:05
Daily Schedule

Daily Schedule

Schedule Start Time Time Interval Week Start Date
7:00 AM 60 MIN {{start_date}}
TIME SUN MON TUES WED THURS FRI SAT
7:00 AM
8:00 AM