Go vs. Python
tl;dr; It's not a competition! I'm just comparing Go and Python. So I can learn Go. So recently I've been trying to learn Go. It's a modern programming language that started at Google but has very little to do with Google except that some of its core contributors are staff at Google. The true strength of Go is that it's succinct and minimalistic and fast. It's not a scripting language like Python or Ruby but lots of people write scripts with it. It's growing in popularity wit

Hacking With Python #9 - SSH Bruteforce
This is tutorial on writing a SSH bruteforce program. Try implementing Threading or merging it with the botNet! All Links and Slides will be in the description. Subscribe for more cool stuff!
Credit to TJ O'Connor for his brilliant book Violent Python for teaching me some of this stuff.
Slides & files (pxssh.py) - https://www.mediafire.com/folder/z4qp...
Python - http://python.org/
Ubuntu - http://www.ubuntu.com/
My Twitter: https://twitter.com/DrapsTV
If you like

Ruby vs. Python
Which is better, Ruby on Rails or Python and Django? This is a question we get asked repeatedly. It’s an important question too. You’ll hear Ruby vs. Python compared all the time. If you’re unfamiliar with them, it’s an impossible question to answer. I’ve used them both quite a bit and can tell you that while they’re similar, they’re also different in some important ways. To set the stage, I first learned web development through Python and Django. After spending four years bu

C vs. Python: Speed
Introduction
Python is a very popular interpreted scripting language. C is a very popular compiled language. Due to its compiled nature, C is generally faster than Python, but is lower-level, making Python programming quicker and easier than C programming.
The questions here are whether or not the extra time taken to run a Python program (without input) will be less cost-effective than its C equivalent and whether runtime time is more important than programming time. Note:

Simple Python Fully Undetectable (FUD) Reverse Shell Backdoor
During Internal penetration testing, sometimes you get an environment, where Antiviruses are up to date, which means that, you cannot use “fancy” shells to get a reverse shell as they get detected. Metasploit is obviously not an option here, as most (if not all) metasploit exploits and tools are flagged by Antiviruses as malicious.At that time you require , something very simple, that can evade the AntiViruses and also gets the job done. For that, i’m sharing a very simple Py

Custom Reverse Shell Backdoor for WIN/LIN/MAC
Python in penetration testing and you may use or tune the code for a real world case. Plus you will be aware of the effectiveness of client-side attack and the importance of programming your own weapon where other tools will fail in such a tough scenario. Example of how this works: Attacker Machine
>IP address : 10.0.2.15/24
>OS: BackTrack 5 R3
>Python Version: 2.6 Victim Machine
>IP address : 192.168.1.15/24
>OS: Windows 7 SP1 32 bit
>Zone Alarm Firewall and anti-virus

Which Programming Language Should I Learn First?
Why Do You Want to Learn to Code? Depending on what it is you want to make or do, your choice might already be made up for you. To build a website or webapp, for example, you should learn HTML and CSS, along with JavaScript and perhaps PHP for interactivity. If your focus is mostly/only on building a mobile app, then you can dive right intolearning Objective-C for iOS apps or how to program with Java for Android (and other things). If you're looking to go beyond one specific
Hacking With Python - Basic SSH BotNet
How it works It's not very complicated! I was already familiar with some of the rudiments of the IRC protocol from hacking on a simple IRC bot library. The parts that I needed to figure out were: ability to track when workers came on/off-line so they could be sent jobs easily pass data from operator -> workers and back again Worker registration The video above shows the process or registration that happens when a worker comes online. Workers must know beforehand the nick of t

8 ways to use Python Programming
Python is really a language which has swept the scene in recent years in terms of popularity, elegance, and functionality. Research shows that 8 out 10 computer science departments in the U.S. now teach their introductory courses with Python, surpassing Java. Top-ranked CS departments at MIT and UC Berkeley have switched their introductory courses to Python. And the top three MOOC providers (edX, Coursera, and Udacity) all offer introductory programming courses in Python. Not

Best Programming Languages for Hacking
Every application or site you use is programmed in a particular computer language also known as Programming, and people such as Hackers try to hack it. But to break anything, first you need to understand the languages and then exploit its weakness, same happens in hacking. To actually hack anything first you'll have to understand target application but that understanding requires knowledge of these particular languages. Which Programming are required to Hackers? There are lot