framapiaf.org est l'un des nombreux serveurs Mastodon indépendants que vous pouvez utiliser pour participer au fédiverse.
Un service Mastodon fourni par l'association d’éducation populaire Framasoft.

Administré par :

Statistiques du serveur :

1,4K
comptes actifs

#tips

29 messages29 participants1 message aujourd’hui

New Open-Source Tool Spotlight 🚨🚨🚨

Mimikatz is a well-known open-source tool for extracting credentials from Windows systems. It can retrieve plaintext passwords, hash credentials, and even Kerberos tickets from memory. Used by both researchers and attackers, it highlights the importance of secure credential management in Active Directory environments. #CyberSecurity #WindowsSecurity

🔗 Project link on #GitHub 👉 github.com/gentilkiwi/mimikatz

#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity

✨
🔐 P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking 💻🏴‍☠️

New Open-Source Tool Spotlight 🚨🚨🚨

Bettercap is a powerful, modular tool for network attacks and monitoring. It supports ARP spoofing, DNS spoofing, packet sniffing, and more. Written in Go, it's flexible and efficient for intercepting and manipulating network traffic on various protocols. #cybersecurity #networking

🔗 Project link on #github 👉 github.com/bettercap/bettercap

#Infosec #Cybersecurity #Software #Technology #News #CTF #Cybersecuritycareer #hacking #redteam #blueteam #purpleteam #tips #opensource #cloudsecurity

✨
🔐 P.S. Found this helpful? Tap Follow for more cybersecurity tips and insights! I share weekly content for professionals and people who want to get into cyber. Happy hacking 💻🏴‍☠️

To automatically remove deleted remote git branches at git pull, here is the configuration you need:

```
git config remote.origin.prune true
```

This is not the default but it's very useful. I've been using it for years at work without knowing it wasn't the default behavior, until I started to use git at home outside of my own repositories.

stackoverflow.com/a/18718936

Stack OverflowAutomatic prune with Git fetch or pullIf someone deleted a remote branch because the work is over and I don't know, I won't do a git fetch --prune and eventually I will push back the deleted branch. Is there a viable solution for forc...

Here's a KDE Plasma 6 power feature you probably had no idea existed.

Hit Meta+T on your keyboard.

You can define tiles on each of your screens.

Now grab a window and hold shift - it will snap to the closest tile!

This way you can arrange windows on your screen(s) in a way that will keep them sharing your screen's area without ever overlapping.

Doing this manually always took so much time and was so fiddly...

You're welcome!

#KDE#Plasma#Linux