<img ... title=""onerror="alert(1)">
<img ... title=``onerror=`alert(1)`>
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/env python | |
| ''' | |
| Blind SQL injection Python shell | |
| BSIShell is a simple python script that permits blind SQL injection. | |
| by Rodrigo Marcos | |
| ''' |
教材:http://www.codeschool.com/courses/css-cross-country
- inline style
- 在
裡面
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 'benchmark' | |
| puts Benchmark.measure { 10000.times { print "." } } | |
| Benchmark.bm do |x| | |
| x.report('some test') { | |
| N.times { some_test } | |
| } | |
| end |
class Duck def quack end
def fly end