Here is my tutorial on hashcat, 100% written by konvict. Requirements: hashcat Linux (just because windows is gay im gonna be doing this tutorial as a linux user) A brain (if you j... weiterlesen...
/* MUTHAFUKKEN REVERSE SHELL By a32 Do whatever you want with this code. I dont give a shit. Have fun using/modding this. I had fun coding this ;D */ #include <stdio.h> #incl... weiterlesen...
#!/usr/bin/python3 #Simple Password Generator v.01 #By: Alastor import random chars = "abcdefghijklmnopqrstuvwxyz1234567890" password = "" print("\nSimple Password Generator:") pri... weiterlesen...
public void sendMail(string username, string password, string recipient, string subject, string body) { System.Net.Mail.MailAddress toAddress = new System.Net.Mail.MailAddress(txtT... weiterlesen...
public string Base64Encode(string data) { return Convert.ToBase64String(Encoding.UTF8.GetBytes(data)); } public string Base64Decode(string data) { try { return Encoding.UTF8.GetStr... weiterlesen...
Hacked a site, got a shell up? Two days later they’ve changed the PW and you forgot the shell or some shit? Here is my autologin <?php /*==================================... weiterlesen...


Kommentare