Skip to content

Instantly share code, notes, and snippets.

View Jymit's full-sized avatar
:octocat:

J Jymit

:octocat:
View GitHub Profile
/**
* 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")
@Jymit
Jymit / openssl_commands.md
Created July 20, 2018 14:05 — forked from p3t3r67x0/openssl_commands.md
Some list of openssl commands for check and verify your keys

openssl

Install

Install the OpenSSL on Debian based systems

sudo apt-get install openssl
@Jymit
Jymit / .gitignore
Created June 24, 2018 13:34 — forked from karmi/.gitignore
Example Nginx configurations for Elasticsearch (https://www.elastic.co/blog/playing-http-tricks-nginx)
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" `)
@Jymit
Jymit / webapppentest
Created June 23, 2018 15:59 — forked from stevenswafford/webapppentest
Web Application Pentest Cheat Sheet
=== 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: