This file contains hidden or 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
require 'anemone' | |
require 'redis' | |
require 'uuidtools' | |
redis = Redis.new(:host => "localhost", :port => 6379) | |
puts "URL to crawl: " | |
url = gets | |
Anemone.crawl(url) do |anemone| | |
anemone.on_every_page do |page| key=UUIDTools::UUID.random_create | |
puts key |
This file contains hidden or 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
require 'anemone' | |
require 'redis' | |
key=rand(0..17179869184) | |
puts key | |
redis = Redis.new(:host => "0.0.0.0", :port => 6379) | |
puts "URL to crawl: " | |
url = gets | |
Anemone.crawl(url) do |anemone| | |
anemone.on_every_page do |page| |
This file contains hidden or 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
var http = require("http"); | |
var express = require('express'); | |
var Database = require('sqlite3'); | |
var app = express(); | |
function makecookie(name,text,exdays) | |
{ | |
var text = ""; | |
var exdate=new Date; | |
var name='jssession' |
This file contains hidden or 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
var http = require("http"); | |
var express = require('express'); | |
var Database = require('sqlite3'); | |
var app = express(); | |
function makecookie() | |
{ | |
var text = ""; | |
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; | |
for( var i=0; i < 5; i++) |
This file contains hidden or 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
var http = require("http"); | |
var express = require('express'); | |
var Database = require('sqlite3'); | |
var app = express(); | |
function makecookie() | |
{ | |
var text = ""; | |
var possible = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"; | |
for( var i=0; i < 5; i++) |
This file contains hidden or 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
#!/bin/bash | |
banner=$(echo "DB Hunter"); | |
echo $banner | |
echo "How many host to scan: " | |
read host | |
echo "Output File: " | |
read output | |
nmap -v -A -iR $host -Pn -p 3306 -oG $output --append-output -O | |
nmap -v -A -iR $host -Pn -p 5432 -oG $output --append-output -O | |
nmap -v -A -iR $host -Pn -p 523 -oG $output --append-output -O |
This file contains hidden or 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
#!/bin/bash | |
for n in {1..3} | |
do | |
timed=$(( ($RANDOM % 10) + 1)) | |
done | |
index=0; | |
for n in {1..$timed} | |
do | |
sed=$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM | |
str=$RANDOM$RANDOM$sed$RANDOM$RANDOM$RANDOM >> seed.s |
This file contains hidden or 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
#!/bin/bash | |
for n in {1..3} | |
do | |
timed=$(( ($RANDOM % 10) + 1)) | |
done | |
index=0; | |
for n in {1..$timed} | |
do | |
sed=$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM | |
str=$RANDOM$RANDOM$sed$RANDOM$RANDOM$RANDOM >> seed.s |
This file contains hidden or 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
#!/bin/bash | |
for n in {1..3} | |
do | |
timed=$(( ($RANDOM % 10) + 1)) | |
done | |
index=0; | |
for n in {1..$timed} | |
do | |
sed=$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM | |
str=$RANDOM$RANDOM$sed$RANDOM$RANDOM$RANDOM >> seed.s |
This file contains hidden or 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
#!/bin/bash | |
for n in {1..3} | |
do | |
timed=$(( ($RANDOM % 10) + 1)) | |
done | |
index=0; | |
for n in {1..$timed} | |
do | |
sed=$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM$RANDOM | |
str=$RANDOM$RANDOM$sed$RANDOM$RANDOM$RANDOM >> seed.s |