Ruse : Mobile Camera-Based Application That Attempts To Alter Photos To Preserve Their Utility To Humans While Making Them Unusable For Facial Recognition Systems

0

Ruse is a mobile camera-based application that attempts to alter photos to preserve their utility to humans while making them unusable for facial recognition systems. Installation Easy Method: Wait and download app from appropriate app store. Download and run ios app via XCode (see Development setup for more detail) Usage Example App is developed as a camera-based app, allowing for the modification...

LightMe : HTTP Server Serving Obfuscated Power shell Scripts/Payloads

0

LightMe is a Simple HTTP Server serving Power shell Scripts/Payloads after Obfuscate them and run obfuscation as a service in background in order to keep obfuscate the payloads which giving almost new obfuscated payload on each HTTP request. Main Features Obfuscate all power shell files within a specific directoryHTTP Server to serve the obfuscated Power shell FilesBackground ObfuscatorAlmost new Payload on...

Rtl_433 : Program To Decode Radio Transmissions From Devices On The ISM Bands (And Other Frequencies)

0

Rtl_433 (despite the name) is a generic data receiver, mainly for the 433.92 MHz, 868 MHz (SRD), 315 MHz, 345 MHz, and 915 MHz ISM bands. The official source code is in the https://github.com/merbanan/rtl_433/ repository. For more documentation and related projects see the https://triq.org/ site. It works with RTL-SDR and/or SoapySDR. Actively tested and supported are Realtek RTL2832 based DVB dongles (using RTL-SDR) and LimeSDR (LimeSDR USB and LimeSDR mini engineering...

Sniffle : A Sniffer For Bluetooth 5 And 4.X LE

0

Sniffle is a sniffer for Bluetooth 5 and 4.x (LE) using TI CC1352/CC26x2 hardware. Sniffle has a number of useful features, including: Support for BT5/4.2 extended length advertisement and data packetsSupport for BT5 Channel Selection Algorithms #1 and #2Support for all BT5 PHY modes (regular 1M, 2M, and coded modes)Support for sniffing only advertisements and ignoring connectionsSupport for channel map, connection...

Radare2 : UNIX-like Reverse Engineering Framework And Command-Line Toolset

0

Radare2 is a rewrite from scratch of radare. It provides a set of libraries, tools and plugins to ease reverse engineering tasks. The radare project started as a simple command-line hexadecimal editor focused on forensics, over time more features were added to support a scriptable command-line low level tool to edit from local hard drives, kernel memory, programs, remote gdb...

Personal Cybersecurity Tips

0

The increased use of technological devices has increased cybersecurity threats. Technology is constantly advancing, and the use of the internet is inevitable. Cybersecurity threats cannot stop us from using the internet and other devices. You can overcome some threats by doing simple things. From masterpapers reviews, we have compiled this article to provide some tricks to ensure you are safe...

What Makes a Great Online Game?

0

Games like Fortnite or League of Legends don't become a huge sensation for no reason they usually share a set of characteristics that makes them attractive to players. Online games are not like traditional games, and just having innovative gameplay and graphics is not enough to guarantee success. Games like Among Us, for instance, are extremely popular even if...

Best Linux Distro For Students

0
Best Linux Distro For Students

Many developers and programmers use Linux as their operating system of choice. Most professional developers choose to utilize it for their daily activities due to its complexity as an operating system. Especially since the emergence of numerous user-friendly Linux distributions, this attitude has shifted significantly. Coders, home users, kids, instructors and schools all have their own Linux distributions to choose...

CredPhish : A PowerShell Script Designed To Invoke Legitimate Credential Prompts And Exfiltrate Passwords Over DNS

0

CredPhish is a PowerShell script designed to invoke credential prompts and exfiltrate passwords. It relies on CredentialPicker to collect user passwords, Resolve-DnsName for DNS exfiltration, and Windows Defender's ConfigSecurityPolicy.exe to perform arbitrary GET requests. For a walkthrough, see the Black Hills Infosec publication. How To Phish For User Passwords With PowerShell Spoofing credential prompts is an effective privilege escalation and lateral movement technique. It’s not uncommon to experience seemingly...

LoGiC.NET : A More Advanced Free And Open .NET Obfuscator Using Dnlib

0

LoGiC.NET is a free and open-source .NET obfuscator that uses dnlib for folks that want to see how obfuscation works with more complex obfuscations than Goldfuscator for example. Before Obfuscation After Obfuscation Dependencies dnlib v3.3.2 : Restore NuGet packages and it'll work (if it doesn't already).SharpConfigParser : https://github.com/AnErrupTion/LoGiC.NET/raw/master/SharpConfigParser.dll Current Features Renames methods, parameters, properties, fields and events.Adds proxy calls.Encrypts strings.Encodes ints.Adds junk methods.Prevents application tampering.Adds control...