tibidico.com
  • Home
Subscribe
Tagged

Technology

Technology, programming, IT and cybersecurity

How to make git not always ask for your username and password on your computer
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

  • Juan Luis Sánchez Vázquez
Juan Luis Sánchez Vázquez Sep 18, 2025 • 1 min read
How to get all subdomains of a domain
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

  • Juan Luis Sánchez Vázquez
Juan Luis Sánchez Vázquez Sep 18, 2025 • 2 min read
tibidico.com © 2026
  • Contact
  • About
Powered by Ghost