Totally_Not_A_Haxxer
Totally_Not_A_Haxxer
The code is really well written for python, most of the tools like this you can tell are just extremely fake or work .1% of the time, however for the...
use YAML files, parsing and making YAML is probs the easiest thing in the world and way easier than using flags to set API keys and API tokens something as...
i was reading the bettercap source code under the `wifi_deauth.go` at https://github.com/bettercap/bettercap/blob/master/modules/wifi/wifi_deauth.go im new to networking and was confused at this code here ```go // let the network card breath...
i spent around a day looking at the code, and comparing it to other frameworks that work in the same way. i have to say while the code is nicely...
im sure you worked hard on this but HOLY MOTHER OF GOD THE CODE BURNS MY EYESSSSS [1]: you didn't throw it under a main function? why, functions and definitions...
```sh apt install git -y apt install python3 -y apt install python3-pip -y apt install python -y apt install nmap -y apt install torghost -y apt install tor -y apt...
``` printf "\e[1;77m __ __ ______ _______ ______ _______ ___ __ _ ______ _______ ______ \e[0m\n" printf "\e[1;77m| | | || || || _ | | || || | |...
I see this alot but figured i would ask you, why would you use `import "github.com/signedsecurity/sigurlfind3r/pkg/sigurlfind3r/session"` when you can just ```go import crawler_utils "path_to_File_name_of_package" ```
im sorry but not at the same time, i HIGHLY dislike it for one, there is no need for the separate files, literally 0 reasons, this is because the entire...
As a developer who developes websites, cyber weapons, and even AI this code hurt my eyes, i think it can be done way WAY better for one WHY ```python3 os.system('clear')...