Jump to content

Bandit - Python security linter


cwade12c
 Share

Recommended Posts

Bandit is a tool designed to find common security issues in Python code. To do this, Bandit processes each file, builds an AST from it, and runs appropriate plugins against the AST nodes. Once Bandit has finished scanning all the files, it generates a report.

 

 

Get Bandit: https://github.com/PyCQA/bandit

Edited by cwade12c
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Similar Content

    • cwade12c
      By cwade12c
      Shodan is an Internet of Things search engine that allows you to search and scan a wide variety of devices using a wide array of filters. Some will limit their information gathering to things that they see on the web. You can go beyond this, and Shodan is a tool to help with that: phones, controllers, refrigerators, etc. Shodan has powerful dashboards, community curated filters, and a powerful API to let you plug right into their platform.
      Here is a HackerSploit video covering some of the basics of Shodan:
       
      And if you want to check out the engine for yourself...well, here you go!
      Link to website: https://www.shodan.io/
×
×
  • Create New...