Skip to content

Instantly share code, notes, and snippets.

View avelardi's full-sized avatar

Tony Velardi avelardi

View GitHub Profile
### Keybase proof
I hereby claim:
* I am avelardi on github.
* I am avelardi (https://keybase.io/avelardi) on keybase.
* I have a public key whose fingerprint is 92D3 B27B 63C7 4812 9388 C18C 6718 8DE0 F81E 5C73
To claim this, I am signing this object:
@avelardi
avelardi / .gitignore
Created May 11, 2016 00:53 — forked from octocat/.gitignore
Some common .gitignore configurations
# Compiled source #
###################
*.com
*.class
*.dll
*.exe
*.o
*.so
*.pyc
@avelardi
avelardi / MS-2
Created May 16, 2016 14:48 — forked from BBcan177/MS-2
MS-2 pfBlockerNG - DNSBL Malicious Domain Names
# http://research.zscaler.com/2015/04/irc-botnets-alive-effective-evolving.html?spref=tw
api1.wipmania.com.wipmsc.ru
update.wipmania.com.raulhost.ru
api1.wipmania.com
api2.wipmania.com
api3.wipmania.com
api4.wipmania.com
api5.wipmania.com
api6.wipmania.com
api7.wipmania.com
@avelardi
avelardi / 0_reuse_code.js
Created July 6, 2016 22:03
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
Hi CVE Assignemnt Team,
I would like to request a CVE for a buffer overflow in ImageMagick that was fixed in the following commit:
https://github.com/ImageMagick/ImageMagick/commit/dd84447b63a71fa8c3f47071b09454efc667767b
Details of the vulnerability in the forwarded message:
Begin forwarded message:
@avelardi
avelardi / gist:4ebf0901c950228c0a22d3c9c4eec83e
Created August 25, 2016 19:41
Weechat Config 08-25-2016
#
# weechat -- weechat.conf
#
[debug]
[startup]
command_after_plugins = ""
command_before_plugins = ""
display_logo = on
178.32.218.13
185.116.213.71
176.31.116.163
71.19.248.195
95.140.34.11
65.198.72.201
52.33.240.247
134.213.54.163
82.103.130.187
54.91.184.211
#!/usr/bin/python2.7
#
# Dahua backdoor Generation 2 and 3
# Author: bashis <mcw noemail eu> March 2017
#
# Credentials: No credentials needed (Anonymous)
#Jacked from git history
#
import string
#
# weechat -- weechat.conf
#
# WARNING: It is NOT recommended to edit this file by hand,
# especially if WeeChat is running.
#
# Use /set or similar command to change settings in WeeChat.
#
# For more info, see: https://weechat.org/doc/quickstart
#
project(nheqminer)
cmake_minimum_required(VERSION 3.5)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11") # -Wall
## Enable solvers here
#### older slower
option(USE_CPU_TROMP "USE CPU_TROMP" OFF)
option(USE_CUDA_TROMP "USE CUDA_TROMP" OFF)
#### faster