Long Running Probe Search Results

How To: Use a Hydroponic Seed Starter to produce seedlings

Learn how to make and use a hydroponic seed starter to produce seedlings with this video tutorial. This is a very easy setup to make. Start with a basic metal shelving unit. Hang florescent lights above each of the shelves on the shelving unit. Make sure the lights are balanced for day time. Put a plastic container on each shelf that is about the size of the shelf and tall enough for the rim to sit just below the florescent light tubes. You will need some pecks tubing and some plastic clamps....

How To: Debone a whole chicken

Place the whole chicken on the cutting board breast side up with the wings facing away from you. You will need a sharp heavy chef's knife to cut up the chicken because you will be cutting through bones. Start by finding a joint in the wing and cut off the wing at that joint. Then do the same thing with the second wing. Next, cut off the chicken legs by running your knife down on the side of the chicken toward where the leg joint is. Bend it back until the joint pops. Cut through the joint and...

How To: Find the slope of a line

Learn how to find the slope of a line in this math tutorial. Whether you're doing your math homework or trying to figure out how steep a mountain is, the slope of a line is simple to calculate and has many practical uses.

How To: Measure and cut a rope

Spools of rope are often quite long and you may actually need a rope that isn't that long. If you have a 100m rope but only need 40m, then you're going to need to cut it. This tutorial explains how to measure and cut the rope to the right side without a ruler or tape measure. Measure and cut a rope.

How To: You Can Run Shortcuts Right from Your iPhone's Lock Screen & Here Are 6 Ways to Do It

Shortcuts are meant to make your life easier, and iPhone shortcuts are no exception. They can use different triggers, manual or automated, to perform actions in the background, allowing you to do things like send a prewritten text message during a bad date or change your wallpaper at certain times of the day. However, sometimes it's not only about the shortcut itself but about how fast you can run it.

How To: Hack Apache Tomcat via Malicious WAR File Upload

Web applications are a prime target for hackers, but sometimes it's not just the web apps themselves that are vulnerable. Web management interfaces should be scrutinized just as hard as the apps they manage, especially when they contain some sort of upload functionality. By exploiting a vulnerability in Apache Tomcat, a hacker can upload a backdoor and get a shell.

How To: Hack UnrealIRCd Using Python Socket Programming

UnrealIRCd is an open-source IRC server that has been around since 1999 and is perhaps the most widely used one today. Version 3.2.8.1 was vulnerable to remote code execution due to a backdoor in the software. Today, we will be exploiting the vulnerability with Metasploit, examining the underlying code to understand it, and creating our own version of the exploit in Python.

How To: Intercept Images from a Security Camera Using Wireshark

It's common for IoT devices like Wi-Fi security cameras to host a website for controlling or configuring the camera that uses HTTP instead of the more secure HTTPS. This means anyone with the network password can see traffic to and from the camera, allowing a hacker to intercept security camera footage if anyone is watching the camera's HTTP viewing page.

How To: Advanced Techniques to Bypass & Defeat XSS Filters, Part 2

Cross-site scripting can be one of the easiest vulnerabilities to discover, but to be successful with this type of attack, it is essential to learn how to get past filters. In the previous guide, we explored some ways to do this, such as abusing attributes and event handlers and tricking the application into accepting unusual characters. Now, let's take a look at more techniques used to defeat filters.