ss4Ju's User Educator Application [RIPPED/DENIED]

Discussion in 'Archives' started by ss4Ju, Jun 7, 2007.

Thread Status:
Not open for further replies.
ss4Ju's User Educator Application [RIPPED/DENIED]
  1. Unread #1 - Jun 7, 2007 at 2:30 AM
  2. ss4Ju
    Joined:
    Jan 31, 2007
    Posts:
    622
    Referrals:
    1
    Sythe Gold:
    0

    ss4Ju Forum Addict
    Banned

    ss4Ju's User Educator Application [RIPPED/DENIED]

    Contents
    -Tut On Cracking Zip Password Files
    -Tut On Unlimited Download Time For Rapidshare
    -Tut On Converting Youtube Vids Online and Downloading
    -An A-Z Index of The Windows XP Command Line
    -Speed Up Internet for Windows XP
    -Explanation on why i should become user Educator.




    1. Tut On Cracking Zip Password Files..
    What is FZC? FZC is a program that cracks zip files (zip is a method of compressing multiple files into one smaller file) that are password-protected (which means you're gonna need a password to open the zip file and extract files out of it). You can get it anywhere - just use a search engine such as altavista.com.
    FZC uses multiple methods of cracking - bruteforce (guessing passwords systematically until the program gets it) or wordlist attacks (otherwise known as dictionary attacks. Instead of just guessing passwords systematically, the program takes passwords out of a "wordlist", which is a text file that contains possible passwords. You can get lots of wordlists at www.theargon.com.).
    FZC can be used in order to achieve two different goals: you can either use it to recover a lost zip password which you used to remember but somehow forgot, or to crack zip passwords which you're not supposed to have. So like every tool, this one can be used for good and for evil.
    The first thing I want to say is that reading this tutorial... is the easy way to learn how to use this program, but after reading this part of how to use the FZC you should go and check the texts that come with that program and read them all. You are also going to see the phrase "check name.txt" often in this text. These files should be in FZC's directory. They contain more information about FZC.
    FZC is a good password recovery tool, because it's very fast and also support resuming so you don't have to keep the computer turned on until you get the password, like it used to be some years ago with older cracking programs. You would probably always get the password unless the password is longer than 32 chars (a char is a character, which can be anything - a number, a lowercase or undercase letter or a symbol such as ! or &) because 32 chars is the maximum value that FZC will accept, but it doesn't really matter, because in order to bruteforce a password with 32 chars you'll need to be at least immortal..heehhe.. to see the time that FZC takes with bruteforce just open the Bforce.txt file, which contains such information.
    FZC supports brute-force attacks, as well as wordlist attacks. While brute-force attacks don't require you to have anything, wordlist attacks require you to have wordlists, which you can get from www.theargon.com. There are wordlists in various languages, various topics or just miscellaneous wordlists. The bigger the wordlist is, the more chances you have to crack the password.
    Now that you have a good wordlist, just get FZC working on the locked zip file, grab a drink, lie down and wait... and wait... and wait...and have good thoughts like "In wordlist mode I'm gonna get the password in minutes" or something like this... you start doing all this and remember "Hey this guy started with all this bullshit and didn't say how I can start a wordlist attack!..." So please wait just a little more, read this tutorial 'till the end and you can do all this "bullshit".

    We need to keep in mind that are some people might choose some really weird passwords (for example: 'e8t7@$^%*gfh), which are harder to crack and are certainly impossible to crack (unless you have some weird wordlist). If you have a bad luck and you got such a file, having a 200MB list won't help you anymore. Instead, you'll have to use a different type of attack. If you are a person that gives up at the first sign of failure, stop being like that or you won't get anywhere. What you need to do in such a situation is to put aside your sweet xxx MB's list and start using the Brute Force attack.
    If you have some sort of a really fast and new computer and you're afraid that you won't be able to use your computer's power to the fullest because the zip cracker doesn't support this kind of technology, it's your lucky day! FZC has multiple settings for all sorts of hardware, and will automatically select the best method.

    Now that we've gone through all the theoretical stuff, let's get to the actual commands.


    --------------------------------------------------------------------------------
    Bruteforce
    --------------------------------------------------------------------------------


    The command line you'll need to use for using brute force is:

    fzc -mb -nzFile.zip -lChr Lenght -cType of chars

    Now if you read the bforce.txt that comes with fzc you'll find the description of how works Chr Lenght and the Type of chars, but hey, I'm gonna explain this too. Why not, right?... (but remember look at the bforce.txt too)

    For Chr Lenght you can use 4 kind of switches...

    -> You can use range -> 4-6 :it would brute force from 4 Chr passwors to 6 chr passwords
    -> You can use just one lenght -> 5 :it would just brute force using passwords with 5 chars
    -> You can use also the all number -> 0 :it would start brute forcing from passwords with lenght 0 to lenght 32, even if you are crazy i don't think that you would do this.... if you are thinking in doing this get a live...
    -> You can use the + sign with a number -> 3+ :in this case it would brute force from passwords with lenght 3 to passwords with 32 chars of lenght, almost like the last option...

    For the Type of chars we have 5 switches they are:

    -> a for using lowercase letters
    -> A for using uppercase letters
    -> ! for using simbols (check the Bforce.txt if you want to see what simbols)
    -> s for using space
    -> 1 for using numbers


    Example:
    If you want to find a password with lowercase and numbers by brute force you would just do something like:

    fzc -mb -nzTest.zip -l4-7 -ca1

    This would try all combinations from passwords with 4 chars of lenght till 7 chars, but just using numbers and lowercase.

    *****
    hint
    *****

    You should never start the first brute force attack to a file using all the chars switches, first just try lowercase, then uppercase, then uppercase with number then lowercase with numbers, just do like this because you can get lucky and find the password much faster, if this doesn't work just prepare your brain and start with a brute force that would take a lot of time. With a combination like lowercase, uppercase, special chars and numbers.


    --------------------------------------------------------------------------------
    Wordlis
    --------------------------------------------------------------------------------

    Like I said in the bottom and like you should be thinking now, the wordlist is the most powerfull mode in this program. Using this mode, you can choose between 3 modes, where each one do some changes to the text that is in the wordlist, I'm not going to say what each mode does to the words, for knowing that just check the file wlist.txt, the only thing I'm going to tell you is that the best mode to get passwords is mode 3, but it takes longer time too.
    To start a wordlist attak you'll do something like.

    fzc -mwMode number -nzFile.zip -nwWordlist

    Where:

    Mode number is 1, 2 or 3 just check wlist.txt to see the changes in each mode.
    File.zip is the filename and Wordlist is the name of the wordlist that you want to use. Remember that if the file or the wordlist isn't in the same directory of FZC you'll need to give the all path.

    You can add other switches to that line like -fLine where you define in which line will FZC start reading, and the -lChar Length where it will just be read the words in that char length, the switche works like in bruteforce mode.
    So if you something like

    fzc -mw1 -nztest.zip -nwMywordlist.txt -f50 -l9+

    FZC would just start reading at line 50 and would just read with length >= to 9.

    Example:

    If you want to crack a file called myfile.zip using the "theargonlistserver1.txt" wordlist, selecting mode 3, and you wanted FZC to start reading at line 50 you would do:

    fzc -mw3 -nzmyfile.zip -nwtheargonlistserver1.txt -f50





    --------------------------------------------------------------------------------
    Resuming
    --------------------------------------------------------------------------------

    Other good feature in FZC is that FZC supports resuming. If you need to shutdown your computer and FZC is running you just need to press the ESC key, and fzc will stop. Now if you are using a brute force attack the current status will be saved in a file called resume.fzc but if you are using a wordlist it will say to you in what line it ended (you can find the line in the file fzc.log too).
    To resume the bruteforce attack you just need to do:

    fzc -mr

    And the bruteforce attack will start from the place where it stopped when you pressed the ESC key.
    But if you want to resume a wordlist attack you'll need to start a new wordlist attack, saying where it's gonna start. So if you ended the attack to the file.zip in line 100 using wordlist.txt in mode 3 to resume you'll type

    fzc -mw3 -nzfile.zip -nwwordlist.txt -f100

    Doing this FZC would start in line 100, since the others 99 lines where already checked in an earlier FZC session.




    2. Tut On Unlimited Download Time For Rapidshare.....
    Its very easy to fool Rapid Share server if your IP address is assigned by your ISP. Just follow these simple steps

    clean up IE or netscape cookie( In this case the one that belong to rapidshare website)
    On Command prompt
    type -----> ipconfig /flushdns <---Enter
    type -----> ipconfig /release <---Enter
    type -----> ipconfig /renew <---Enter
    type -----> exit <--------Enter
    Or save these commands in a bat file and run it everytime you need to fool Rapidshare server.Remember to clean up rapidshare cookie in your temp Internet files folder.

    Now you should be ready to download as many files as you want from their server.





    3. Tut On Converting Youtube Vids Online and Downloading...
    Vixy allows you convert a Flash Video / FLV file (YouTube's videos,etc) to MPEG4 (AVI/MOV/MP4/MP3/3GP) file online.

    [​IMG]

    It is using a compressed domain transcoder technology. It converts FLV to MPEG4 faster and less lossy than a typical transcoder.

    When you submit an url, it will download and convert to the video format. Then you can download the converted file.




    4. An A-Z Index of the Windows XP command line....
    ADDUSERS Add or list users to/from a CSV file
    ARP Address Resolution Protocol
    ASSOC Change file extension associations
    ASSOCIAT One step file association
    AT Schedule a command to run at a later time
    ATTRIB Change file attributes

    BOOTCFG Edit Windows boot settings
    BROWSTAT Get domain, browser and PDC info

    CACLS Change file permissions
    CALL Call one batch program from another
    CD Change Directory - move to a specific Folder
    CHANGE Change Terminal Server Session properties
    CHKDSK Check Disk - check and repair disk problems
    CHKNTFS Check the NTFS file system
    CHOICE Accept keyboard input to a batch file
    CIPHER Encrypt or Decrypt files/folders
    CleanMgr Automated cleanup of Temp files, recycle bin
    CLEARMEM Clear memory leaks
    CLIP Copy STDIN to the Windows clipboard.
    CLS Clear the screen
    CLUSTER Windows Clustering
    CMD Start a new CMD shell
    COLOR Change colors of the CMD window
    COMP Compare the contents of two files or sets of files
    COMPACT Compress files or folders on an NTFS partition
    COMPRESS Compress individual files on an NTFS partition
    CON2PRT Connect or disconnect a Printer
    CONVERT Convert a FAT drive to NTFS.
    COPY Copy one or more files to another location
    CSVDE Import or Export Active Directory data

    DATE Display or set the date
    Dcomcnfg DCOM Configuration Utility
    DEFRAG Defragment hard drive
    DEL Delete one or more files
    DELPROF Delete NT user profiles
    DELTREE Delete a folder and all subfolders
    DevCon Device Manager Command Line Utility
    DIR Display a list of files and folders
    DIRUSE Display disk usage
    DISKCOMP Compare the contents of two floppy disks
    DISKCOPY Copy the contents of one floppy disk to another
    DNSSTAT DNS Statistics
    DOSKEY Edit command line, recall commands, and create macros
    DSADD Add user (computer, group..) to active directory
    DSQUERY List items in active directory
    DSMOD Modify user (computer, group..) in active directory

    ECHO Display message on screen
    ENDLOCAL End localisation of environment changes in a batch file
    ERASE Delete one or more files
    EXIT Quit the CMD shell
    EXPAND Uncompress files
    EXTRACT Uncompress CAB files

    FC Compare two files
    FDISK Disk Format and partition
    FIND Search for a text string in a file
    FINDSTR Search for strings in files
    FOR /F Loop command: against a set of files
    FOR /F Loop command: against the results of another command
    FOR Loop command: all options Files, Directory, List
    FORFILES Batch process multiple files
    FORMAT Format a disk
    FREEDISK Check free disk space (in bytes)
    FSUTIL File and Volume utilities
    FTP File Transfer Protocol
    FTYPE Display or modify file types used in file extension associations

    GLOBAL Display membership of global groups
    GOTO Direct a batch program to jump to a labelled line

    HELP Online Help
    HFNETCHK Network Security Hotfix Checker

    IF Conditionally perform a command
    IFMEMBER Is the current user in an NT Workgroup
    IPCONFIG Configure IP

    KILL Remove a program from memory

    LABEL Edit a disk label
    LOCAL Display membership of local groups
    LOGEVENT Write text to the NT event viewer.
    LOGOFF Log a user off
    LOGTIME Log the date and time in a file

    MAPISEND Send email from the command line
    MEM Display memory usage
    MD Create new folders
    MODE Configure a system device
    MORE Display output, one screen at a time
    MOUNTVOL Manage a volume mount point
    MOVE Move files from one folder to another
    MOVEUSER Move a user from one domain to another
    MSG Send a message
    MSIEXEC Microsoft Windows Installer
    MSINFO Windows NT diagnostics
    MSTSC Terminal Server Connection (Remote Desktop Protocol)
    MUNGE Find and Replace text within file(s)
    MV Copy in-use files

    NET Manage network resources
    NETDOM Domain Manager
    NETSH Configure network protocols
    NETSVC Command-line Service Controller
    NBTSTAT Display networking statistics (NetBIOS over TCP/IP)
    NETSTAT Display networking statistics (TCP/IP)
    NOW Display the current Date and Time
    NSLOOKUP Name server lookup
    NTBACKUP Backup folders to tape
    NTRIGHTS Edit user account rights

    PATH Display or set a search path for executable files
    PATHPING Trace route plus network latency and packet loss
    PAUSE Suspend processing of a batch file and display a message
    PERMS Show permissions for a user
    PERFMON Performance Monitor
    PING Test a network connection
    POPD Restore the previous value of the current directory saved by PUSHD
    PORTQRY Display the status of ports and services
    PRINT Print a text file
    PRNCNFG Display, configure or rename a printer
    PRNMNGR Add, delete, list printers set the default printer
    PROMPT Change the command prompt
    PsExec Execute process remotely
    PsFile Show files opened remotely
    PsGetSid Display the SID of a computer or a user
    PsInfo List information about a system
    PsKill Kill processes by name or process ID
    PsList List detailed information about processes
    PsLoggedOn Who's logged on (locally or via resource sharing)
    PsLogList Event log records
    PsPasswd Change account password
    PsService View and control services
    PsShutdown Shutdown or reboot a computer
    PsSuspend Suspend processes
    PUSHD Save and then change the current directory

    QGREP Search file(s) for lines that match a given pattern.

    RASDIAL Manage RAS connections
    RASPHONE Manage RAS connections
    RECOVER Recover a damaged file from a defective disk.
    REG Read, Set or Delete registry keys and values
    REGEDIT Import or export registry settings
    REGSVR32 Register or unregister a DLL
    REGINI Change Registry Permissions
    REM Record comments (remarks) in a batch file
    REN Rename a file or files.
    REPLACE Replace or update one file with another
    RD Delete folder(s)
    RDISK Create a Recovery Disk
    RMTSHARE Share a folder or a printer
    ROBOCOPY Robust File and Folder Copy
    ROUTE Manipulate network routing tables
    RUNAS Execute a program under a different user account
    RUNDLL32 Run a DLL command (add/remove print connections)

    SC Service Control
    SCHTASKS Create or Edit Scheduled Tasks
    SCLIST Display NT Services
    ScriptIt Control GUI applications
    SET Display, set, or remove environment variables
    SETLOCAL Control the visibility of environment variables
    SETX Set environment variables permanently
    SHARE List or edit a file share or print share
    SHIFT Shift the position of replaceable parameters in a batch file
    SHORTCUT Create a windows shortcut (.LNK file)
    SHOWGRPS List the NT Workgroups a user has joined
    SHOWMBRS List the Users who are members of a Workgroup
    SHUTDOWN Shutdown the computer
    SLEEP Wait for x seconds
    SOON Schedule a command to run in the near future
    SORT Sort input
    START Start a separate window to run a specified program or command
    SU Switch User
    SUBINACL Edit file and folder Permissions, Ownership and Domain
    SUBST Associate a path with a drive letter
    SYSTEMINFO List system configuration

    TASKLIST List running applications and services
    TIME Display or set the system time
    TIMEOUT Delay processing of a batch file
    TITLE Set the window title for a CMD.EXE session
    TOUCH Change file timestamps
    TRACERT Trace route to a remote host
    TREE Graphical display of folder structure
    TYPE Display the contents of a text file

    USRSTAT List domain usernames and last login

    VER Display version information
    VERIFY Verify that files have been saved
    VOL Display a disk label

    WHERE Locate and display files in a directory tree
    WHOAMI Output the current UserName and domain
    WINDIFF Compare the contents of two files or sets of files
    WINMSD Windows system diagnostics
    WINMSDP Windows system diagnostics II
    WMIC WMI Commands

    XCACLS Change file permissions
    XCOPY Copy files and folders





    5. Speed Up Internet for Windows XP

    1. First, open the Windows Registry using Regedit, and (after backing up) navigate to:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Servic es\Tcpip\ServiceProvider
    2. Note the following lines (all hex dwords):
    Class = 008 ( biggrin.gif - indicates that TCP/IP is a name service provider, don't change
    LocalPriority = 1f3 (499) - local names cache
    HostsPriority = 1f4 (500) - the HOSTS file
    DnsPriority = 7d0 (2000) - DNS
    NetbtPriority = 7d1 (2001) - NetBT name-resolution, including WINS
    3. What we're aiming to do is increase the priority of the last 4 settings, while keeping their order. The valid range is from -32768 to +32767 and lower numbers mean higher priority compared to other services. What we're aiming at is lower numbers without going to extremes, something like what's shown below should work well:
    4. Change the "Priority" lines to:
    LocalPriority = 005 (5) - local names cache
    HostsPriority = 006 (6) - the HOSTS file
    DnsPriority = 007 (7) - DNS
    NetbtPriority = 008 ( biggrin.gif - NetBT name-resolution, including WINS
    5. Reboot for changes to take effect

    2. Windows 9x/ME

    1. The tweak is essentialy the same as in Windows 2000/XP, just the location in the Registry is slightly different. For a more detailed description see the Windows 2000/XP section above
    2. Open the Windows Registry using Regedit, and (after backing up) navigate to:
    HKEY_LOCAL_MACHINE\System\CurrentControlSet\Servic es\VxD\MSTCP\ServiceProvider
    3. You should see the following settings:
    Class=hex:08,00,00,00

    LocalPriority=hex:f3,01,00,00
    HostsPriority=hex:f4,01,00,00
    DnsPriority=hex:d0,07,00,00
    NetbtPriority=hex:d1,07,00,00
    4. The "priority" lines should be changed to:
    LocalPriority=hex:05,00,00,00
    HostsPriority=hex:06,00,00,00
    DnsPriority=hex:07,00,00,00
    NetbtPriority=hex:08,00,00,00
    5. Reboot for changes to take effect

    3. System.ini IRQ Tweak - Windows 9x/ME ONLY

    1. Find your Network Card's IRQ

    1. In order to add the entry to your System.ini file, you'd first have to find your NIC's IRQ
    2. Right-click on My Computer icon on your Desktop, then left-click on Properties (a shortcut for that would be to press the 'Windows' + 'Pause' keys). Navigate to Device Manager and double-click on Computer. Under "View Resources" you will find a list of IRQs, each with description of the device that's using it. Note the IRQ number used by your Network Adapter

    2. Adding the entry to System.ini

    1. Once you've found the IRQ of your Network Card, you need to reserve some RAM for its use, by adding an entry to the System.ini file. You can edit the file in any text editor, however the easiest way is to use Windows' built in "System Configuration Editor"
    2. Navigate to Start > Run and type sysedit . Find the [386enh] Section in the System.ini file and add Irq[n]=4096 under it, where [n] is the IRQ number of your NIC and 4096 is the amount of RAM you want to reserve in Kbytes. We recommend using 4096, however you can experiment with different values if you want. Save changes in the file, exit and reboot for changes to take effect.
    Note: If you choose to try different values, keep in mind that reserving too much RAM for your NIC will decrease the amount of RAM available for applications, while reserving too little might not give the desired effect

    3. Additional Thoughts
    1. The only negative effect of the System.ini IRQ tweak is that it will reduce the amount of RAM available for running applications a bit, by reserving some specifically for your Network Card's use. The gain in performance usually outweighs the negative effect by far, considering any Computer with 32Mb of RAM or more
    2. This tweak may or may not work for you. It is not a documented tweak by Windows
    3. Keep in mind that if you add hardware to your system the IRQ of the Network Adapter might change, in which case you will need to modify the setting in System.ini
    4. In systems with multiple NICs, you might want to add the setting for both IRQs. Also, you could reserve RAM for other IRQs if you wish, just use common sense and don't forget it reduces the amount of RAM available for running applications
    5. If you are using an USB device, it does not have a specific IRQ, however you can try adding the entry using the IRQ of the USB Controller
    6. For internal Cable Modems, you'd have to add the entry using the IRQ of your modem, rather than the IRQ of a Network Card






    The reason i should get User Educator is because i know alot about computer and prety much anything you can do on or to them. I can explain things in simple short ways. I get a feeling of bliss in the end of the day know that ive helped someone no matter how smart they are. If theres something i dont know i can find it out possibly to help the other forumn member. I also have patience long enuff for someone to explain their difficulty and for me to refer them somewhere or help them myself. I know id do an excellent job so thats all. And i really want the cool thing the says user edu to put up there. Also i have hope of becoming a head user ecu one day thx.
     
  3. Unread #2 - Jun 7, 2007 at 3:33 AM
  4. iMatt
    Joined:
    May 6, 2007
    Posts:
    268
    Referrals:
    0
    Sythe Gold:
    0

    iMatt Forum Addict
    Banned

    ss4Ju's User Educator Application [RIPPED/DENIED]

    2 and 3 were very short. One of them I think was mostly copied and pasted.

    A couple of good ones. OK..
     
  5. Unread #3 - Jun 7, 2007 at 3:41 AM
  6. Deacon Frost
    Joined:
    Jan 30, 2007
    Posts:
    2,905
    Referrals:
    3
    Sythe Gold:
    57

    Deacon Frost Grand Master
    Banned

    ss4Ju's User Educator Application [RIPPED/DENIED]

  7. Unread #4 - Jun 7, 2007 at 3:44 AM
  8. Six
    Joined:
    Jan 21, 2007
    Posts:
    1,482
    Referrals:
    4
    Sythe Gold:
    12

    Six Guru

< iMatt for user ed? Again. | Selling level 118 great pker/staker >

Users viewing this thread
1 guest
Thread Status:
Not open for further replies.


 
 
Adblock breaks this site