BlogHide Resteemstoalsty (37)in technology • 5 years agoHow to setup a small Windows Domain in Virtualbox Part 1We will setup a small Windows domain with the following virtualboxes: 1 debian system that acts as a Nat device 1 Windows 10 client 1 windows server core with ActiveDirectory and Dhcp…resteemedtwr (53)in bestvpn • 6 years agoWhat Is the Most Secure VPN Protocol?VPN products vary greatly in convenience, efficiency, and security. If security is a serious concern, an organization needs to pay close attention to the protocols a service supports. Some widely…toalsty (37)in trading • 6 years agoCalculating correlation between two stocks with Python!Today we‘ll look at how we can utilize python to give us the correlation between two stocks. Our goal is to write a command line programm that takes in two .csv files with the closing prices.…toalsty (37)in windows • 6 years agoChecking your Windows Registry Pt. 1(Keys where viruses might hide)The Registry: What is the Windows Registry? The Registry is a database containing several entries concerning Windows system settings and processes. The Registry is divided into five so called…toalsty (37)in trading • 6 years agoThe Gator Indicator(Scripting in Tradingview 2)Here is the link to the first part: Part One Today we will look at the so called alligator indicator and the gator oscillator and how they look like as a script in Pine. Alligator…toalsty (37)in tutorial • 6 years agoAn introduction to scripting in Tradingview!Today we will look at some of the possibilities that come with Tradingviews scripting language, called Pine. It enables you to create your own indicators, mix several indicators up and even to…toalsty (37)in technology • 6 years agoLibrem 5, the privacy phone!Hey guys, Today i just want to share with you the Librem 5. It's a smartphone that runs on PureOS which is linux distribution. The phone is constructed with privacy in mind. That's why it…resteemedtwr (53)in 2019bestvpn • 6 years agoHow to choose a reliable VPN provider for 2019With the constant growth of cybercrime and Internet surveillance, comes widespread popularity of VPN services. The market today offers a great choice of VPNs. Some of them paid, other providers like…toalsty (37)in security • 6 years agoChaos Computer Congress TalksHappy New Year everybody, Just dropped by to share with you the talks from this years 35C3 I liked the most so far. Smart Home - Smart Hack A talk about IoT-devices used in smart homes and…toalsty (37)in technology • 6 years agoA little python script for evaluating subdomains!So today we have a little python script i wrote that helps you evaluate subdomains for a given domain. We will look at the script step by step to help you understand. The script can be found…toalsty (37)in technology • 6 years agoHacking with Word Macros!Macros: So, what are macros? Macros are a way to automate tasks in office documents. You can record them or write your own macros in Visual Basic for Applications(VBA). Metasploit:…toalsty (37)in technology • 6 years agoHow to acquire a memory image for later analysis!(Forensics)Why do we want to get a systems memory for later Analysis? Let‘s say you had an incident on a machine in your network and you suppose you have been „hacked“. A memory dump is a great way to see all…toalsty (37)in technology • 6 years agoFind hosts for tcpdump to use!In the last little tutorial you might‘ve asked yourself where we got the IP-Addresses from when we typed the arpspoof command: First you find out what your IP-Address is by typing:…toalsty (37)in trading • 6 years agoHow the broker and trading industry worksHey guys, Since I am interested in trading too, I wanted to drop by to share the following video I think is very useful. It gets into the depth's of how the brokers and trading educators work and…toalsty (37)in technology • 6 years agoHow to capture Network packets with Tcpdump!In this part we‘ll have a look at packet-capturing and ARP-Spoofing. So what‘s going to happen now? We are going to tell Machine A(the target) that we are machine C(the router) and route…toalsty (37)in hacking • 6 years agoA little introduction to Network Packets 3(ARP)MAC-Address : What is a MAC-Address? The MAC-Address is a hardware-address that is unique to every network interface card (NIC) and consists of 6 bytes that look like this:…toalsty (37)in technology • 6 years agoA little introduction to network packets 2After the IP-layer comes the transport layer which is divided into TCP and UDP. This is just a general overview of the Protocols. Maybe we will have a look at the different header fields later…toalsty (37)in network • 6 years agoA little Introduction to network packets 1So, what are network packets and protocols? A network packet is a unit of formatted data that is used for transmitting data over a network. Packets follow so called protocols. A protocol is a set…toalsty (37)in programming • 7 years agoGetting started with Pentesting!Hey Guys and Girls, since I am interested in Pentesting I wanted to share some sources with you with great Tutorials. As pentesting is a big field you probably wonder where to get started. So…