Skip to main content

Posts

Learn Python (2017)

Learn Python Welcome Welcome to the RoCk StAr DeViL interactive Python tutorial. Whether you are an experienced programmer or not, this website is intended for everyone who wishes to learn the Python programming language. You are welcome to join (subscribe our youtube channel  on  RoCk StAr DeViL   for hackz , python tut and linux. Just click on the chapter you wish to begin from, and follow the instructions. Good luck! Table of Contents Learn the Basics    Welcome to Python! Your First Program   Simple Operations   Floats   Exponentiation   Quotient & Remainder   Strings   Simple Input & Output   String Operations   Type Conversion Variables   In-Place Operators   Using an Editor Advanced Tutorials   comming soon.......

Sqlmap – how to hack website and extract database

SQL injection is a code injection technique, used to attack data driven applications, in which malicious SQL statements are inserted into an entry field for execution (e.g. to dump the database contents to the attacker). SQL injection must exploit a security vulnerability in an application’s software, for example, when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and unexpectedly executed. SQL injection is mostly known as an attack vector for websites but can be used to attack any type of SQL databases. In this guide I will show you how to SQLMAP SQL Injection on Kali Linux to hack a website (more specifically Database) and extract usernames and passwords on Kali Linux. What is SQLMAP sqlmap is an open source penetration testing tool that automates the process of detecting and exploiting SQL injection flaws and taking over of database servers. It comes with a powerful detect...

how to install sublime Package Control

   how to install sublime Package Control video -       In this post i am going to tech you steps to install sublime package control and python   if u didnt installed sublime in linux than vist here for steps - https://goo.gl/0ltbcp   Install Package Control To begin taking advantage of the various packages for extending Sublime’s functionality, you need to install the package manager called Package Control – which you must install manually. Once installed, you can use Package Control to install/remove/upgrade all other ST3 packages. To install, copy the Python code for Sublime Text 3 found here      https://packagecontrol.io/installation#st3 . now open sublime Click View > Show Console to open the ST3 console. Paste the code into the console. Press enter . Reboot ST3. You can now install packages by using the keyboard shortcut ctrl+shift+P . Start typing install until Package Control: Install P...

How to Install Sublime 3 in Kali Linux

download softwere from here   - https://www.sublimetext.com/3 Ubuntu 64 bit - also available as a tarball for other Linux distributions.   https://download.sublimetext.com/sublime-text_build-3126_amd64.deb Ubuntu 32 bit - also available as a tarball for other Linux distributions.   https://download.sublimetext.com/sublime-text_build-3126_i386.deb ubuntu version for kali  . dont try tarball it will not going to work past downloaded file in desktop fire up ternimal and set in desktop command to set in desktop   root@rockstardevil:~# cd Desktop use this command to install in kali dpkg -i "file name which download frpm sublimetext site example :-  root@rockstardevil:~/Desktop# dpkg -i sublime-text_build-3126_amd64.deb you have successfully installed in kali linux 2016.2 now u have to register by buying key BUT WE ARE PROVIDING KEY FOR FREE BYROCKSTARDEVIL WATCH VIDEO TO UNDERSTAND HOW TO USE THESE KEY [+] Hey this is ...

How To Install Python 3 and Set Up a Local Programming Environment on Debian 8 / kali linux 2017.2

        Introduction A versatile programming language, Python can be used for many different programming projects. With a name inspired by the British comedy group Monty Python, the development team wanted to make Python a language that was fun to use and first published it in 1991. Easy to set up, and written in a relatively straightforward style with immediate feedback on errors, Python is a great choice for beginners and experienced developers alike. Python 3 is the most current version of the language and is considered to be the future of Python. This tutorial will guide you through installing Python 3 on your local Linux machine and setting up a programming environment via the command line. This tutorial will explicitly cover the installation procedures for and Debian 8, but the general principles apply to any other distribution of Debian Linux. Prerequisites You will need a computer with Debian 8 or another version of Debian Linux in...

how to install virtualbox on kali linux 2016.2

how to install virtualbox on kali linux 2016.2        SUBS LIKE AND SHARE  

how to install aptitude in kali linux

how to install aptitude in kali linux  PLZ DONT SKIP ANY STEPS SUBS SHARE & LIKIE  BY ROCKSTARDEVIL

steps to install genymotion in kali linux

                                    HOW  to install genymotion in kali linux SUBSCRIBE                                   SHARE                                                           AND                             ...

how to install adobe flash player in kali linux / ubuntu / arch linux (liinux)

watch video for steps to install adobe flash player in kali linux  YOUTUBE :- SUBSCRIBE, LIKE AND SHARE BY ROCKSTARDEVIL

how to install slack in kali linux / Linux Mint / Debian / Ubuntu / openSUSE / Fedora / CentOS

watch video :-  how to install slack in kali linux /  Linux Mint / Debian / Ubuntu / openSUSE / Fedora / CentOS youtube :- subscribe , share and like

how to change specific mac address in linux

how to change specific mac address in linux            

how to check and detail who is connected to my wifi (wireshark)

how to check and detail who is connected to my wifi (wireshark)   subscribe, share and like    how to get wireshark to detect other wireless devices using my network     wireshark find devices on network

How Many Devices Are Connected to Your Home WIFI Network (linux)

How Many Devices Are Connected to Your Home WIFI Network (linux)                       watch video and plz dont forgot to subscribe ....

how to setup webcam in kali linux / ubuntu / mint / debian / parrot / - Cheese Installation

watch video for steps to install cheese webcam what is cheese Cheese uses your webcam to take photos and videos, applies fancy special effects and lets you share the fun with others. It was written as part of Google's 2007 Summer of Code lead by daniel g. siegel and mentored by Raphaël Slinckx. With Cheese it is easy to take photos of you, your friends, pets or whatever you want and share them with others. tag ubuntu tips, learn ubuntu, how to webacm ubuntu, cheese installation, gnu/linux (operating system), webcam (computer peripheral class), ubuntu (software) booth, cam, web, cheese, install, to, how, xlt, complete, regal, linux free, for ubuntu, drivers, webcam video, ubuntu, linux mint, camera, picture, software, webcam, cheese burst, video, picture, effects, simple, friendly, user, easy, alternative, photobooth, cheese, debian, ubuntu, mint, arch, linux, gnome, webcam

Kali linux : how to install vlc player

Kali Linux 2016.2 Tutorials : How to Install Vlc Player  how to install vlc in linux follow this video for steps  dont forgot to subscribe this channel thankyou for visting byrockstardevil steps to install vlc in kali linux  In Kali Linux 2.0 vlc is installed by default. For people who didn't find it just type : apt-get install vlc  and to run vlc as root in kali linux type in terminal : sed -i 's/geteuid/getppid/g' /usr/bin/vlc what is vlc by wiki  (copyright) VLC media player (commonly known as VLC ) is a portable , free and open-source , cross-platform media player and streaming media server written by the VideoLAN project. VLC is available for desktop operating systems and mobile platforms , such as Windows 10 Mobile , Windows Phone , Android , Tizen , iPad , iPhone , and iPod Touch . VLC is also available on App stores such as Apple's App Store , Google Play store and Microsoft Windows Wind...