Jump to content

Willkommen Gast

Navigation

Links

Als Gast hast du nur eingeschränkten Zugriff!


Sign In 

Create Account

Du bist nicht angemeldet und hast somit nur einen sehr eingeschränkten Zugriff auf die Features unserer Community.
Um vollen Zugriff zu erlangen musst du dir einen Account erstellen. Der Vorgang sollte nicht länger als 1 Minute dauern.

  • Antworte auf Themen oder erstelle deine eigenen.
  • Schalte dir alle Downloads mit Highspeed & ohne Wartezeit frei.
  • Erhalte Zugriff auf alle Bereiche und entdecke interessante Inhalte.
  • Tausche dich mich anderen Usern in der Shoutbox oder via PN aus.
 

   

Photo

[S] Coder für ein einfaches Tool

- - - - -

  • Please log in to reply
1 reply to this topic

#1
desmond

desmond

    Hacker

  • Banned
  • PipPipPipPipPipPipPipPip
  • Likes
    177
  • 216 posts
  • 524 Bedankt
  • 522927
  • verifiziert

Hallo Community,

vll ist jemand so lieb von euch und würde mir folgendes Tool coden:

 

Tool:

Loginfeld User & PW untereinander

 

Nur beim eingeben der richtigen Accountdaten, generiert es im selben Ordner eine .apk namens servertool.apk, bei falschen Daten gibt es die Meldung Accountdaten wurden nicht gefunden.

 

Die Accountdaten bräuchte ich auch noch, welche übrigens egal sind, können irgendwelche sein, aber Hauptsache verschieden.

 

Die generierte .apk Datei sollte 1-2mb groß sein und irgendein verschlüsselten Text enthalten.

 


damon@exploit.im
522927


#2
Ar@m!s

Ar@m!s

    Noob

  • Members
  • PipPip
  • Likes
    5
  • 10 posts
  • 1 Bedankt
#cs ----------------------------------------------------------------------------

 AutoIt Version: 3.3.12.0
 Author:         myName

 Script Function:
    Template AutoIt script.

#ce ----------------------------------------------------------------------------

#include <ButtonConstants.au3>
#include <EditConstants.au3>
#include <GUIConstantsEx.au3>
#include <StaticConstants.au3>
#include <WindowsConstants.au3>
#include <FileConstants.au3>
#include <File.au3>



;=======================================================
; editiere mich !!!
;=======================================================
global $LOGIN_DB[10][2]
$LOGIN_DB[0][0] = "USER1"
$LOGIN_DB[0][1] = "PASS1"

$LOGIN_DB[1][0] = "USER2"
$LOGIN_DB[1][1] = "PASS2"

$LOGIN_DB[2][0] = "USER3"
$LOGIN_DB[2][1] = "PASS3"
; usw...

;=======================================================



#Region ### START Koda GUI section ### Form=
$Form1 = GUICreate("apBuilder", 602, 287, 192, 206)
$User =GUICtrlCreateInput("", 208, 152, 193, 21)
$Password =GUICtrlCreateInput("", 208, 184, 193, 21)
$Button1 = GUICtrlCreateButton("Login", 264, 224, 81, 33, $WS_GROUP)
$Group1 = GUICtrlCreateGroup("Group1", -8, 784, 345, 41)
GUICtrlCreateGroup("", -99, -99, 1, 1)
GUICtrlCreateLabel("User:", 176, 152, 26, 17)
GUICtrlCreateLabel("Password:", 152, 184, 50, 17)
GUISetState(@SW_SHOW)
#EndRegion ### END Koda GUI section ###

While 1
    $nMsg = GUIGetMsg()
    Switch $nMsg
        Case $GUI_EVENT_CLOSE
            Exit

        Case $Button1
            Login()
    EndSwitch
WEnd


func Login()
    For $i = 0 To $LOGIN_DB[0][0]
        ;MsgBox(0, "", "USER:  " & $aArray[$i][0] & @CRLF & "PASSWORD:  " & $aArray[$i][1])
        if GUICtrlRead($User) = $LOGIN_DB[$i][0] And GUICtrlRead($Password) = $LOGIN_DB[$i][1] then
            BuildAPK()
        Else
            MsgBox(0,"LOGIN","Accountdaten wurden nicht gefunden.")
        EndIf
    Next
EndFunc

Func Random_str($size)
    Local $sText = ""
    For $i = 1 To $size
        $sText &= Chr(Random(65, 122, 1))
    Next
    Return $sText
EndFunc   ;==>Example

func BuildAPK()

    Local $sFilePath = @ScriptDir & "\servertool.apk"
    Local $hFile

    if _FileCreate($sFilePath) then
        $hFile = FileOpen($sFilePath, $FO_APPEND)
        If $hFile  Then
            $sRandomText = Random_str(1024)
            For $i = 0 To 1024
                FileWrite($hFile, $sRandomText)
            Next
            FileClose($hFile)
            MsgBox(0,"BUILD","OK")
        EndIf
    EndIf
EndFunc

Entsprechende Zeilen editieren und mit autoit kompilieren!

Fertig.


Edited by Ar@m!s, 20 September 2015 - 20:33 Uhr.

  • smc2014 and desmond like this



  Topic Forum Started By Stats Last Post Info

user(s) are reading this topic

members, guests, anonymous users


This topic has been visited by 33 user(s)


    .Puma, Ar@m!s, B1nary, Benutzer, Blackhook, bumg2, Bypass, casamonica, Cube, DarkSky, Darkxor, desmond, dev-0, DieHinata, easysurfer, Emalik Xantier, Framerater, gutzuu, Imperial, keyb0ardz, kingcrackzzz, Kiyoko, lNobodyl, loken, lolorollo, mantwohouse, matad0r, n1nja, PAZ, pdr0, smc2014, twixeis, xar
Die besten Hacking Tools zum downloaden : Released, Leaked, Cracked. Größte deutschsprachige Hacker Sammlung.