How To Save Time With Automated Transcription Software
How To Save Time With Automated Transcription Software Automated audio to text transcription tools are slowly becoming an integral part of office necessities. Today, there is no need to spend hours transcribing audio manually. With the use of technology, audio and video files can be transcribed in real time, plus, the audio can be matched to the exact text. Here are some of the...
Social10x Review
Being Instagram famous takes more than just posting a few images on Instagram and taking the credit - you have to do more. It involves getting more attention to your account, posting better content and engaging more with your followers. It involves a lot of work; reason enough to outsource the various tasks to experts that will give you time...
FTPBruter : A FTP Server Brute Forcing Tool Written In Python 3
Brute forcing tool for FTP server. FTPBruter can work in any OS if they have and support Python 3. Brute force a FTP server with a username or a list of usernames. Install and Run on Linux You have to install Python 3 first:Install Python 3 on Arch Linux and its distros: sudo pacman -S python3Install Python 3 on Debian...
Raptor WAF : Web Application Firewall Using DFA Beta
Raptor is a Web application firewall made in C, uses DFA to block SQL injection, Cross site scripting and path traversal. To Run $ git clone https://github.com/CoolerVoid/raptor_waf$ cd raptor_waf; make; bin/raptor Note: Don't execute with "cd bin; ./raptor" use full path "bin/raptor" look detail https://github.com/CoolerVoid/raptor_waf/issues/4 Need lib pcre to compile. Also Read - SilkETW : Tool To Abstract Away The Complexities Of ETW Example Up...
Microsoft Bosque Programming Language
The Bosque programming language is a Microsoft Research project that is investigating language designs for writing code that is simple, obvious, and easy to reason about for both humans and machines. The key design features of the language provide ways to avoid accidental complexity in the development and coding process. The result is improved developer productivity, increased software quality, and enable a range...
MongoBuster : Hunt Open MongoDB Instances
MongoBuster is a hunt open mongoDB instances. Following are the features that are associated with this. Worlds fastest and most efficient scanner ( Uses Masscan ).Scans entire internet by default, So fire the tool and chill.Hyper efficient - Uses Go-routines which are even lighter than threads. Also Read - Monitor Smartphone usage with Cocospy Keylogger Pre-Requisites Go language ( sudo apt install golang...
Parameth : Tool Used To Brute Discover GET & POST Parameters
Parameth tool can be used to brute discover GET and POST parameters. Often when you are busting a directory for common files, you can identify scripts (for example test.php) that look like they need to be passed an unknown parameter. This hopefully can help find them. The -off flag allows you to specify an offset (helps with dynamic pages) so...
Linux-based Autopilot and Other Technologies in Cars
The popularity of Linux in the world is gaining momentum. This is because in many areas it is recognized as better than Windows. One more proof is that Linux is introduced in the newest cars. Recently, Google has released hardware for the automotive market that works with the Linux operating system. And this is not regular hardware, but an autopilot...
EfiGuard – Disable PatchGuard and DSE at Boot Time
EfiGuard is a portable x64 UEFI bootkit that patches the Windows boot manager, boot loader and kernel at boot time in order to disable PatchGuard and Driver Signature Enforcement (DSE). Features Currently supports all EFI-compatible versions of Windows x64 ever released, from Vista SP1 to Server 2019. Easy to use: can be booted from a USB...
FireELF : Fileless Linux Malware Framework
FireELF is a opensource fileless linux malware framework thats crossplatform and allows users to easily create and manage payloads. By default is comes with 'memfd_create' which is a new way to run linux elf executables completely from memory, without having the binary touch the harddrive. Also Read - InstantBox : Get a Clean, Ready-To-Go Linux...