The following python code will allow you to scan a local or remote host for open ports. The program scans for select ports on a certain IP address and reflects the open ports back to the user. #import socket library from socket import * #User prompts
Read more →Today, I want to show you a book search source code written in Perl. Perl is a very useful and powerful programming language like Python, except Perl still remains on lots of Unix-like operating systems. This application searches for information on some web sites. I put Wikipedia,
Read more →Ruby is a small, simple, yet powerful language used primarily for web development in the form of Ruby on Rails. What I’m going to present here, however, is a very simple ruby ‘script’ for generating passwords that I cooked up in a few minutes. For those interested
Read more →Hello Cybrarians, I hope you all are good and having fun. This post is just for fun too, but let’s get started. Sometimes you don’t remember the password of the AP(Access Point) you are connected to. So you have many options to see the saved Wi-fi password. You
Read more →JavaScript is the most commonly used programming language on a global scale. Even Back-End developers are more likely to use it than any other language. A survey from Stack Overflow revealed that 90.5% of developers know JavaScript. What makes these development skills so valuable? For starters, front-end
Read more →After a recent event of an NSA contractor being tracked down via hidden codes on a leaked document, I was interested in learning more about these tracking codes, and how they work. Back in the 90’s, manufacturers of color laser printers came together with the government to
Read more →Estimated reading time: 2.5 minutes Use of cryptographic algorithms like Triple DES, AES, and Twofish is good for applications where you need high security and you can afford a slight delay. Credit card purchases, file transfers, and turn based games are good candidates for these kinds of
Read more →A company hires you to cut costs on their infrastructure. This requires you to know what devices are part of their infrastructure. From there, you determine where the new fiber optic cable should be installed to maximize the benefit to the organization. Finally, you discover that a
Read more →Python is a scripting language and can be easily understood by everyone as it uses simple language. Its basic syntax is like all other languages such as C, C++, Java etc.. But there is something which attracts everyone to learn this language. It provides extra ordinary libraries
Read more →90s kids thought that this was what programming looked like… Coding (or programming/black magic) is one of those things everyone talks about, acknowledges that everyone needs to know something about, but barely anyone actually does. Coders have this weirdly conflicting aura; they are the kingmakers, modern day sorcerers
Read more →