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 "uri" | |
| require "securerandom" | |
| require "net/http" | |
| require "digest/md5" | |
| url = URI.parse("http://ctfq.sweetduet.info:10080/~q9/flag.html") | |
| uname = "q9" | |
| realm = "secret" | |
| qop = "auth" | |
| nc = "00000001" |
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
| $TTL 120 | |
| @ SOA ns1.randomserver.com. webmaster.xvideos.com. ( | |
| 2015032008 | |
| 28800 | |
| 3600 | |
| 604800 | |
| 1800 ) | |
| NS ns1.randomserver.com. | |
| NS ns2.randomserver.com. | |
| NS ns3.randomserver.com. |
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 "net/https" | |
| require "securerandom" | |
| require "openssl" | |
| require "base64" | |
| require "uri" | |
| require "erb" | |
| include ERB::Util | |
| http_method = "POST" |
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 "webrick" | |
| server = WEBrick::HTTPServer.new({ | |
| :BindAddress => "localhost", | |
| :Port => 8080 | |
| }) | |
| server.mount_proc("/") do |req, res| | |
| puts req | |
| end | |
| server.start |
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
| <?php | |
| header('Content-Type: application/json'); | |
| $secret = 'hogehoge'; | |
| $repo = 'hoge'; | |
| function generate_response($code) { | |
| $response = array( | |
| '200' => array( | |
| 'status' => 'success', |
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
| #!/usr/bin/ruby | |
| require "http" | |
| require "json" | |
| @url = "http://api.twitpic.com/2/users/show.json" | |
| @page = 1 | |
| if ARGV[0] != nil | |
| if ARGV[1] == nil | |
| loop do |
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
| OpenSSL> s_client -connect smtp.gmail.com:587 -starttls smtp | |
| CONNECTED(00000003) | |
| depth=2 C = US, O = GeoTrust Inc., CN = GeoTrust Global CA | |
| verify error:num=20:unable to get local issuer certificate | |
| verify return:0 | |
| --- | |
| Certificate chain | |
| 0 s:/C=US/ST=California/L=Mountain View/O=Google Inc/CN=smtp.gmail.com | |
| i:/C=US/O=Google Inc/CN=Google Internet Authority G2 | |
| 1 s:/C=US/O=Google Inc/CN=Google Internet Authority G2 |
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
| using System; | |
| using System.Linq; | |
| public class Stap | |
| { | |
| static string stap; | |
| static int i = 0; | |
| static void Main(string[] args) | |
| { |
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
| i = 1 | |
| loop do | |
| s = ("A".."Z").to_a.sample(4).join | |
| print "#{s}細胞!" | |
| if s =~ /STAP/ | |
| puts "\n\n#{i}回目で陽性かくにん!\nよかった☆" | |
| break | |
| end | |
| i += 1 | |
| end |
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
| <6>[ 0.000000] Initializing cgroup subsys cpu | |
| <5>[ 0.000000] Linux version 3.0.8-02825-g9e39b8c (ubuntu@ip-10-166-55-151) (gcc version 4.4.1 (Sourcery G++ Lite 2010q1-202) ) #1 SMP PREEMPT Sat Aug 3 23:03:37 PDT 2013 | |
| <4>[ 0.000000] CPU: ARMv7 Processor [412fc09a] revision 10 (ARMv7), cr=10c5387f | |
| <4>[ 0.000000] CPU: VIPT nonaliasing data cache, VIPT aliasing instruction cache | |
| <4>[ 0.000000] Machine: OMAP4 Bowser4 board | |
| <4>[ 0.000000] ATAGS:gyro_cal_size=36. | |
| <4>[ 0.000000] 0 1 2 3 4 5 6 7 8 9 a b c d e f | |
| <4>[ 0.000000] 000: 00 00 00 24 00 05 FB CA FF FD C1 78 FF FE 80 FB | |
| <4>[ 0.000000] 001: FF FF BD 8F FF FF FC 80 FF FF FE 60 00 00 09 E0 | |
| <4>[ 0.000000] 002: A4 83 1E E0 |