Spaces:
Sleeping
Sleeping
File size: 1,376 Bytes
3ad73e3 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 | [
"has_https",
"has_http",
"url_length",
"number_of_dots_in_url",
"having_repeated_digits_in_url",
"number_of_digits_in_url",
"number_of_special_char_in_url",
"number_of_hyphens_in_url",
"number_of_underline_in_url",
"number_of_slash_in_url",
"number_of_questionmark_in_url",
"number_of_equal_in_url",
"number_of_at_in_url",
"number_of_dollar_in_url",
"number_of_exclamation_in_url",
"number_of_hashtag_in_url",
"number_of_percent_in_url",
"domain_length",
"number_of_dots_in_domain",
"number_of_hyphens_in_domain",
"having_special_characters_in_domain",
"number_of_special_characters_in_domain",
"having_digits_in_domain",
"number_of_digits_in_domain",
"having_repeated_digits_in_domain",
"number_of_subdomains",
"subdomain_depth",
"having_hyphen_in_subdomain",
"average_subdomain_length",
"average_number_of_hyphens_in_subdomain",
"having_special_characters_in_subdomain",
"number_of_special_characters_in_subdomain",
"having_digits_in_subdomain",
"number_of_digits_in_subdomain",
"having_repeated_digits_in_subdomain",
"having_path",
"path_length",
"having_query",
"having_fragment",
"having_anchor",
"entropy_of_url",
"entropy_of_domain",
"has_suspicious_tld",
"is_known_safe_sld",
"consonant_vowel_ratio",
"longest_digit_sequence",
"digit_letter_ratio",
"path_to_url_ratio"
] |