Skip to main content

Posts

Create Your Own Calculater Using Batch Scripting

Open Notepad Copy and Paste below code And save as anyname.bat @echo off color b title Calculater :calculater echo plz enter your number color a set /p a=Value1: set /p b=Value2: set /a c=%a%+%b% set /a d=%a%-%b% set /a e=%a%*%b% set /a f=%a%/%b% pause color e echo "What Do you want? echo "1:Addition" echo "2:Substraction" echo "3:Multiplication" echo "4:Division choice /c 1234 /m "What is your option 1 , 2 , 3 or 4"%1 IF ERRORLEVEL ==4 GOTO 4 IF ERRORLEVEL ==3 GOTO 3 IF ERRORLEVEL ==2 GOTO 2 IF ERRORLEVEL ==1 GOTO 1 GOTO END :1 color b echo Output: %c% pause && cls && goto calculater :2 color 34 echo Output: %d% pause && cls && goto calculater :3 color f2 echo Output: %e% pause && cls && goto calculater :4 echo Output: %f% pause && cls && goto calculater :END echo plz enter your choice

Msfconsole Commands

back                                  Move back from the current context banner                              Display an awesome metasploit banner cd                                     Change the current working directory color                                Toggle color connect            ...

Ethical Hacking and Cyber Security Seminar

ALL BASE COMMAND FOR UNIX/Linux

An A-Z Index of the Bash command line for Linux.   alias            Create an alias •   apropos      Search Help manual pages (man -k)   apt-get        Search for and install software packages (Debian/Ubuntu)   aptitude      Search for and install software packages (Debian/Ubuntu)   aspell          Spell Checker   awk             Find and Replace text, database sort/validate/index b   basename   Strip directory and suffix from filenames   bash           GNU Bourne-Again SHell   bc               Arbitrary precision calculator language   bg   ...

Networking:) Based on Ethical Hacking And Cyber Security

ALL WINDOW CMD COMMANDS USE FOR BATCH SCRIPTING AND ETHICAL HACKING

An A-Z Index of the Windows CMD command line    ADDUSERS                  Add or list users to/from a CSV file    ADmodcmd                   Active Directory Bulk Modify    ARP                               Address Resolution Protocol    ASSOC                          Change file extension associations•    ASSOCIAT                   One step file association    AT                                  Schedule a command to run at a specific time    ATTRIB                         Change file attributes b   ...

safesecurities.com Hacked

http://www.safesecurities.com.pk/ Hacked By ManishHAcker1