Skip to content

Here I'll put my Python snippets that may be useful for one or the other purpose.

Notifications You must be signed in to change notification settings

Ak-wa/Useful-Python-Snippets

Repository files navigation

Useful-Python-Snippets

python size lastcommit follow

Here I put my Python snippets that may be useful for one or the other purpose.

check_sqli.py

  • Checks for basic SQL Injection on a list of targets
  • Adds "'"(part of SQL Syntax) to the end of url & checks response html for SQL errors
  • Usage in code: check_sqli("example_target_list.txt")

convert_cyrillic_ru.py

  • Converts russian cyrillic chars into 'normal' ones
  • Usage in code: `convert_cyrillic_ru("еxампле")

haveibeenpwned.py

robots_check.py

  • Checks a website.com/robots.txt for entries & prints them out
  • Usage in code: robots_check("https://www.example.com")

tor_check.py

  • Tries to route the script through tor on socks5://127.0.0.1:9150 ; prints your remote ip address.

About

Here I'll put my Python snippets that may be useful for one or the other purpose.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages