Skip to content

Instantly share code, notes, and snippets.

@meicookies
Created July 12, 2021 12:20
Show Gist options
  • Select an option

  • Save meicookies/3241b88f251820eef87b9c60815a4c8e to your computer and use it in GitHub Desktop.

Select an option

Save meicookies/3241b88f251820eef87b9c60815a4c8e to your computer and use it in GitHub Desktop.
Mass Bypass Shortlink
#!/usr/bin/ruby
# coded by ./meicookies
require 'net/http'
require 'base64'
require 'json'
system "clear"
print <<-NIGGa
MASS BYPASS SHORTLINK
NIGGa
print " [+] list> "
files = gets.chomp
f = File.open(files, "r")
f.each_line { |url|
enc_url = Base64.encode64("#{url}")
urls = "https://lp.nrmn.top/api/bypass?url=#{enc_url}"
res = Net::HTTP.get(URI(urls))
hasil = JSON.parse(res)
puts "[+] DONE: \e[91m#{url}\e[0m => \e[92m#{hasil["url"]}\e[0m"
File.open('result.txt', 'a') { |s| s.puts(hasil["url"])}
}
f.close
@meicookies
Copy link
Copy Markdown
Author

meicookies commented Jul 12, 2021

currently supported

adshrink.it
linkvertise (& aliases)
t.co
shortly.xyz
sub2unlock.com / sub2unlock.net
shortconnect.com
boost.ink (& aliases)
adfoc.us
adf.ly (& aliases) / adult.xyz (& aliases)
ouo.io* / ouo.press*
ity.im
won.pe*
tii.ai / tei.ai
general redirects (tested on bit.ly, tinyurl.com, goo.gl, youtu.be, ow.ly)
za.gl
fc.lc*
exe.io* / exey.io*

@meicookies
Copy link
Copy Markdown
Author

Screenshot_2021-07-12_191720

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment