-
Hi, please add a support for Approve plugin
[ttps://www.dokuwiki.org/plugin:approve](https://www.dokuwiki.org/plugin:approve)
macin updated
2 months ago
-
Currently the `ttp` package will attempt to pickle a file and store it within the module directory.
This is not ideal when the the installation and execution can be two separate user context.
T…
kuwv updated
7 months ago
-
Hi there,
I'm having an issue with ttp as it's working fine when the Netmiko call is in the main body, but when I move all the code, including the Netmiko call, inside a function the dictionary retur…
-
Need a Type field to indicate the kind of TTP information is included: C2 nodes, bots,infrastructure, implant networks, victim networks, malware, unknown, undefined, etc.
_(suggested by someone who w…
-
### Implementation PR
_No response_
### Reference Issues
_No response_
### Summary
# TL;DR
We need the following features:
* mark certain steps as "setup steps"
* have these st…
-
Here's a sample of something that works well:
Template:
```
vlan 1234
name some_vlan
vlan 5678
vlan 910
name one_more
vlan 777
vlan {{ vlan }}
name {{ name }}
```
Out…
-
## Problem to Solve
When adding a new TTP from the knowledge space of a report, it is nowhere visible to which matrice the TTP belongs to (such as MITRE Entreprise or MITRE Mobile, or any other mat…
-
I receive this error:
2017-08-31 09:36:13,927 - app - ERROR - elasticsearch.py:fetch_related_choices(ttp) - There was an error fetching related ttps. Details: TransportError(400, 'parsing_exception…
-
Python version: 3.10.12
TTP version: 0.9.4
Example of the error:
```
import ttp
template = '''
interface {{name}}
ip address {{address}}/{{mask}}
'''
data = '''
interface Ethernet…
-
Trying to make a macro like this, and leverage for pulling bandwidth out of `show interface` from some Cisco devices with Ansible.
```
def convertBandwidth(kbps):
if not isinstance(kbps, float)…