Python Basics for IoT

Learn all the concepts in Python that we will be using later in IoT. This part is purely on Python. What you’ll learn Learn about the exciting field of IoT with Python programming. Learn Why Python, Python Setup, Python shell Learn Python datatypes & variables, Functions in Python, Python Built-In Functions Learn Operators, Control flow …

Xss pdf

Cross-site scripting (XSS) is a type of vulnerability commonly found in web applications. This vulnerability makes it possible for attackers to inject malicious code (e.g. JavaScript programs) into victim’s web browser.Using this malicious code, the attackers can steal the victim’s credentials, such as cookies. The access control policies (i.e., the same origin policy) employed by …

Programming Android Ebook

Disclaimer The contributor(s) cannot be held responsible for any misuse of the data. This repository is just a collection of URLs to download eBooks for free. Download the eBooks at your own risks. DMCA take down cannot be possible as we are not republishing the books/infringement of code, but we are just hosting the links …

Python Tutorial 4 – Installing Modules

Welcome back to another tutorial, today I will be showing you how to install modules and add more functionality to your script.   To start, make a new file and import the following import os import sys import time Once you've done that we're going to install a module called "pyautogui" which allows for simple …

Python Tutorial 3 – Simple login

Welcome back to another Python tutorial, In this tutorial, I will show you how to make a simple login using if statements and strings.   To start, make a new python file, name it what you like. Once created remember to type the following: import os import sys import time We won't be using any …

Python tutorial 2 – if statements and Strings

Welcome back, in this tutorial you will learn how to use if statements and variables.   Start off by creating a new file, name it whatever you wish. For this program, you don't need to import anything but I would recommend you import os import sys import time as it'll save time in the long …

Python tutorial part 1 – Setting up

In this article, we will be setting up a Python workspace and learning to make a simple program. To start you need to download python, I recommend you go here as it is the official python website. After you've installed Python, go here to download PyCharm which is what I will be using during these tutorials. Once …

How to install the zoo on Kali Linux

welcome to hacking a rise in this one we are install zoo on Kali What is theZoo.py theZoo is a project created to make the possibility of malware analysis open and available to the public. Since we have found out that almost all versions of malware are very hard to come by in a way …

Design a site like this with WordPress.com
Get started