Skip to content

Instantly share code, notes, and snippets.

View ja1sh's full-sized avatar
🎯
Focusing

Jai Sharma ja1sh

🎯
Focusing
View GitHub Profile
# Copyright 2017-2020 Jeff Foley. All rights reserved.
# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
# Should results only be collected passively and without DNS resolution? Not recommended.
#mode = passive
mode = active
# The directory that stores the Cayley graph database and other output files
# The default for Linux systems is: $HOME/.config/amass
#output_directory = amass
@MrSuicideParrot
MrSuicideParrot / Wifi-restart.sh
Last active March 29, 2024 14:28
Restart network on kali linux, after use wirless in monitor mode
#!/bin/bash
sudo service networking restart
sudo service NetworkManager restart