Posts

Showing posts from November, 2016

How to Install wxPython

Hello guys , today I'll teach you, how do we install wxPython on your windows. wxPython used to create a computer program which is called an application. Media player, web browser, Editor , excel, adobe reader, photoshop, MySQL are example of typical applications. wxPython used to wxWidgets GUI Toolkit which is written in c++. wxPython developed by Robin Dunn along with Harri pasanen. Apllication Softeware can be divided in to two classes 1: System Software 2: Application Software System Software: Operating system, Assembler , Debugger , Compiler, ,Device Driver, Command and Utility, file management tools etc. are few example of system software. Application Software: Media player, web Browser, editor, word processor etc are few example of Application Software. Read Full Article: http://krypsec.com/how-to-install-wxpython/ Author: ManishHacker1 https://www.facebook.com/ManishHacker1 https://twitter.com//ManishHacker1 https://www.instagram.com//manishhacker1988

How to Download and Install python packages numpy, scipy and matplotlib ...

Image
Kryptora Digital Security Provided Python Training and Ethical Hacking Training Best Python Training in Noida Best Python Training in Delhi Best Python Training in Meerut Best Python Training in India Best Ethical Hacking Training in Noida Best Ethical Hacking Training in Delhi Best Ethical Hacking Training in Meerut Best Ethical Hacking Training in India

how-to-download-and-install-python-packages-numpy-scipy-and-matplotlib-using-pip

Image
Hello everyone, Today we will discuss about how to download and install numpy, scipy and matplotlib in our windows machine. Before installing numpy, scipy, and matplotlib ,we will discuss about ,what is numpy, scipy and matplotlib? NumPy NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object sophisticated (broadcasting) functions tools for integrating C/C++ and Fortran code useful linear algebra, Fourier transform, and random number capabilities source: http://www.numpy.org/ Scipy SciPy (pronounced “Sigh Pie”) is a Python-based ecosystem of open-source software for mathematics, science, and engineering. Tool Requirement Matplotlib , Numpy and Scipy Matplotlib matplotlib is a plotting library for the Python programming language and its numerical mathematics extension NumPy. It provides an object-oriented API for embedding plots into applications using general-purpose GUI toolkits like wx

How to create Keylogger Using Notepad

Image
<

All Windows Command Prompt Environment Variables Commands

Image
Environment Variables very useful to Batch File Programming. System-generated upon Windows startup: ====================================== %DATE% = Tue 08/02/2011 %TIME% = 14:23:33.37 %SYSTEMROOT% = C:\Windows %COMPUTERNAME% = ManishHacker1-PC %ErrorLevel% System-generated upon user login: %USERNAME% = Dan %USERDOMAIN% = Dan-PC %UserProfile% = %CommonProgramFiles% = Point to comman file directory %HomeDrive% = Point to the drive for current signed on user’s home folder. %HomePath% = Signed on user's Read Full Article:http: //krypsec.com/all-windows-command-prompt-environment-variables-commands/ Follow ManishHacker1 : https://www.facebook.com/ManishHacker1 https://www.instagram.com/manishhacker19889 https://twitter.com/ManishHacker1 https://www.facebook.com/krypsec

ALL CLSID FOR WINDOWS TO USED IN ETHICAL HACKING AND BATCH PROGRAMMING.

Image
All CLSID For Windows CLSID_ControlPanel              = "{21EC2020-3AEA-1069-A2DD-08002B30309D}" CLSID_Printers                  = "{2227A280-3AEA-1069-A2DE-08002B30309D}" CLSID_MyDocuments               = "{450D8FBA-AD25-11D0-98A8-0800361B1103}" CLSID_MyComputer                = "{20D04FE0-3AEA-1069-A2D8-08002B30309D}" CLSID_NetworkPlaces             = "{208D2C60-3AEA-1069-A2D7-08002B30309D}" CLSID_CompositeFolder           = "{FEF10DED-355E-4e06-9381-9B24D7F7CC88}" CLSID_RecycleBin                = "{645FF040-5081-101B-9F08-00AA002F954E}" CLSID_Briefcase                 = "{85BBD920-42A0-1069-A2E4-08002B30309D}" Continued Reading:  http://krypsec.com/all-clsid-for-windows-to-used-in-ethical-hacking-and-batch-programming/

How To Install Python On Windows Operating System

Image

Hack Login Panel

Image

How to Install Python in Your Windows

Image
Hello everyone , today we are discuss , how to install python in our windows Operating system. Now a days python is a very popular language because it is support multi-task work , like create game, Desktop application, Web application , hacking tool and most important use in biometrics student for scientific work for Data Analysis. Python is a high-level general purpose programming language because code is automatically compiled to byte code and executed. One of the most visible features is that it does not use semicolons nor brackets. Ok, First open your web browser and type in URL  https://www.python.org  and hit enter. Or Type in google “Python.org”. After that click the download option. You can saw two option of pythversion and another python ver …. if you are beginner , my personally suggestion for you, first you should do install old version of python, after that new one. It’s not a big deal. Read Full Article : http://krypsec.com/how-to-install-python-in-your-windows/ Follow:  h

How to secure your own Facebook, Gmail, Yahoo Password

The object when choosing a password is to make it as difficult as possible for a cracker to make educated guesses about what you've chosen. This leaves him no alternative but a brute-force search, trying every possible combination of letters, numbers, and punctuation. A search of this sort, even conducted on a machine that could try one million passwords per second (most machines can try less than one hundred per second), would require, on the average, over one hundred years to complete. With this as our goal, and by using the information in the preceding text, a set of guidelines for password selection can be constructed: Read More : http://krypsec.com/how-to-secure-your-own-facebook-gmail-yahoo-password/

What is VIRUS

A virus is a self-replicating program that produce its own code by attaching copies itself into other executable codes. Some viruses affect computers as soon as their code is execute; other viruses lie dormant until a predetermined logical circumstances is met. Let see virus effect 1.Infect other program 2.Alters data 3.Transforms itself 4.Corrupt files and programs 5.Encrypt itself 6.Self propagates Read More: http://krypsec.com/what-is-virus/