Advertisement
hamzakiller21

ss

Jun 25th, 2014
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. #!usr/bin/ruby
  2. require 'webrick'
  3. ## Baypass some sec
  4. ## Baypass ovh cloud
  5. ## baypass some server use Cagefs :D
  6. ## Hamza Killer
  7. print"[+]====================[+]\n"
  8. print"[+] Ruby Server Gen [+]\n"
  9. print"[+] HamZa-Xdz(killer) [+]\n"
  10. print"[+]====================[+]\n"
  11. print"Usage ruby x.rb port\n"
  12. print" ruby x.rb 5050 \n"
  13. port=ARGV[0]
  14. begin
  15. if port
  16. xdz = WEBrick::HTTPServer.new(:Port => port, :DocumentRoot => Dir.pwd);
  17. trap('INT') {
  18. xdz.shutdown };
  19. xdz.start
  20. end
  21. rescue
  22. puts "Some Error Her -_- \n"
  23. exit
  24. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement