feitam.es How to make git not always ask for your username and password on your computer So that git does not ask you on your computer for the username and passwords every time it is required, you can cache it for a while with: git config --global credential.helper 'cache --timeout=86400' or git config --global credential.helper cache In this command we are telling it
feitam.es How to get all subdomains of a domain To get all the subdomains of a domain I use the following command based on the assetfinder tools and massdns, both available on github. It is required to have git and python installed. With git you clone the two github tools as detailed in each tool (in the case of