The Wayback Machine - https://web.archive.org/web/20200927154802/https://github.com/topics/cybersecurity
Skip to content
#

cybersecurity

Here are 1,179 public repositories matching this topic...

This repository is primarily maintained by Omar Santos and includes thousands of resources related to ethical hacking / penetration testing, digital forensics and incident response (DFIR), vulnerability research, exploit development, reverse engineering, and more.
  • Updated Sep 27, 2020
  • Python
gnuradio
marcusmueller
marcusmueller commented Jun 20, 2020

unicode_literals was necessary pre-Python 2.6; absolute_import pre-2.5.

It's especially not necessary on Py3.

Hence in the sence of cleaning up the source tree, deletion of all from __future__ import something from the python files is desirable. This should ideally not happen manually, but with a script, or command line: we need to do that on master, but it might also be desirable to

mlmarkovic
mlmarkovic commented Jul 15, 2020

Most .py files use #!/usr/bin/python3 as shebang, but few others use #!/usr/bin/env python3.

Files which use #!/usr/bin/env python3:

./contrib/eventdb/common.py
./intelmq/bin/intelmq_generate_misp_objects_templates.py
./intelmq/tests/bots/parsers/github_feed/test_parser.py

These files should use #!/usr/bin/python3 for the sake of consistency.

Improve this page

Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.