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 directory /appz/ -xxx -html -htm -php -shtml -opendivx -md5 -md5sumskze (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 dictionary, calculating percentage of words that are in the…kze (25)in #python • 5 years agoUseful Python DecoratorsPython decorators are incredible useful for extending functions with other functionality. import functools is required for each of these decorators. Write results to file…