Tuesday 5 September 2017

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 Windows world, this requires Windows 10 Anniversary Edition+. You'll be able to enable Containers, Install Docker, and pull a Kali Linux image all in 10 minutes or less (download speeds may vary ).

FOLLOW THESE STEPS

Run (ctrl+r) 


TYPE HERE optionalfeatures AND PRESS "OK"

NOW HERE YOU WILL SEE CONTAINERS OPTION JUST MAKE SURE OPTION IS OFF 

DOWNLOAD DORKER FROM HERE -  https://docs.docker.com/docker-for-windows/install/#what-to-know-before-you-install  (CHOOSE STABLE )





Install Docker for Windows(IMPORTANT FILE -DOWNLOAD FROM HERE - download.docker.com ) 

1>Double-click Docker for Windows Installer.exe to run the installer.

If you haven�t already downloaded the installer (Docker for Windows Installer.exe), you can get it from download.docker.com

It typically downloads to your Downloads folder, or you can run it from the recent downloads bar at the bottom of your web browser.

2> Follow the install wizard and proceed with the install. You will be asked to authorize Docker.app with your system password during the install process. Privileged access is needed to install networking components, links to the Docker apps, and manage the Hyper-V VMs. 

3>Click Finish on the setup complete dialog to launch Docker.
















FOR MORE INFO WINDOWS DORKER CLICK HERE - HERE

BACK TO MAIN TOPIC

Once that completes, follow these instructions to install docker: https://docs.docker.com/docker-for-windows/install/. Grab the Stable channel Windows MSI and install it. Once you get it to install, you need to log out and log back in. NOTE: Although Docker stated it just needed a log-out/log-in, in order for the Docker service to run on my machine it required a reboot.

ONCE YOU LOGGIN BACK YOU GET notifications, you should get a "Docker is startinG"

Pull Official Kali Linux Docker Image

Open up your favorite command line interface (CLI). Then type docker pull kalilinux/kali-linux-docker. This will pull the image from the Docker Store.


 Now, let us enter an interactive bash session with that image by typing docker run -t -I kalilinux/kali-linux-docker /bin/bash



We are now in our fresh install of Kali in WINDOWS 10. This install is meant to be the minimal, you need to grab the packages you actually care about. This helps keep the image small but does require a good Internet connection to get up and running.
Before installing any package, let's upgrade our Kali Linux and remove all packages we no longer need via apt update && apt full-upgrade && apt auto-remove && apt-autoclean


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

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


COMMAND -

FOR INSTALLING METASPLOIT IN WINDOWS 10 DOCKERS
apt install metasploit-framework ruby
OR
 apt-get install metasploit 

start up the PostgresSQL database -



PROOF


Tuesday 29 August 2017

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 upgrade 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  "metasploit-framework"



THANKZ FOR visting our websitez

plz subscribe our youtube channel link given here --  https://www.youtube.com/channel/UCYbTXOWSoai1eH1uCa127Zg


Sunday 27 August 2017

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 -> not found
 [ ? ] DX 1.8
 [ ? ] Aapt v0.2-3821160
 [ ? ] Apktool v.2.2.2



fix----


apt-get install mingw-w64 -y


 done ...................
root-  apt-get install mingw-w64 -y
Reading package lists... Done
Building dependency tree     
Reading state information... Done
The following additional packages will be installed:
  binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 g++-mingw-w64 g++-mingw-w64-i686
  g++-mingw-w64-x86-64 gcc-mingw-w64 gcc-mingw-w64-base gcc-mingw-w64-i686
  gcc-mingw-w64-x86-64 gfortran-mingw-w64 gfortran-mingw-w64-i686
  gfortran-mingw-w64-x86-64 gnat-mingw-w64 gnat-mingw-w64-base gnat-mingw-w64-i686
  gnat-mingw-w64-x86-64 mingw-w64-common mingw-w64-i686-dev mingw-w64-x86-64-dev
Suggested packages:
  gcc-6-locales
The following NEW packages will be installed:
  binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 g++-mingw-w64 g++-mingw-w64-i686
  g++-mingw-w64-x86-64 gcc-mingw-w64 gcc-mingw-w64-base gcc-mingw-w64-i686
  gcc-mingw-w64-x86-64 gfortran-mingw-w64 gfortran-mingw-w64-i686
  gfortran-mingw-w64-x86-64 gnat-mingw-w64 gnat-mingw-w64-base gnat-mingw-w64-i686
  gnat-mingw-w64-x86-64 mingw-w64 mingw-w64-common mingw-w64-i686-dev
  mingw-w64-x86-64-dev
0 upgraded, 20 newly installed, 0 to remove and 1707 not upgraded.
Need to get 208 MB of archives.




 

Friday 25 August 2017

Life Before the Internet

Life Before the Internet

History Lessons from the Historically Ignorant.



I was alive before the Internet so I remember it quite well. And I can�t tell you how many times I�ve been asked what it was like before there was such a thing as �cyberspace.� Mostly because I�ve never been asked.
Hence the need to write a post about it. LOGIC!
Okay. So first off, the earth was a cold, barren place. The sky was filled with darkness and a sense of foreboding hung heavy in the air. I assume you�ve seen the first ten minutes of 2001: A Space Odyssey?


Also, humans roamed in packs like wolves, but with shoes.
Yeah, we had shoes.
Actually, it was totally fine. There was a lot of really great, amazing shit happening. As a kid, I was pretty content with my Casio mini-keyboard and my backyard for entertainment. Even though we had no Internet, let alone iPads or cell phones, I was never bored because I would just go outside, talk to myself, and make pretend-tea out of dirt and puddle water. I also had Hungry Hungry Hippos so, yeah, life was pretty sweet.


And then the Internet came and shit changed. Some for the good, some I could totally do without. Like I don�t need Tumblr or Twitter in my life. But I do like Medium <insert winking whore emoji>.
So for those of you who were born in late 90�s or some made-up decade like the �aughts,� or you older folks who�ve mostly blocked-out anything that happened prior to say, 1994*, here�s a completely incomplete list of how the Internet changed the world:
1. Listicles didn�t exist as such. Oh sure, people made lists, but mostly things like shopping lists or to-do lists. Or even list jokes that they recited live and in person. Also, there was The Book of Lists which is literally days and days worth of entertainment that I haven�t the capacity to recommend enough.
2. Which brings us to Books. I don�t know about you guys, but I remember a little something called the en-sahy-kluh-pee-dee-uh (or encyclopedia). I also remember grabbing the L-N volume and reading nineteen pages about the Louisiana Purchase. I then proceeded to switch back and forth between the encyclopedia and the thesaurus trying to find different words to use so I wasn�t accused of plagiarism while writing my 5th grade essay entitled �The Louisiana Purchase: Turns Out You Can Sell Shit You Don�t Actually Own!�
3. No one shared pictures of food. The only people who took pictures of food were food photographers who got paid to take pictures of food. It was a very confusing time.
4. You had to look up movie times in the � newspaper! Whuuuut?!
If you didn�t have a subscription to the local paper, you might as well go stick your head in the dirt because you, sir, had no fucking idea when Back to the Future was playing. Unless, of course, you called Moviefone.
5. Speaking of paper, don�t forget The Great & Powerful Phone Book.
How do I find a plumber? How do I get a pizza delivered? The phone book, idiot. It�s not like there�s some series of tubes that contain this elusive information.


6. On the topic of phones, you either called your friend on a telephone?�?corded and then eventually, cordless�or spoke to them in person. Creepy, right?
And that phone had NO camera or games.
And yet, we JUST. KEPT. USING. IT.


7. Thanks in part to Title II of The Communications Act of 1934, and the overdue 1982 breakup of the Bell system, corporations couldn�t hold public utilities (systems of communication like telephone and radio) for ransom. Sadly, the repealing of the Fairness Doctrine in 1987 began a deterioration of the public interest standard for broadcast television, yada, yada, yada, then the Internet came along and� well, now the FCC is the official ball-cupper of the ISPs. For more info read: Net Neutrality
8. If you didn�t know if that guy who played Kojak was still alive or not, you were just left to forever wonder. Or get in your car, drive to a bookstore and buy a current Almanac (a book).
9. Also, libraries.
10. Anonymous people who wanted to write mean things to other people had to spend money on postage. Or at least take the time to find your phone number� thanks again, phone book.


11. You either had a paper map or you got fucking lost! And you liked it!
12. You had to watch what was on television when it was actually scheduled to be on television. None of this on-demand �I wanna watch it right now� whiny bullshit. If the only thing that was on was a rerun of Alf, you sat down and you fucking watched it (I didn�t have cable growing up because my parent�s didn�t love me).
13. �Google� was a sound a baby makes and not a terrifying data-mining overlord that knows every embarrassing thought you�ve ever been stupid enough to type into the search bar.


14. You didn�t have a tiny WiFi computer in your pocket to pass the time at the dentist�s office, so you were forced to read Golf Digest. Thus pain, boredom, and golf became forever linked in your psyche.
15. Slide projectors and photo albums were a necessity for anyone that gave a goddamn about precious memories and vacation photos. These were also considered instruments of torture.
16. Rotten Tomatoes and IMDB didn�t exist, so you watched Siskel and Ebert. And you genuinely liked it!
17. No email. You could literally be unreachable. Takes my breath away just thinking about it.
18. Fake news was The National Enquirer or a new weight loss diet that involved pigeon feet and vinegar (or buffalo meat and Alka Seltzer).
19. You PAID musicians for music. And you listened to the entire album because you just spent like $13.99 for it. And it came with artwork and liner notes and a bunch of cool stuff. And if you bought a cassette, there was a 50/50 chance the cassette player in your car would mangle it.
20. You didn�t �blog.� Nobody cared what you had to say. You just shoved all that creative energy down into a deep, dark place that you never acknowledged and got an accounting degree. After years of misery you started scrawling depressive poetry onto cocktail napkins and once you developed a serious drinking problem, then and only then, did you get a book deal. Or you were a journalist for money or something.


21. You had to buy fancy r�sum� paper and envelopes and actually use the US postal service to apply for jobs. Like an adult.
22. YouTube was known as �public access television.�
23. When you went out to eat, you either stared silently at your dining partner or you had a conversation. Divorce was very common.
24. You didn�t �post� on �social media.� You composed pretentious holiday newsletters that irritated the ever-loving the crap out of all those unfortunate enough to be on your mailing list.
PS. No one cares that Timmy�s in Aspen on a ski scholarship or that Nancy married the Ambassador to Fiji. Honestly, I think you�re hiding your unhappiness with expensive wine and lies.
Sorry. That last part has very little to do with the Internet.
25. If you wanted to watch that scene from The Breakfast Club where Principal Vernon says �You mess with the bull, you get the horns,� and walks away with the toilet seat cover stuck in his pants, you had to go rent it (post VHS or course) or wait until it came on TV?�?and then watch the lame, heavily-edited, commercial version. That�s how we learned to deal with adversity.
26. Jeff Bezos was just some well-off, Princeton grad with a crazy dream to someday control the means of production, food, space and time.
Two down, two to go.
27. I almost forgot pay phones! These were germ-infested, public communication devices for when you needed to call your parents to come pick you up from the mall. This also required that you keep a quarter in your pocket (small, round currency made of alloys).
28?�?30. You basically just walked around not knowing a lot of shit. But neither did anyone else, so no one really noticed.



* Look, I know about ARPAnet and all that jazz, and how the web was technically around prior to 1994. But honestly, Prodigy and CompuServe subscribers were mostly just hanging out on message boards. And it wasn�t until I created my Hotmail Account in the mid-nineties that shit got real. So there.

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 download instagram videos  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 Asdownload Instagram videos
  • 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!
    download instagram videos from PC
  • You�re done.


Wednesday 23 August 2017

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 will be asked if you want to launch the video file in your default media player


5. The subtitles have been parsed from the file specified as well as the last subtitle time


6. If you had opted to open the video file as well, the movie starts playing and you can see how the program works


7. Since the video and the program are in no way connected, you need to manually adjust the timing (scrub...). Just click on the running time label to open the scrub dialog


8. If you are using Videolan's VLC, you can turn off the subtitles, by clicking the appropriate menu entries as shown.

Download the program 64 KB win vista tested Media fire