#s1="SELECT LOWER('HELLO, WORLD');" #s2='$><<%!\x68\x65\x6c\x6c\x6F\x2c\x20\x77\x6F\x72\x6c\x64!' #(0x20..0x7e).each{|n|str=n.chr; $><<str if (!s1.include?(str)&&!s2.include?(str))} v='"#&*+-./139:=?@ABGIJKMNPQUVXYZ[]^_`abdefghijklmnopqrstuvwyz{|}~' v.each_byte{|b| v.each_byte{|c| # print b.chr+"+"+c.chr+"\n" if (b&c) == 0x20 print b.chr+"+"+c.chr+"\n" if (b&c) == 0x2c } }