Skip to content

Instantly share code, notes, and snippets.

@storenth
Forked from six2dez/axiom_config.sh
Created January 25, 2022 15:25
Show Gist options
  • Save storenth/310385e2213a6f688e0588744adf4a7f to your computer and use it in GitHub Desktop.
Save storenth/310385e2213a6f688e0588744adf4a7f to your computer and use it in GitHub Desktop.
axiom_config.sh
#!/bin/bash
# Use this as initial axiom's script on reconftw.cfg file to copy config files to the fleet
axiom-scp ~/Tools/authorized_keys '*':/home/op/.ssh/authorized_keys
axiom-exec 'mkdir -p /home/op/.config/amass/ /home/op/Tools/ /home/op/.config/subfinder/ /home/op/.config/notify/'
axiom-scp ~/.config/amass/config.ini '*':/home/op/.config/amass/config.ini
axiom-scp ~/Tools/h8mail_config.ini '*':/home/op/Tools/h8mail_config.ini
axiom-scp ~/.config/subfinder/config.yaml '*':/home/op/.config/subfinder/config.yaml
axiom-scp ~/Tools/.github_tokens '*':/home/op/Tools/.github_tokens
axiom-scp ~/.config/notify/notify.conf '*':/home/op/.config/notify/notify.conf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment