Install the OpenSSL on Debian based systems
sudo apt-get install openssl
/** | |
* game url : http://zzzscore.com/1to50/en/ | |
* paste code in console , and happy to hack | |
*/ | |
var Hacker = function () { | |
var self = this; | |
self.now_click_number = 1; | |
function getNextBox() { | |
if (self.now_click_number > 50) { |
# Include in kali-linux-voip: | |
## SIP: | |
### * inviteflood | |
[homepage](http://www.hackingvoip.com/sec_tools.html) | |
[kali](http://tools.kali.org/sniffingspoofing/inviteflood) | |
A tool to perform SIP/SDP INVITE message flooding over UDP/IP. |
``` | |
#------------------------ | |
# check container | |
#------------------------ | |
$ docker ps | |
#------------------------ | |
# check all containers | |
#------------------------ |
#!/usr/bin/env perl | |
print "\nContainer_ID Container_Name\n-----------------------------\n"; | |
system("docker ps --format '{{.ID}} {{.Names}}'"); | |
print "\nEnter container ID or name: "; | |
my $container = <STDIN>; # I moved chomp to a new line to make it more readable | |
chomp $container; # Get rid of newline character at the end | |
exit 0 if ($container eq ""); # If empty string, exit. | |
exec("docker exec -i -t $container /bin/bash") |
nginx/ | |
!nginx/.gitkeep | |
!nginx/logs/.gitkeep | |
src/ | |
tmp/ |
#!/bin/bash | |
# Description : Download files using curl. | |
echo "Enter the name of your flat file: " | |
read input_variable | |
echo "You entered: $input_variable" | |
#create urls variable array | |
declare urls=( `cat "$input_variable" `) |
=== http status codes =================================================== | |
1xx Informational | |
100 Continue | |
101 Switching Protocols | |
102 Processing (WebDAV; RFC 2518) | |
2xx Success | |
200 OK | |
201 Created |
//INGESTPIPELINE INGEST PIPELINE | |
DELETE /_ingest/pipeline/remove-fields | |
PUT /_ingest/pipeline/remove-fields | |
{ | |
"description": "remove a couple of fields", | |
"processors": [ | |
{ | |
"remove": { | |
"field": "foo" |
### Keybase proof | |
I hereby claim: | |
* I am Jymit on github. | |
* I am jkhondhu (https://keybase.io/jkhondhu) on keybase. | |
* I have a public key whose fingerprint is C4DD EFF7 B041 2A05 52CF A3E2 1408 DD8E CA65 430D | |
To claim this, I am signing this object: |