Home
last modified time | relevance | path

Searched refs:hash_regex (Results 1 – 12 of 12) sorted by relevance

/dports/security/sqlmap/sqlmap-1.3.12/sqlmap/lib/utils/
H A Dhash.py941 for hash_regex in hash_regexes:
953 if re.match(hash_regex, hash_):
966 elif hash_regex in (HASH.SSHA,):
968 elif hash_regex in (HASH.SSHA256,):
970 elif hash_regex in (HASH.SSHA512,):
972 elif hash_regex in (HASH.ORACLE_OLD, HASH.POSTGRES):
974 elif hash_regex in (HASH.ORACLE,):
978 elif hash_regex in (HASH.CRYPT_GENERIC,):
984 elif hash_regex in (HASH.DJANGO_MD5, HASH.DJANGO_SHA1):
986 elif hash_regex in (HASH.WORDPRESS,):
[all …]
/dports/www/elixir-phoenix/phoenix-1.3.3/test/phoenix/
H A Ddigester_test.exs6 @hash_regex ~S"[a-fA-F\d]{32}"
62 assert json["latest"]["phoenix.png"] =~ ~r"phoenix-#{@hash_regex}.png"
93 assert json["digests"][key]["digest"] =~ ~r"#{@hash_regex}"
190 refute Enum.any?(output_files, & &1 =~ ~r/file-#{@hash_regex}.[\w|\d]*.[-#{@hash_regex}/)
199 |> Enum.find(&(&1 =~ ~r"app-#{@hash_regex}.css"))
207 assert digested_css =~ ~r"/phoenix-#{@hash_regex}\.png\?vsn=d"
220 |> Enum.find(&(&1 =~ ~r"app.js-#{@hash_regex}.map"))
224 |> Enum.find(&(&1 =~ ~r"app-#{@hash_regex}.js"))
240 |> Enum.find(&(&1 =~ ~r"app.js-#{@hash_regex}.map"))
244 |> Enum.find(&(&1 =~ ~r"app-#{@hash_regex}.js"))
[all …]
/dports/emulators/cemu/CEmu-1.3/gui/qt/deploy-scripts/
H A Dappveyor_helper.py244 def validate_gen(filename, chksum_file, hash_name, hash_regex, hash_func): argument
256 hash_match = re.match(hash_regex, correct_hash)
/dports/sysutils/cfengine318/cfengine-3.18.1/cf-agent/
H A Dverify_users_pam.c150 pcre *hash_regex = CompileRegex("^\\s+password\\s*=\\s*(\\S+)"); in GetAIXShadowHash() local
192 pcre_result = pcre_exec(hash_regex, NULL, buf, strlen(buf), 0, 0, submatch_vec, 6); in GetAIXShadowHash()
209 pcre_free(hash_regex); in GetAIXShadowHash()
/dports/sysutils/cfengine317/cfengine-3.17.0/cf-agent/
H A Dverify_users_pam.c150 pcre *hash_regex = CompileRegex("^\\s+password\\s*=\\s*(\\S+)"); in GetAIXShadowHash() local
192 pcre_result = pcre_exec(hash_regex, NULL, buf, strlen(buf), 0, 0, submatch_vec, 6); in GetAIXShadowHash()
209 pcre_free(hash_regex); in GetAIXShadowHash()
/dports/sysutils/cfengine316/cfengine-3.16.0/cf-agent/
H A Dverify_users_pam.c149 pcre *hash_regex = CompileRegex("^\\s+password\\s*=\\s*(\\S+)"); in GetAIXShadowHash() local
191 pcre_result = pcre_exec(hash_regex, NULL, buf, strlen(buf), 0, 0, submatch_vec, 6); in GetAIXShadowHash()
208 pcre_free(hash_regex); in GetAIXShadowHash()
/dports/sysutils/cfengine-devel/core-d08ae9eff/cf-agent/
H A Dverify_users_pam.c150 pcre *hash_regex = CompileRegex("^\\s+password\\s*=\\s*(\\S+)"); in GetAIXShadowHash() local
192 pcre_result = pcre_exec(hash_regex, NULL, buf, strlen(buf), 0, 0, submatch_vec, 6); in GetAIXShadowHash()
209 pcre_free(hash_regex); in GetAIXShadowHash()
/dports/sysutils/cfengine/cfengine-3.19.0/cf-agent/
H A Dverify_users_pam.c150 pcre *hash_regex = CompileRegex("^\\s+password\\s*=\\s*(\\S+)"); in GetAIXShadowHash() local
192 pcre_result = pcre_exec(hash_regex, NULL, buf, strlen(buf), 0, 0, submatch_vec, 6); in GetAIXShadowHash()
209 pcre_free(hash_regex); in GetAIXShadowHash()
/dports/sysutils/cfengine319/cfengine-3.19.0/cf-agent/
H A Dverify_users_pam.c150 pcre *hash_regex = CompileRegex("^\\s+password\\s*=\\s*(\\S+)"); in GetAIXShadowHash() local
192 pcre_result = pcre_exec(hash_regex, NULL, buf, strlen(buf), 0, 0, submatch_vec, 6); in GetAIXShadowHash()
209 pcre_free(hash_regex); in GetAIXShadowHash()
/dports/science/pcmsolver/pcmsolver-1.3.0/doc/cloc_tools/
H A Dcloc.pl4059 my $hash_regex = qr/^([a-f\d]{5,40}|master|HEAD)$/;
4070 } elsif ($opt_force_git or $file_or_dir =~ m/$hash_regex/) {
/dports/misc/cloc/cloc-1.90/
H A Dcloc4885 my $hash_regex = qr/^([a-f\d]{5,40}|master|HEAD)(~\d+)?$/;
4896 } elsif ($opt_force_git or $file_or_dir =~ m/$hash_regex/) {
/dports/misc/cloc/cloc-1.90/Unix/
H A Dcloc4871 my $hash_regex = qr/^([a-f\d]{5,40}|master|HEAD)(~\d+)?$/;
4882 } elsif ($opt_force_git or $file_or_dir =~ m/$hash_regex/) {