Saturday, 28 April 2018

[WARHOX] PHISHING INSTAGRAM HACKED WITH 1000% PROF💣




DISCLAIMER: This Channel DOES NOT Promote or encourage Any illegal activities , all contents provided by This Channel is meant for EDUCATIONAL PURPOSE only .

Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.

-------------------------------------------------------------------------------------------------
_________________________________________________________________

codes to use on one click .bat file

_________________________________________________________________


1.
open notepad / any text editer software


2.
type this code

_________________________________________________________________

@echo off

start firefox "https://temp-mail.org/en/" "http://shadowave.co/?do=victims" "https://web.whatsapp.com/"

_________________________________________________________________

3.
save as ".bat" file

4.
and click on it...........


U can watch the full video










Thursday, 26 April 2018

Cable Master 2018 (FULL HD) For All Windows


Cable Master 2018 (FULL HD) For All Windows

Description :

Cable Master is a Entry Level digital video player for cable TV operators. With Cable Master you need not worry about faulty VCRs', VHS tapes, VCD Players or even the staff running your Cable Channel. All you have got to do is load movies, songs, ads, promos for days on the computer, set the sequence and let Cable Master do the rest. Cable Master will play your movies, Cable along with advertisements. What's more it also displays ad crawlers at the bottom of the screen. So you need not invest in additional titlers and overlay boxes.

Cable Master Features :

  • Easy Song List Making
  • Easy Song Play Time Configuration
  • Song Null Link Finder
  • Song Again Run Protection
  • Easy Scroll Ads Updation
  • Scroll Ads With Flash Support
  • 2 Extra Ads Support With Scroll Ads
  • Video Ads
  • 2 Channel Logos
  • 2 Sponsors Logos (Time Based)
  • SMS on Demand
  • Dial a Song Using mobile Phone
  • Support Both SMS and Dial Song Selection
  • Songs Preview During Software Running
  • Load and Scroll Ads Hide During Video Ads
  • Custom Screen Settings
  • Song Current and Next Updation on Screen
  • Simple & Easy User Interface
  • Download features List For Full Details
















 
Hardware Requirements
  •  
  • Processor : Pentium 4 2.8 GHz or higher.
  • Memory : 2-GB RAM.
  • Hard Disk Drive : As per Your Choice Or Channel Requirements.
  • Video Card : Any ATI Radeon AGP or PCIx Graphics Card With TV-Output.
  • Sound Card : Any 64 bit PCI card or Onboard.
  •  

Tuesday, 24 April 2018

[Solved] This Account Has Been Suspended Free Fire 100% Working (root only)


Hello Guys Welcome In My Blog And Today I Show You A Trick To Solve Your Free Fire BattleGrounds Suspended Mobile Account.

So First i Explain You What The main problem when you create new account and new guest Account And It always Shows "THIS ACCOUNT HAS BEEN SUSPENDED" Becouse This Game Use Your Phone Identity like IMEI Number To create Your Account.




So Follow My Steps.
  1. First You need to install Xposed Fremwork And Activate It.
  2. And Goto Download Section in Xposed installer And Search "XPRIVACY" and Download It And Install it.
  3. And Go-to Modules Section in Xposed Installer And Check  XPRIVACY Activate.
  4. And After Reboot your phone.
  5. AFTER Rebooting Goto Xprivacy And Skip All First Time Tutorials And Search "FREE FIRE" AND click on it and disable Identification for This App.
  6. AFTER Successful Completed this Process you can now play Free Fire In Suspended Mobile.

And Watch This Video Gauide.




Monday, 23 April 2018

Spectre & Meltdown checker for Linux


Spectre & Meltdown Checker
   A shell script to tell if your system is vulnerable against the 3 "speculative execution" CVEs that were made public early 2018.



   Supported operating systems:

    * Linux (all versions, flavors and distros)
    * BSD (FreeBSD, NetBSD, DragonFlyBSD)

   Supported architectures:
    * x86 (32 bits)
    * amd64/x86_64 (64 bits)
    * ARM and ARM64
    * other architectures will work, but mitigations (if they exist) might not always be detected

   For Linux systems, the script will detect mitigations, including backported non-vanilla patches, regardless of the advertised kernel version number and the distribution (such as Debian, Ubuntu, CentOS, RHEL, Fedora, openSUSE, Arch, ...), it also works if you've compiled your own kernel.

   For BSD systems, the detection will work as long as the BSD you're using supports cpuctl and linprocfs (this is not the case of OpenBSD for example).

Easy way to run the script
   Get the latest version of the script using curl or wget
      curl -L https://meltdown.ovh -o spectre-meltdown-checker.sh
      wget https://meltdown.ovh -O spectre-meltdown-checker.sh

   Inspect the script. You never blindly run scripts you downloaded from the Internet, do you?
      vim spectre-meltdown-checker.sh

   When you're ready, run the script as root
      chmod +x spectre-meltdown-checker.sh
      sudo ./spectre-meltdown-checker.sh


Example of script output
   Intel Haswell CPU running under Ubuntu 16.04 LTS



   AMD Ryzen running under OpenSUSE Tumbleweed

   Batch mode (JSON flavor)

Quick summary of the CVEs
   CVE-2017-5753 bounds check bypass (Spectre Variant 1)
    * Impact: Kernel & all software
    * Mitigation: recompile software and kernel with a modified compiler that introduces the LFENCE opcode at the proper positions in the resulting code
    * Performance impact of the mitigation: negligible

   CVE-2017-5715 branch target injection (Spectre Variant 2)
    * Impact: Kernel
    * Mitigation 1: new opcode via microcode update that should be used by up to date compilers to protect the BTB (by flushing indirect branch predictors)
    * Mitigation 2: introducing "retpoline" into compilers, and recompile software/OS with it
    * Performance impact of the mitigation: high for mitigation 1, medium for mitigation 2, depending on your CPU

CVE-2017-5754 rogue data cache load (Meltdown)
    * Impact: Kernel
    * Mitigation: updated kernel (with PTI/KPTI patches), updating the kernel is enough
    * Performance impact of the mitigation: low to medium

Disclaimer
   This tool does its best to determine whether your system is immune (or has proper mitigations in place) for the collectively named "speculative execution" vulnerabilities. It doesn't attempt to run any kind of exploit, and can't guarantee that your system is secure, but rather helps you verifying whether your system has the known correct mitigations in place. However, some mitigations could also exist in your kernel that this script doesn't know (yet) how to detect, or it might falsely detect mitigations that in the end don't work as expected (for example, on backported or modified kernels).

Your system exposure also depends on your CPU. As of now, AMD and ARM processors are marked as immune to some or all of these vulnerabilities (except some specific ARM models). All Intel processors manufactured since circa 1995 are thought to be vulnerable, except some specific/old models, such as some early Atoms. Whatever processor one uses, one might seek more information from the manufacturer of that processor and/or of the device in which it runs.
   The nature of the discovered vulnerabilities being quite new, the landscape of vulnerable processors can be expected to change over time, which is why this script makes the assumption that all CPUs are vulnerable, except if the manufacturer explicitly stated otherwise in a verifiable public announcement.
   Please also note that for Spectre vulnerabilities, all software can possibly be exploited, this tool only verifies that the kernel (which is the core of the system) you're using has the proper protections in place. Verifying all the other software is out of the scope of this tool. As a general measure, ensure you always have the most up to date stable versions of all the software you use, especially for those who are exposed to the world, such as network daemons and browsers.
   This tool has been released in the hope that it'll be useful, but don't use it to jump to conclusions about your security. 


[WARHOX]HOW TO DELETE ANY ANY ANY FILE,FOLGER,GAME,etc...................................

DISCLAIMER: This Channel DOES NOT Promote or encourage Any illegal activities , all contents provided by This Channel is meant for EDUCATIONAL PURPOSE only . Copyright Disclaimer Under Section 107 of the Copyright Act 1976, allowance is made for "fair use" for purposes such as criticism, comment, news reporting, teaching, scholarship, and research. Fair use is a use permitted by copyright statute that might otherwise be infringing. Non-profit, educational or personal use tips the balance in favor of fair use.


-------------------------------------------------------------
how to delete an undeleteable file or folder go to "run" (windows+R) open cmd and type cd /d (right click go to properties) and copy lacation: paste lacation press <enter> type:::::::::::: dir /x find file name type:::::::::::: rmdir /q /s_<file name> now U can see the file is deleted
-------------------------------------------------------------