Skip to content

Commit 5d49d28

Browse files
committed
#604 force python3 in all analyzers and responders
1 parent 8bc03a4 commit 5d49d28

47 files changed

Lines changed: 47 additions & 47 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

analyzers/Autofocus/analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33
from autofocus import AutoFocusAPI, AFSample, AFServerError, AFClientError, AFSampleAbsent
44
from cortexutils.analyzer import Analyzer

analyzers/BackscatterIO/backscatter-io.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
from backscatter import Backscatter
44
from collections import defaultdict, OrderedDict

analyzers/C1fApp/cifquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33
import json
44
import requests

analyzers/CIRCLPassiveDNS/circl_passivedns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import pypdns
33
from cortexutils.analyzer import Analyzer
44

analyzers/CIRCLPassiveSSL/circl_passivessl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
import pypssl
33
from cortexutils.analyzer import Analyzer
44

analyzers/Crtsh/crtshquery.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33

44
import requests

analyzers/CuckooSandbox/cuckoosandbox_analyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33

44
from cortexutils.analyzer import Analyzer

analyzers/CyberCrime-Tracker/cct.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# -*- coding: utf-8 -*-
33
from cortexutils.analyzer import Analyzer
44
from cybercrimetracker.cybercrimeTrackerAPI import cybercrimeTrackerAPI

analyzers/Cyberprotect/CyberprotectAnalyzer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33

44
import requests

analyzers/DNSDB/dnsdb.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python3
22
# encoding: utf-8
33
import datetime
44
from urllib2 import HTTPError

0 commit comments

Comments
 (0)