kze (25)in #security • 5 years ago • None4300+ 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 ago • NoneDetecting 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 ago • NoneUseful Python DecoratorsPython decorators are incredible useful for extending functions with other functionality. import functools is…