kze (25)in #security • 5 years ago4300+ Google DorksMassive compilation of over 4,300 google dorks queries which can be used to identify vulnerable servers. parent…kze (25)in #python • 5 years agoDetecting English (or other languages) textDetermining if a message is English (or any language for that matter) can be accomplished by simply loading a…kze (25)in #python • 5 years agoUseful Python DecoratorsPython decorators are incredible useful for extending functions with other functionality. import functools is…