http://www.prcheckingtool.com

Selasa, 24 Mei 2011

Download UMPlayer for free

Video player for linux is cool
can play much better movie ..
UMPLAYER name ..

many advantages in this umplayer .. of which can directly search videos from youtube, to further please read and read on his official site
Please try it ..

Link  http://www.umplayer.com/download/

how to Install  

sudo add-apt-repository ppa:nilarimogard/webupd8
sudo apt-get update
sudo apt-get install umplayer

Selengkapnya...

How to beautify the terminal II (bashstyle-NG)



are confused about where to start writing ...: D
this time it may be said as a continuation of my previous post

about how to enhance your Linux terminal or console that we have
but the difference this time we will use tools help to do it ..:)
bashstyle-NG is a tool for editing graphics-editing console console us .. not only can we edit-edit with this tool, but a text editor applications that use a terminal / console such as vim and nano.

I certainly look forward to is not entirely dependent on these tools, meaning that it is better if we do while learning little by little about bash scripting can we do this ...:), premises with a view source on this tool ..

location of the source of these tools is on
usr / share / bashstyle-ng /

sajha directly in the process installasinya ...
very easy ..:)
please download the file here
http://code.google.com/p/bashstyle-ng/downloads/list

if you are a user ubuntu / debian then only the *. deb tingga take its course ..
then click 2x .. or can also use the terminal

# sudo dpkg-i-ng_7.8.1 bashstyle-1nano_all.deb

if your users debian-based distro that does not please her take-source *. tar.bz2 ...
(read readmenya)
or it could be in the following manner:
1. tar.gz file extract it
2. enter k foder extractannya
3. . / configure
4. make
5. sudo make install

nach I did not explain about using it, because I am sure you will understand after a successful installation:).
(live tick-tick sajha: D)

nach if still confused to use it please paste this:
file: / / / usr / share / doc / bashstyle-ng / index.html in your web browser (mozilla & sejenisnnya)

The following are some screenshots of this application.,


Good Luck
Selengkapnya...

IT is interesting Case

Web Hacking - Attacks and Defense

foto berita artikel
Cover Buku - Web Hacking & PertahannyaBook Category : Internet
ISBN 979-731-036-1
By Stuart McClure, Saumil Shah, Sheeraj Shah
16x23cm, 369pages
2nd Published, 2007

The hackers, either in the form of petty vandalism or in the form of large-scale cyber robbery, entered the world of the Web along with everyone else. Organizations that implement Web-based business applications face increasing risks. Book Web Hacking: Attacks and Defense is a guide to obtain the latest information about the attack on the Web and defenses. McClure Stuar a security expert (author of the book Hacking Exposed), Saumil Shah and Shah Sheeraj bring widely diverse forms of attack on the Web and how the defense against it.

Readers both beginners and experienced, will gain an understanding of how the hacking on the Web and can improve skills in developing models of defense against such attacks. Technologies discussed include Web programming languages ​​and protocols, protocols, and Web and database systems, pambayaran and shopping trolleys, and the principal weaknesses in the URL.
The main points of discussion include:
Glance on the Web and what is the target of hackers.
Methods for a complete Web application security
Detailed analysis of hack techniques
Prevention methods
What can be done to take a commission weaknesses
Case studies and scenarios assault
Tools, methods, and advanced Web technology hacking.

by http://virga-06.blogspot.com/2009/01/kasus-it-yang-menarik.html#comment-form Selengkapnya...

how to restore your grub

maybe time to reinstall windows.,. or something that causes us ga grub look ..: D many ways you can do to restore grub in linux, brief, the following is the way I often use to snatch back the lost grub loader .. heee ....
booting from live CD, truz open the terminal ...
sudo fdisk-l

   
Device Boot Start End Blocks Id System / Dev/sda1 1 9726 78124063 + 7 HPFS / NTFS / Dev/sda2 * 12159 21717 76782667 + 7 HPFS / NTFS / Dev/sda3 9727 12158 19526753 + 5 Extended / Dev/sda4 21 718 30 401 83 Linux 69,754,230 / Dev/sda5 10 787 9728 8514450 82 Linux swap / Solaris / Dev/sda6 10788 12158 11011072 7 HPFS / NTFS
Partition table entries are not in disk order

hiyaaa .... linux partition is on / dev/sda4 / next:
sudo mount-t ext4 / dev/sda4 / mnt / sudo mount-t proc proc / mnt / proc / sudo mount-t sysfs sys / mnt / sys / sudo mount-o bind / dev / / mnt / dev / sudo chroot / mnt / bin / bash
adjusted peritah
sudo mount-t ext4 / dev/sda4 / mnt / <<
with command2 is already typed in above, we can see the results at the terminal, that we actually get into the linux system that is in HD, but we take only the terminal sajha (/ bin / bash)
now lives sajha grub reinstall it:)
grub-install / dev / sda grub-install / dev/sda4

Good Luck
Selengkapnya...

7 tips & triks installasi BT 5



This time I share tips about a few things to be done & on time & will consider installing BT 5as we all know that the backtrack team has just issued a new release,,:)but also a variety of problems in the face of friends in doing the installation.without winded width let's discuss one by one
1. VGA as if not in support

  
after "startx" black blank screen .,.:(This problem arises because the existing script grub.cfg nomodesetmore or less like this:# # # BEGIN / etc/grub.d/10_linux # # #menuentry 'Ubuntu, with Linux 2.6.38' - ubuntu class - class gnu-linux - gnu class - class os {
        
recordfail
        
insmod ext2
        
set root = '(hd0, 4)'
        
search - no-floppy - fs-uuid - set 4e732f15-95f4-47bf-ad22-a21c890674ca
        
linux / boot/vmlinuz-2.6.38 root = UUID = 4e732f15-95f4-47bf-ad22-a21c890674ca text ro splash vga = 791 nomodeset
        
initrd / boot/initrd.img-2.6.38
text command nomodeset splash vga = 791 mean machine / laptop we are forced to follow the default settings provided by VGA at devloper backtrackto overcome his nomodeset please delete it and then add the 0x in front of hex numbers,so it looks like:# # # BEGIN / etc/grub.d/10_linux # # #menuentry 'Ubuntu, with Linux 2.6.38' - ubuntu class - class gnu-linux - gnu class - class os {
        
recordfail
        
insmod ext2
        
set root = '(hd0, 4)'
        
search - no-floppy - fs-uuid - set 4e732f15-95f4-47bf-ad22-a21c890674ca
        
linux / boot/vmlinuz-2.6.38 root = UUID = 4e732f15-95f4-47bf-ad22-a21c890674ca text ro splash vga = 0x791
        
initrd / boot/initrd.img-2.6.38
thus automatically operating system (backtrack 5), will adjust the resolution with our VGA cards, so now we can see the desktop backtrack. AMEN.

then please do the installation:) with comfortable ..:)

Selengkapnya...

SET on backtrack 5 (multi tabnabbing)

How are u all friends ???

This is a tutorial on SET (social engennering toolkit)

and that became our discussion is a multi tabnabbing .,.:)

of several attacks that can be embarked with tools this one ...:)

This is a matter of Malang Univ workshop on 21 May 2011

thanks for committees and all participants .,.:)

please maav if a lot of the flaws.. because that perfection belongs only to Allah alone ...:)

okay.. I try to explain what is necessary sajha friends noticed ..:)

The first of each attack must have the flaws and strengths masing2.,.)

liad friend when the attack could this be done / in combination with spoofing techniques .,.:)

& try to compare with that do not use spoofing ..

compares very simple way.,

try to directly access IP address spoofing attacker done without user input the same password then dsna .,.:)

then try waged by spoofing.. can see where the weaknesses of such an attack is ..:)

which both make sure the apache web server is off ...

because by default Apache will be run by the SET

for more details, please download the video tutorial:)

http://www.4shared.com/file/Bh7ZYeSd/multi_tabnabbing.html

Total files * zip: 28.363 KB | 2011-05-21 |

video formats: * ogv (linux dedicated)

This slideshowny I uploadkan also:

http://www.box.net/shared/zjpfqlzv85

I hope what I give is useful to broaden the friends of all .. AMEN ..

survived overnight week to the celebration .,.:)

"Do not take the crown, if not have a throne"


Source by http://www.devirakhjib.uni.cc/2011/05/set-on-backtrack-5-multi-tabnabbing.html Selengkapnya...

run as root chromium-browser (BT 5)

why my google chrome can not run as root it?



hee ....
do not be discouraged ...

follow my suggestion ...

Please open your terminal

then typing in a terminal the following command


root@bt:~# hexedit /usr/lib/chromium-browser/chromium-browser



that the numbers of hexa decimalnya..: p
that many of the dots were in the form of ascii

press [TAB] to move into the its ascii mode.

Your task now is to find the word "geteuid"
press ctrl + s type geteuid,,, ctrl + s = search.
easy?





last lived instead of just writing "geteuid" so "getppid"

can not?

make sure corsor shape on the right fonts will be deleted ...
continue to delete using backspace ... the letter is not lost ... tp try to input the letter that we will change




Ok now you can run your Browser please


Selengkapnya...

The Social-Engineer Toolkit (SET) v1.4 “YAY DerbyCon” Edition has been released.


The Social-Engineer Toolkit v1.4 “YAY DerbyCon” Edition has been released. The main new feature with this is the new addition into the web attack menu. SET now has the ability to help aid in steps needed in creating a code signing certificate. You still need to purchase the code signing certificate, but it will not be directly imported into SET and into the Java Applet attack making the attack much more believable and make the attack much more reliable. Overall, through doing the steps myself, it will cost you around $300-350 to get everything setup. You’ll need to register a business with the state (which takes 5 mins), wait for your papers, then purchase a code signing certificate and sign the applet with whatever you made your business name. Sounds like a bit of a process I know, but when doing consulting engagements, should be easy to purchase a code signing certificate based on your company name or just register a quick LLC to get it.
Amongst this addition are a number of bug fixes and additions. Full change log can be found below:
~~~~~~~~~~~~~~~~
version 1.4
~~~~~~~~~~~~~~~~
* Java changed how self signed certificates work. It shows a big UNKNOWN now, modified self sign a bit.
* Added the ability to purchase a code signing certificate and sign it automatically. You can either import or create a request.
* Fixed a bug in the wifi attack vector where it would not recognize /usr/local/sbin/dnsspoof as a valid path
* Fixed a bug in the new backtrack5 to recognize airmon-ng
* Added the ability to import your own code signed certificate without having to generate it through SET
* Fixed an issue where the web templates would load two java applets on mistake, it now is correct and only loads one
* Fixed a bounds exception issue when using the SET interactive shell, it was using pexpect.spawn and was changed to subprocess.Popen instead
* Added better import detection and error handling around the python module readline. Older versions of python may not have, if it detects that python-readline is not installed it will disable tab completion
* Added a new menu to the main SET interface that is the new verified codesigning certificate menu
* Fixed a bug with the SET interactive shell that if you selected a number that was out of the range of shells listed, it would hang. It now throws a proper exception if an invalid number or non-numeric instance is given for input
* Added more documentation around the core modules in the SET User_Manual
* Updated the SET_User manual to reflect version 1.4


source : http://www.secmaniac.com/ Selengkapnya...

Senin, 23 Mei 2011

Hacker and Cracker differences and result

Hacker and Cracker differences and result
Hacker 1.Mempunyai ability to analyze the weaknesses of a system or site. For example: if a hacker tries to test the site Yahoo! confirmed the contents of those sites will not be messy and distracting others. Usually hackers reported this incident to be repaired to be perfect. 2.Hacker have the ethical and creative in designing a program that is useful for anyone. 3. A hacker is not stingy to share his knowledge to people who seriously the name of science and virtue.
While a cracker, he was able to create a program for the benefit of himself and is destructive or damaging and make a profit. Sebagia example: Viruses, Theft of Credit Card, Code Warez, Defrauding Bank Account, Password Theft E-mail/Web Server. Can stand alone or in groups in action. Having your site or our channel in IRC are hidden, only certain people can access it. Having an IP that can not be traced. The most frequent case is that Carding Credit Card Theft and burglary site and change everything in it becomes a mess. For example: Yahoo! never experienced anything like this so it can not be accessed in a long time, the case of the most hotly discussed clickBCA.com 2001.
The impact by Hacker and Cracker
• Hacker: make more advanced Internet technologies for hackers to use his expertise in computers to view, find and fix vulnerabilities security system in a computer system or in a software, make the passion to work an administrator back to life because of hackers helps administrators to strengthen their network. • Cracker: destroy and paralyze the entire computer system, so that the network user data is damaged, lost, or changed.
of course we all want the science they use is really for the advancement of technology. right?
Selengkapnya...

BlackBerry Bold 9780 Specs



Research in Motion (RIM) this week introduced a new line of smartphones, the BlackBerry Bold 9780. Armed with the operating system (OS) BlackBerry 6, this smartphone promises many advantages compared to previous versions, series 9700 or Onyx. 3G phone with 2.4 inch screen this seems indeed to be the mainstay of RIM in improving the ability of Onyx. One of these capabilities are enhanced camera with auto focus, flash and digital zoom and twice (PC World, 2010).

BlackBerry Bold 9780 Full Specifications (GSMArena):


BlackBerry Bold 9780 Specs
Selengkapnya...

Nokia Starts Work on Windows Phone Pertamany


Nokia getting cool it seems that Nokia did not want to linger in preparing for the Windows mobile Phone 7 (WP7) them. The CEO Stephen Elop was explained, the current Nokia handsets start working on their first Windows phone.
This news is not too surprising. The reason Nokia did mamatok WP7 target that the phone they already circulating in the market next year.
The agreement between Nokia and Microsoft are lasted five years. On the one hand Micosoft really looking for hardware that is quite capable partner, while Nokia is maintaining its market which has declined, undermined Android, BlackBerry and iPhone.
Selengkapnya...

Playbook like that Blackberry + Android

We can see now Playbook will contain applications from Android. Playbook will have an additional Blackberry Java and Android applications to be packaged in a Blackberry Application World.

The application provided an Android applications from Android 2.3 (Gingerbread). Playbook itself will be released simultaneously in America and Canada on 19 April.
In addition to leaks about the incorporation of different applications of this platform, Research In Motion (RIM) also announced that Playbook will be equipped with HTML5 and Flash. To support the feature game, Ideaworks Lab and Unity Technologies will develop, good engine and its game platform.
With this information official, later Playbook will contain no fewer than 25,000 applications from the Blackberry Java and 200,000 more Android applications.
Thus, the "war" platform and the device will be more interesting. Playbook, which was undoubtedly due to less aggressive, now answer the doubts that. Processes that are not in a hurry and quickly selling like Android or iPad tablet was behind it actually offers something of a stir.
The plan, a demo for this new platform will be made ​​on 3 April.
Selengkapnya...