Can Bitcoin Be Hacked? How To Keep It Safe
One of the biggest advantages of the blockchain is how safe it is. Since there is no single server, there are not many ways to hack into it. After all, the blockchain is on millions of computers so any changes made on a hash on a computer that gets hacked would be seen by everybody else on the blockchain. Does...
SharpSphere : .NET Project For Attacking vCenter
SharpSphere gives red teamers the ability to easily interact with the guest operating systems of virtual machines managed by vCenter. It uses the vSphere Web Services API and exposes the following functions: Command & Control - In combination with F-Secure's C3, SharpSphere provides C&C into VMs using VMware Tools, with no direct network connectivity to the target VM required.Code Execution...
10 Best Student Software on Linux
Linux is an open-source operating system that has so much to offer to its users. Students can benefit from using Linux, thanks to the amazing apps and software that are at their disposal. So, if you're a student thinking about switching to Linux, or you already use it, this article is for you. We've created a list of the...
Teatime : A Blockchain RPC Attack Framework
Teatime is an RPC attack framework aimed at making it easy to spot misconfigurations in blockchain nodes. It detects a large variety of issues, ranging from information leaks to open accounts, and configuration manipulation. The goal is to enable tools scanning for vulnerable nodes and minimizing the risk of node-based attacks due to common vulnerabilities. Teatime uses a plugin-based architecture,...
Fake SMS : Skip Phone Verification By Using A Proxy
Fake SMS is a simple command line tool using which you can skip phone number based SMS verification by using a temporary phone number that acts like a proxy. Note-1: This is just an experimental tool, do not use this in any banking transactions. Unethical use of this tool is strictly not encouraged." Note-2: The tool uses upmasked, A Eurpoean service...
10 Best SEO plugin for WordPress WooCommerce
SEO plugins are the best way to boost WordPress WooCommerce websites in search engines like Google, Yahoo, and Bing. The best WordPress SEO plugin helps you in improving the SEO of your website so that your products or services can show to the relevant users in search engines. In this article, we have handpicked the top 10 best SEO plugins for...
WdToggle : Direct System Calls To Enable WDigest Credential Caching
WdToggle is a Proof of Concept Cobalt Strike Beacon Object File which uses direct system calls to enable WDigest credential caching and circumvent Credential Guard (if enabled). What is this repository for? Demonstrate the usage of direct systems calls using inline-assembly to provide a more opsec safe way of interacting with the LSASS process.Enable WDigest credential caching by toggling the g_fParameter_UseLogonCredential...
Gatekeeper : First Open-Source DDoS Protection System
Gatekeeper is the first open source DoS protection system. It is designed to scale to any peak bandwidth, so it can withstand DoS attacks both of today and of tomorrow. In spite of the geographically distributed architecture of Gatekeeper, the network policy that describes all decisions that have to be enforced on the incoming traffic is centralized. This centralized...
Horusec : An Open Source Tool That Improves Identification Of Vulnerabilities
Horusec is an open source tool that performs static code analysis to identify security flaws during the development process. Currently, the languages for analysis are: C#, Java, Kotlin, Python, Ruby, Golang, Terraform, Javascript, Typescript, Kubernetes, PHP, C, HTML, JSON, Dart. The tool has options to search for key leaks and security flaws in all files of your project, as...
OpenWifiPass : An Open Source Implementation Of Apple’s Wi-Fi Password
OpenWifiPass open source implementation of the grantor role in Apple's Wi-Fi Password Sharing protocol. Requirements Hardware: Bluetooth Low Energy radio, e.g., Raspberry Pi 4OS: Linux (due to the bluepy dependency) Install Clone this repository and install it: git clone git@github.com/seemoo-lab/openwifipass.git pip3 install ./openwifipass Run Run openwifipass to share Wi-Fi credentials (SSID and PSK) with any requestor (we need super user privileges to use the Bluetooth subsystem): sudo...