Onionr/scripts
Kevin Froman 3422ca43ff Fixing block syncing quirks 2020-08-25 15:02:13 -05:00
..
README.md added cleanup test and test-re-runner automation script 2020-03-09 21:43:18 -05:00
announce-attack.py fixed housekeeping being broken 2020-03-03 05:55:50 -06:00
block-spammer.py add readline to client api request crafter 2020-08-23 05:53:43 -05:00
block-tor.sh work on tor blocking detection 2020-08-11 23:49:26 -05:00
client-api-request-crafter.py add readline to client api request crafter 2020-08-23 05:53:43 -05:00
disable-dev-config.py Fixing block syncing quirks 2020-08-25 15:02:13 -05:00
enable-dev-config.py dev toggle scripts toggle animated background 2020-06-27 18:00:31 -05:00
passphrase-generator.py Added passphrase generator script 2020-01-29 15:44:01 -06:00
pretty-default-config.py Added default config formatter script 2020-03-27 20:59:38 -05:00
run-unit-test-by-name.py added cleanup test and test-re-runner automation script 2020-03-09 21:43:18 -05:00
stats-server.py added stats reporter 2020-03-31 04:00:48 -05:00
sybil-attack.py implemented the sybil attack script 2020-08-23 11:54:14 -05:00
torrc added sybil attack script 2020-08-23 07:17:10 -05:00
unblock-tor.sh Show a terminal message if bridge is enabled but one is not set. By design, there is no easy way for us to get Tor bridges automatically 2020-08-12 13:16:13 -05:00

README.md

This directory contains useful scripts and utilities that don't make sense to include as official Onionr features.

passphrase-generator.py: very simple utility to generate and print a strong passphrase to stdout. 256 bits of entropy by default. enable-dev-config.py/disable-dev-config.py: enable/disable dev default config setup block-spammer.py: attack tool for spamming blocks announce-attack.py: flood a node with false nodes run-unit-test-by-name: runs a unit test (no browser, runtime or intgegration test) by name