This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### 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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Compiled source # | |
################### | |
*.com | |
*.class | |
*.dll | |
*.exe | |
*.o | |
*.so | |
*.pyc |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# weechat -- weechat.conf | |
# | |
[debug] | |
[startup] | |
command_after_plugins = "" | |
command_before_plugins = "" | |
display_logo = on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# 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 | |
# |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
OlderNewer