Skip to content

Instantly share code, notes, and snippets.

View Arinerron's full-sized avatar
:shipit:
Free and Open Source Bugs (FOSB)

Aaron Esau Arinerron

:shipit:
Free and Open Source Bugs (FOSB)
View GitHub Profile
@Arinerron
Arinerron / config
Created June 18, 2019 04:32
important part of i3 config
exec --no-startup-id xautolock -time 60 -locker 'i3lock -d -c 000000'
exec --no-startup-id xmodmap -e 'keycode 135 = Super_R' && xset -r 135
bindsym XF86AudioRaiseVolume exec amixer -q set Master 1%+ unmute
bindsym XF86AudioLowerVolume exec amixer -q set Master 1%- unmute
bindsym XF86AudioPlay exec playerctl play-pause
bindsym XF86AudioMute exec /usr/bin/mute
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
contact information for arinerron on teendevops
discord: @arinerron#5687
slack (teendevops.slack.com): arinerron
xmpp: aaron@k7dxs.net
irc (freenode): arinerron
import java.util.*; // import everything in util
public class GuessingGame {
public static int min = 0, max = 100; // set min to 0 and max to 100
public static boolean running = true; // set this to false, and next time it loops, it will stop
public static Scanner scanner = null; // this will be initialized by `main`
public static Random rand = new Random(); // this will be used to get a random number later
public static void main(String[] args) {
<?php
/* define the database class */
class Database {
public $host = 'localhost';
public $name = '';
public $user = '';
public $pass = '';
private $mysqli;
set number
set autoindent
set softtabstop=4
set shiftwidth=4
set expandtab
set smartindent
colors koehler
inoremap <S-Tab> <C-d>
==QPJJjYxJ0UapGbtJmCVxENWVEdvw2Zu82bn9yL6MHc0RHa
0,7.003,0,104.99,-4.375,1.237,0,7.003,3.378,1.237,1.237,2.145,2.1415,1.237,2.1415,-.003,3.378,1.237,2.1415,-1.237,-4.375,1.237,-2.1415,1.237,2.1415,1.237,-4.375,1.237,2.1415,2.1415,2.1415,9.1445,4.283,0.0006,2.1415,1.237,2.1415,-.003,0,104.99,3.378,1.237,-4.375,1.237,1.237,2.145,2.1415,2.1415,2.1415,-.003,2.1415,9.1445,9.1445,7.0027,2.1415,-.003,4.283,0.0006,2.1415,1.237,2.1415,-.003,-1.237,-2.1415,-4.375,1.237,1.237,2.145,2.1415,-.003,2.1415,7.0027,2.1415,1.237,-4.375,1.237,2.1415,2.1415,2.1415,9.1445,-7.003,0,2.1415,-1.237,-4.375,1.237,-2.1415,1.237.
2.1415,9.1445,-4.375,1.237,3.378,1.237,-4.375,1.237,4.283,0.0006,4.8615,7.0033,-4.375,1.237,2.1415,7.0027,9.1445,7.0027,2.1415,-.003,4.283,0.0006,4.283,0.0006,2.1415,1.237,0,7.003,4.283,0.0006,4.283,0.0006,2.1415,1.237,2.1415,-.003,-7.003,0,2.1415,-.003,2.1415,2.1415,4.8615,7.0033,0,-7.003,-7.003,0,9.1445,7.0027,2.1415,7.0027,2.1415,-.003,0,7.003,4.283,0.0006,2.1415,-.003,-7.003,0,4.283,0.0006,-4.375,1.237,4.8615,7.0033,0,7.003,2.1415,2.1415,2.1415,2.1415
1.237
@Arinerron
Arinerron / proxies.txt
Created July 4, 2017 20:31
this is a list of working proxies as of July 4, 2017
128.199.75.94:80
178.62.33.147:8118
170.81.42.174:80
170.83.28.2:81
177.67.83.51:80
54.207.15.49:80
138.0.152.164:3128
187.49.94.96:3128
103.76.12.118:8080
84.27.196.69:80
@Arinerron
Arinerron / turnitin.html
Created May 23, 2017 04:38
turnitin.com CSRF+XSS / proof of concept
<html>
<head>
<title>turnitin.com PoC</title>
</head>
<body>
<!--
Search for the string "[jsfile]" without quotes and replace it with the URL to your custom js file you want to run.
To test it out, replace "[jsfile]" with "https://arinerron.com/js/script.js".
-->
@Arinerron
Arinerron / M.java
Created May 13, 2017 03:54
compile and execute me
class M‮{public static void main(String[]a‭){System.out.print(new char[]
{'H','e','l','l','o',' ','W','o','r','l','d','!'});}}