

import string
def clean(user_input, allow=string.ascii_letters):
return "".join(c for c in user_input if c in allow)

tgoe wrote:Notice the brony.js attack was real.

limdis wrote:tgoe wrote:Notice the brony.js attack was real.
I was going to ask in the other thread but felt it would be a bit off topic to his site being pentested. What is a brony attack? All I am finding are crazy ponies. I feel like Im getting trolled harder the longer I try to figure it out lol. Please explain what the attack is lol


CheezHacker wrote:Try [url]projecteuler.net[/url] if you're in to math and/or problem solving. Problems range from 'That was hard-ish' to 'SHOOT ME'

Return to Interpreted Languages
Users browsing this forum: No registered users and 0 guests