Password/Key Generator (Easy)
Mit diesem kleinen und einfachen code lassen sich sicherere random passwörter generieren. Man braucht: 1 Button, 1 Label = lblPwd, 1 NumericUpDown = nud Mit dem NumericUpDown kann man die Länge des Passworts einstellen. Code: Code: Public Class... weiterlesen...
Damn Vulnerable Web App (DVWA)
Vorschau : Download : http://www.randomstorm.com/dvwa-security-tool.php [php] ############################################################ ################# DAMN VULNERABLE WEB APP ################## #############################################... weiterlesen...
SSH / Webshell – mysqldump English
Alright, this has been requested, so here it is Technically, it isn’t „hacking“ per-se but it can be used along with Webshell in order to dump the database of a website. So, the syntax: Code: mysqldump -u [username] -p [databas... weiterlesen...
Vbulletin Password Logger via Email English
I know there are already threads out there with VBulletin loggers, but for the most part I’ve seen all of them writing to a file on the local server. Rarely have I ever found a writable directory on a Vbulletin Forum I’ve hacked, so... weiterlesen...
SQL Injections in MySQL 5.1+ by w0rd English
Intro: Before you begin attempting to hack via SQL Injection, you first must understand what is happening and the commands that are being run. When you see a website that looks similar to this: www.example.com/index.php?pageid=18 There is actual... weiterlesen...
C# Tutorial für Anfänger #1
Da ich mich jetzt schon eine Weile C# beschäftige, habe ich mich dazu entschlossen ein Tutorial für Anfänger zu schreiben. Es ist mein erstes Tutorial und ich hoffe es gefällt euch. Vorbereitung Um in C# zu programmieren empfehle ich euch das ko... weiterlesen...
Auto rooter by CrosS [2011]
[php]#!/usr/bin/perl #Coded By CrosS ( 2011 Linux Auto r00t3r ) print "###########################################################\n"; print "# (Beta 1.0 ) Auto rooter by CrosS #\n"; print "# Usage : #\n"; print... weiterlesen...
Metasploit Tutorial English
How tough is it to really compromise a system? As an ethical hacking instructor, that is a question that I get asked quite frequently. My usual response to this type of question is to encourage the questioner to try to compromise a system, which... weiterlesen...
Kommentare