Skip to main content

Posts

How To Hack Facebook Using Firesheep 2017

Requirements : 1. Firefox Browser 2. Firesheep Firefox Extension Go on reading to know the hacking trick!! 1.Download firesheep Firefox extension.This is a freeware extension for Firefox browser. ( You can download it from Firefox Plugin store, otherwise Google it to download) 2.  Once installed it will open a sidebar window into your Firefox browser.   3.Now it will show all the people who are connected to unsecured wi-fi network.Once they login into your Facebook or twitter account you will get a notification and with a single click you can login into their account. This whole thing work on the technique of cookie hijacking.Once your session cookie is hacked then anybody can login into your account.These cookies can be easily captured on unsecured wi-fi network. How to protect yourself from this: The best way to protect yourself from such a hacking trick is to avoid using your Facebook or twitter accounts on unsecured wi-fi networks as it is a s...

How to check history of command which used in linux terminal

How to check all commands which I used Use this  command. # history history command example Obvious from output, the history command do not output the time stamp with the log of last executed commands. Any solution for this? Yeah! Run the below command. # HISTTIMEFORMAT="%d/%m/%y %T " # history Explanation of commands and switches. history – GNU History Library HISTIMEFORMAT – Environmental Variable   %d – Day %m – Month %y – Year %T – Time Stamp   source – in short send the contents of file to shell .bashrc – is a shell script that BASH runs whenever it is started interactively. history Command Logs Byrockatardevil

how to fix E:The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it

E:The package firefox-mozilla-build needs to be reinstalled, but I can't find an archive for it fix watch video for fix this error  root@rockstardevil:~/Downloads# apt-get update Hit:1 http://ftp.yzu.edu.tw/Linux/kali kali-rolling InRelease Traceback (most recent call last):   File "/usr/bin/debtags", line 694, in <module>     main()   File "/usr/bin/debtags", line 688, in main     sys.exit(action.main(args))   File "/usr/bin/debtags", line 632, in main     for pkg, tags in self.tags_from_apt():   File "/usr/bin/debtags", line 256, in tags_from_apt     cache = self.apt_cache   File "/usr/bin/debtags", line 241, in apt_cache     res = self._apt_cache = apt.Cache()   File "/usr/lib/python3/dist-packages/apt/cache.py", line 113, in __init__     self.open(progress)   File "/usr/lib/python3/dist-packages/apt/cache.py", line 165, in open...

how install Firefox For Another Language/latest version without error in linux

                                (WATCH VIDEO TO UNDERSTAND THANKYOU) hello youtuber ............... how install Firefox For Another Language/latest version without error Just Four Commands … 1- Download Any Language You want From /latest version: http://www.mozilla.org/en-US/firefox/all/    (i have allready installed and del older firefox so i going to skip this steps) Then /> 3- apt-get remove older firefox or icewealse  (done ) (follow me 4- firefox-51.0.1.tar.bz2 (file that u download from adove link 5- mv firefox /opt/firefox 6- ln -sf /opt/firefox/firefox /usr/bin/firefox and enjoy latest version..... thankyou for watching subs share and like by rsd 7- Done. by rockstardevil https://youtu.be/vckBqH2gZJU

how to install telegram in linux

https://youtu.be/HozwSqdkCXA FOLLOW THESE STEPS IN VIDEO AND PLZ SUBS AND LIKE THIS VIDEO THANKYOU BY ROCKSTARDEVIL

how to install vmware on kali linux

how to install vmware on kali linux dont skip any steps and if get and probem plz comment gere by rockstardevil subscribe this channel for more video

how to install bombsquard on linux

#ROCKSTARDEVIL hello guys today i am going to teach you how to install bombsquard in linux .. (bombsquard is a game avaliable for everyplatform) steps 1- download setup for linux from this link http://www.files.froemling.net/bombsquad/builds/ here are have many links but you have to diwnload only "bombsquard linux  34bit/64bit" steps 2-  fire up terminal and use this command to install. use "cd" command to locate setup and use "ls"  command to find name of the setup chmod +x "enter your file name here which you have downloaded" steps 3 - again use "ls" command to find installed setup and u will find new link there now again use terminal to run new file by this command ./"file name which u have found new in ls command"  if you getting error than use these command to fix see video how to use these command sudo sudo apt-get install gcc-multilib libc6-dev-i386 ...

steps to install Synaptic Package Manager in Linux

Synaptic Package Manager in Kali Linux tested in kali linux and ubuntu  as we know in kali there is no package installer like in ubuntu have softwere center . see this to know how u can get package installer GUI for kali linux and linux op   hello guys i am from rock star devil   Kali Linux is a fantastic operating system for penetration testing and security evaluation. It comes with virtually all security tools built in, it’s lightweight by default, and it has a huge ecosystem that is constantly helping with the project. A great benefit of using Kali comes from the larger Linux community. Open source repositories are common and can deliver virtually any kind of software you might want. You just need to know where to look, and hopefully the name of the package that you want. One package that I install on every Kali installation is Synaptic Package Manager. It is a GUI-based utility that lets me search for packages across a variety of reposit...

E: Unable to locate package for ubuntu [SOLVED]

E Unable to locate package   Solution. Elevating to root . @ubuntu:~$ sudo su Adding to deb . root@ubuntu:~# echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" > /etc/apt/sources.list.d/webupd8team-java.list Adding to deb-src root@ubuntu:~# echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu precise main" >> /etc/apt/sources.list.d/webupd8team-java.list Making sure we have the key as well. root@ubuntu:~# apt-key adv --keyserver keyserver.ubuntu.com --recv-keys EEA14886 Lets update our apt-get repository. root@ubuntu:~# apt-get update  SOLVE FOR UBUNTU LINUX BY ROCK STAR DEVIL  

steps to use Calculator in terminal

Calculator language command to install Calculator language " apt-get install bc " past this command in linux terminal (without ") run this command with  "bc" example :- root@kali:~# bc bc 1.06.95 Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. example to cal :-   root@kali:~# bc bc 1.06.95 Copyright 1991-1994, 1997, 1998, 2000, 2004, 2006 Free Software Foundation, Inc. This is free software with ABSOLUTELY NO WARRANTY. For details type `warranty'. 1+1 2 for any problem plzz comment or share  here http://rockbookzz.blogspot.in/p/idforumembed-typetextjavascript.html

How to fix Sound Problem in Kali linux

How to fix Sound Problem or Audio Issue in Rolling Kali 2016.2 dost worry #rockstardevil solved this problem......   note - first try this command - systemctl --user enable pulseaudio && systemctl --user start pulseaudio     Method 1: Follow me for fixing Audio issue in Rolling Kali 2016.2 rolling, > First open your terminal and type,     systemctl –user enable pulseaudio && systemctl –user start pulseaudio   After writing this or Copy-Paste this code hit Enter. > Wait until it running.After running this code successfully you should  Restart/Reboot system.After Restart/Reboot system you will notice that your audio is working properly. some time this doesnt work becouse of user problem but we have three more steps here        Method 2: <i & my crew use this method> > First open your terminal and type  lspci and hit enter.Then you will sho...

How to install Teamviewer on Kali Linux

How to install Teamviewer on Kali Linux Download Teamviewer from their website or HERE Place it in the root directory root@kali:~#dpkg --add-architecture i386 root@kali:~#apt-get update root@kali:~#dpkg -i teamviewer_linux_x64.deb *You will get dependency error, so you need to execute this command root@kali:~#apt-get install -f   That's all now you can enjoy tearmview for shareing file or bussisness porpose have a great day!!!!!!!!!! @rock star devil@

How to install Wine on Kali Linux, ubuntu, mint and Debian

Have you been trying to figure out the easiest way to install Wine on Kali Linux and Debian 8?. This guide will show you how to get wine working on Kali Linux. It’s also essential for running i386 packages on an amd64 version of Kali or Debian Distribution  Wine enables you to run Windows Applications on a Linux box. It’s just a Windows emulator on top of Linux. Wine works on Linux,,FreeBSD,Unixware NetBSD,Unixware,SCO OpenServer 5 and Solaris hence you can smoothly run Windows applications on these systems.  steps--  Typically you’ll need the following to run wine     The compiled Wine binary    A properly configured wine.conf and wine.sym    An installed and working X Window system    Some MS Windows programs to test Install Wine on Kali Linux , mint and ubuntu (in kali without $)      If you are running Ubuntu and Linux Mint, just enter commands below on your terminal: $ sudo add-a...

E: Unable to locate package on kali linux [SOLVED]

[Kali Linux16.2] How to Fix "E Unable to locate package" or E: Unable to locate package WATCH VIDEO TO UNDERSTAND !!!! FOR KALI 16.2 (2017.2)                                                                                 Do you ever experience something like this?? "E: Unable to locate package..."  now dont worry about this we are going to fix this problem!!!!!!!!!!!! Here is the solution(fixed) 1> fire up terminal. 2> type command- root@kali:~# cd /etc/apt 3> now again type command  root@kali:/etc/apt# leafpad sources.list 4>replace all lines with these given below-- deb http://http.kali.org/kali kali-rolling main contrib non-free # deb-src http://http.kali.org/kali kali-rolling main contrib non-free and save this file 5>...

Basic commands for hardware (linux)

Basic commands for hardware by rock star devil #rockstardevil Code: lspci; lsusb; dmesg; lsmod lspci   (man page) List all PCI devices (e.g. Internal devices). Code: root@kali:~# lspci 00:00.0 Host bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX Host bridge (rev 01) 00:01.0 PCI bridge: Intel Corporation 440BX/ZX/DX - 82443BX/ZX/DX AGP bridge (rev 01) 00:07.0 ISA bridge: Intel Corporation 82371AB/EB/MB PIIX4 ISA (rev 08) 00:07.1 IDE interface: Intel Corporation 82371AB/EB/MB PIIX4 IDE (rev 01) 00:07.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 08) 00:07.7 System peripheral: VMware Virtual Machine Communication Interface (rev 10) 00:0f.0 VGA compatible controller: VMware SVGA II Adapter 00:10.0 SCSI storage controller: LSI Logic / Symbios Logic 53c1030 PCI-X Fusion-MPT Dual Ultra320 SCSI (rev 01) 00:11.0 PCI bridge: VMware PCI bridge (rev 02) 00:15.0 PCI bridge: VMware PCI Express Root Port (rev 01) 00:15.1 PCI bridge: VMware PCI Express Root Port ...

command for finding linux version

Displays which version of Kali-Linux is currently installed lsb_release -a example -> root@kali:~# lsb_release -a No LSB modules are available. Distributor ID: Debian Description: Debian GNU/Linux Kali Linux 1.0.6 Release: Kali Linux 1.0.6 Codename: rockstardevil root@kali:~# #founder rockstardevil

IRC guid in linux

What is IRC? Internet Relay Chat (IRC) is a form of real time chat designed for group (channel) communication or private communication via private messaging. IRC was created back in 1988 by Jarkko Oikarinen, and since then, its popularity has grown and grown. IRC is an open protocol using TCP (sometimes TLS) working on a server/client model. The standard server port is TCP 6667, but it’s also run under several other nearby ports (6668, 6669, etc.) On the IRC server, there are many channels, each created for a purpose, for a group of people of similar interest. Channels and users have  modes  which are represented by letters. Becoming familiar with the common IRC modes will help you quickly identify a wide range of information. For more information, please refer to the  Wikipedia IRC entry . Installing HexChat HexChat  is an IRC client that lets you connect to various IRC servers. HexChat is not installed by default in Kali Linux but it can easily be inst...

How to update and upgrade kali linux 2017.1 to latest version

As we know Offensive security always released newer version of Kali Linux.  The newer version fixes bugs and adds latest kernel, version of tools, and some time adds new tools.  There are two terms update and upgrade. In update advance package tool (APT)  fetched headers data of available tools on repository and saved into local drive. Update Kali Linux can be performed by following commad for kali linux 2017.1 # apt-get update or $ sudo apt-get update  In Upgrade, apt install newer version of tools, and removed older version. It upgrade only tools. # apt-get upgrade Or $ sudo apt-get upgrade To upgrade newer version of Operating System use following command # apt-get dist-upgrade Or # sudo apt-get dist-upgrade   now enjoy latest version kali linux 2017.1 Finally, it’s here! We’re happy to announce the availability of the Kali Linux 2017.1 rolling release , which brings with it a bunch of exciting updates and features. As with...