Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dltcollab/tangle-dos-attacker
DoS attack experiment for IOTA
https://github.com/dltcollab/tangle-dos-attacker
dos iota
Last synced: 7 days ago
JSON representation
DoS attack experiment for IOTA
- Host: GitHub
- URL: https://github.com/dltcollab/tangle-dos-attacker
- Owner: DLTcollab
- Created: 2018-09-21T12:51:19.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-26T10:46:20.000Z (about 6 years ago)
- Last Synced: 2024-11-12T22:13:22.040Z (2 months ago)
- Topics: dos, iota
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DOS-attack-with-FPGA-accelerator
DOS attack experiment for IOTA mainnet.# Prerequisites
```
1. sudo apt-get install python-pip python-setuptools python-dev python3-dev \
build-essential libssl-dev libffi-dev2. pip install pyota
```# Build
```
make all
```# Test
```
python3 test.py
```It issues transactions to Tangle.
"Tag" is "YILLKIDATTACK".
[more detail](https://hackmd.io/s/SkffgwLw7)