Skip to main content

Posts

DIGITAL NUMBER SYSTEM PART-1 (data representation)

WELCOME TO DEVILz LINUX (ROCK STAR DEVIL) TOPIC - NUMBER SYSTEM (DATA REPRSENTION) What Is NUMBER SYSTEM? DEF - A organized way of representing number is know as number system. WHAT IS DIGITAL NUMBER SYSTEM ?? DEF - IN DIGITAL REPRESENTATION, in various systems are used. The most common number systems used are decimal, binary , octal, and hexadecimal system.  Number Systems Most number systems follow a common pattern for writing down the value of a number: A fixed number of values can be written with a single numerical character, then a new column is used to count how many times the highest value in the counting system has been reached. The number of numerical values the system uses is called the base of the system. For example, the decimal system has 10 numerical characters and so has a base of 10: 0 1 2 3 4 5 6 7 8 9 For writing numbers greater than 9 a second column is added to the left, and this column has 10 times the value of the column im...

HOW TO SETUP KALI DOCKERS ON WINDOWS 10

HOW TO SETUP Kali Linux in Docker on Windows 10 What is Docker? Docker is an open source technology that lets you create, run, test, and deploy distributed applications within software containers. Docker allows you to deploy applications quickly, reliably and stably in any environment. Why use Docker? Because the containers are portable, convenient and fast. With Docker, we can create an image and use it as the basis for each environment we create. For example, we download the basic container Kali Linux, which does not come with the tools installed. Let’s see that from this basic container, can go installing the tools I need and then save with a new name, without the original container, to be, affected. Thus being able, from the base image, create a container with tools for forensics, a container with tools to PenTest web, for example. Install the Metasploit Framework (IN WINDOWS 10 DOCKERS) CLICK HERE my thought  The next best thing is Containers. In the Window...

HOW TO Install the Metasploit Framework (IN WINDOWS 10 DOCKERS)

HOW TO Install the Metasploit Framework (IN WINDOWS 10 DOCKERS) CLICK HERE FOR STEPS TO INSTALL KALI LINUX WITH DOCKERS IN WINDOWS 10 -  COMMAND - FOR INSTALLING METASPLOIT IN WINDOWS 10 DOCKERS apt install metasploit-framework ruby OR   apt-get install metasploit  IF IT DOESNT WORK CLICK HERE CLICK HERE FOR STEPS TO INSTALL KALI LINUX WITH DOCKERS IN WINDOWS 10  -  start up the PostgresSQL database - PROOF ASK ANY QUSTION HERE -  https://devilzlinux.blogspot.in/p/document.html CLICK HERE FOR STEPS TO INSTALL KALI LINUX WITH DOCKERS IN WINDOWS 10  - 

how to upgrade/update specific applications in linux

hello linux Userzz today i am going to show you steps for upgrade specific applications  LETS GO!!!! 1>To only u pgrade specific applications YOU CAN USE THESE  COMMAND  sudo apt-get --only-upgrade install "APPLICATIONS NAME"      OR sudo apt-get dist-upgrade "APPLICATIONS NAME"   OR       sudo apt-get upgrade "APPLICATIONS NAME" EXAMPLE:--  FIREFOX UPGRADE DEMO -   sudo apt-get dist-upgrade firefox OR     sudo apt-get upgrade firefox  OR sudo apt-get --only-upgrade install firefox 2> METASPLOIT UPGRADE EXAMPLE sudo apt-get --only-upgrade install metasploit-framework more information for searching specific application name use this command apt search "application name what ever you know" example - i want to find corrent application name of metasploit so used this command apt search metasploit and in result in found...

FATRAT - [x]::[warning]:this script require mingw32 or 64 installed to work

fix for fatrat[x]::[warning]:this script require mingw32 or 64 installed to work  Checking type of shell .... [local]  [ * ] Checking for internet connection  [ ✔ ]::[Internet Connection]: CONNECTED!  [ ✔ ] Xterm.............................[ found ]  [ ✔ ] Dns-Utils ........................[ found ]  [ ✔ ] Gcc compiler......................[ found ]  [ ✔ ] Apache2 ..........................[ found ]  [ ✔ ] Gnome Terminal....................[ found ]  [ ✔ ] UPX Compressor....................[ found ]  [ ✔ ] Ruby..............................[ found ]  [ ✔ ] Openssl...........................[ found ]  [ ! ] Installing tools dependencies  [ ✔ ] Monodevelop ......................[ found ]  [ ✔ ] Jarsigner (java)..................[ found ]  [ ✔ ] Unzip.............................[ found ]  [ ✔ ] Keytool (java)....................[ found ]  [ ✔ ] Zipalign  [ ✔ ] Proguard  [ X ] Mingw-w64 ->...

How To Download Instagram Videos/Photos to Computer

Download Instagram Videos to Computer/PC Log in to your Instagram Account using any web browser like Google Chrome, Mozilla Firefox etc. Get the URL of your video by clicking   and by pressing  View Video page . Right-click on the video and Select “Inspect Element”. You will see a link in a <div> tag after src , click it. Now your video will start playing in a new tab. Then right click anywhere on the screen and select Save Video As Your video will now start downloading. You’re done Download Instagram Videos to Computer Easily Follow first 3 steps from the above procedure and open dredown website . Paste the copied URL in the text box provided Press Dredown! You’re done.

Subtitle-to-speech program

Subtitle-to-speech program A program to turn movie subtitles (SRT) to speech using the Windows narrator other formate to convert srt from these site (example .ass to srt)  https://subtitletools.com/convert-to-srt https://lab.sorz.org/tools/asstosrt/ In order to rid myself of the subconscious addiction to western cinema, I started watching a lot of movies from other countries, especially Asian countries.   Most of these films have subtitles submitted by fans - way much cooler than voice-overs. The problem I have with reading subtitles while in bed stems from the fact that I wear glasses... I am a programmer so I decided to tackle the issue of subtitles-to-speech once and for all. What luck, Vista has a better voice for the narrator! 1. The subtitle-to-speech window 2. Click the Play or Browse-for-Folder button to specify the location of the subtitle file (Subrip only) 3. Locate the subtitle file... 4. If a video has been found (AVI) matching the subtitle file, you ...

phishing attack from linux with 3g/4g mobile internet hotspot on wan

Setup Online to local machine Forwarding for SET Social Engineering Toolkit in Kali Linux You will follow the given steps to setup  forwarding. Go on ngrok.com and click on Sign Up Fill your detail and register. Download ngrok zip file, choose appropriate architecture as per your system (64bit/32bit). otherwise you will face problem. Extract the files Run terminal and reach at location you have extracted ngrok file. After sign up on ngrok.com you will get two commands written there. Execute both commands in sequence. Start SET Social Engineering toolkit Select 1 > 2 > 3 > 2 options after starting toolkit and hit enter after pressing each key. It will ask for IP Address, Copy forwarding link generated by ngrok and paste here. Give the website name you want to create phishing page. (ex - www.facebook.com , www.gmail.com) Send link to victim and wait for logging him/her After Login I hope you like this article if you have any question commen...

how to use mobile network hotspot wan for website in linux / install ngrok / portword with mobile hotspot

Share Your Local Web Server Publicly using ngrok  how to portword with linux mobile 3g 4g internet without router share you your website As a web developer, my workflow often includes writing a little code, firing up a local web server, and doing a quick smoke test to make sure things look alright. Occasionally, I'll encounter a situation where I'll need someone else (coworker, client, etc.) to provide some feedback on a design decision before moving forward. If I'm in the office, it's easy. I'll just call them over to take a look. However, there are times when I need to share my local changes with someone remotely and get feedback quickly . If the change is relatively minor, deploying to some staging environment might be overkill. How can I expose my local web server publicly so my clients can view my changes and provide immediate feedback ? What is ngrok? ngrok is a reverse proxy that creates a secure tunnel from a public endpoint to a...