Browsing tag

Bash

Fenrir – Simple Bash IOC Scanner

  Fenrir is a simple IOC scanner bash script. It allows scanning Linux/Unix/OSX systems for the following Indicators of Compromise (IOCs): Hashes MD5, SHA1 and SHA256 (using md5sum, sha1sum, sha -a 256) File Names string – checked for substring of the full path, e.g. “temp/p.exe” in “/var/temp/p.exe” Strings grep in files C2 Server checking for […]

Bashark – Bash Post Exploitation Toolkit

Bashark aids pentesters and security researchers during the post-exploitation phase of security audits. Usage To launch Bashark on compromised host, simply source the bashark.sh script from terminal: $ source bashark.sh Then type help to see Bashark’s help menu Features Single Bash script Lightweight and fast Multi-platform: Unix, OSX, Solaris etc. No external dependencies Immune to […]

Terminator – Metasploit Payload Generator

Terminator Metasploit Payload Generator. Payload List : Binaries Payloads 1) Android 2) Windows 3) Linux 4) Mac OS Scripting Payloads 1) Python 2) Perl 3) Bash Web Payloads 1) ASP 2) JSP 3) War Encrypters 1) APK Encrypter 2) Python Encrypter The author does not hold any responsibility for the bad use of this tool, […]

Linux Basics Part 2 – First Steps with Linux

This is Part 2 of Linux Basics In this Part we will talk about your first steps with linux. Logging In and Out: The Linux system distinguishes between different users. As a consequence, you may not be able to start using the computer immediately after it has been switched on. First you must tell the […]

RetDec – A Retargetable Machine-Code Decompiler

RetDec is a retargetable machine-code decompiler based on LLVM. The decompiler is not limited to any particular target architecture, operating system, or executable file format: Supported file formats: ELF, PE, Mach-O, COFF, AR (archive), Intel HEX, and raw machine code. Supported architectures (32b only): Intel x86, ARM, MIPS, PIC32, and PowerPC. Features: Static analysis of executable files with detailed […]

Findsploit – Find Exploits in Local and Online Databases Instantly – Kali Linux 2017.3

Findsploit is a simple bash script to quickly and easily search both local and online exploit databases. Findsploit:https://github.com/1N3/Findsploit Installation: git clone https://github.com/1N3/Findsploit.git cd Findsploit && ls chmod +x install.sh ./install.sh Usage: Search for all exploits and modules using a single search term: * findsploit <search_term_1> (ie. findsploit apache) Search multiple search terms: * findsploit <search_term_1> […]

Anti-DDOS – Anti DDOS Bash Script

Programming Languages : BASH RUN [email protected]:~# bash ./anti-ddos.sh Cloning an Existing Repository ( Clone with HTTPS ) git clone https://github.com/ismailtasdelen/Anti-DDOS.git Cloning an Existing Repository ( Clone with SSH ) git clone [email protected]:ismailtasdelen/Anti-DDOS.git   Download Anti-DDOS Premium WordPress Themes Download Free Download WordPress Themes Download Nulled WordPress Themes Download Best WordPress Themes Free Download lynda course […]

How To List Your Most Used Commands In Terminal?

Short Bytes: Using the history command in bash shell, you can get a list of all the commands that you’ve run previously on your machine. Going one step further, you can even list the most used commands in terminal. For doing this, the records from .bash_history file is used. If you mainly use Linux for […]

Linux Lexicon — Input And Output With Pipes And Redirection In Linux

Short Bytes: Command output, and input, can be controlled in extremely flexible ways using pipes and redirection. This is much more than smoke and mirrors, it’s the magic of Linux and UNIX-like shells. When working with the command-line interface it’s common to want to use the results of one command in another, but it’s extremely […]

How to Launch a Bash Shell From File Explorer in Windows 10

Launch Bash on Windows 10 and it will automatically open to your UNIX account’s home folder. Rather than using the cd command to change to another folder, you can launch Bash directly from a folder in File Explorer. The Easy Option: Use the Address Bar When you want to launch bash at a specific folder, […]

How To Install Bash 4.4 On Linux Distributions

Short Bytes: Bash 4.4 has been recently released by GNU. The new version of GNU Project’s shell comes with a long list of useful changes. If your work revolves around Bash, you can grab the source package from GNU’s website and install it. Before going ahead with Bash 4.4 installation process, make sure that you’ve […]

GNU Bash 4.4 Released With New Features And Changes

Short Bytes: GNU has released the latest version of Bash, GNU Project’s shell. The latest Bash 4.4 version arrives with new environmental variables and new arguments supported by existing commands. This release also brings along many changes to GNU Readline. Bash, Bourne Again SHell, is GNU Project’s shell that was released as a free software replacement […]

How Do You Make the Bash Prompt Change Colors When Logged Into a Server?

Do not set the PS1 if it is not set already (which means that, if the shell is not interactive). Just testing to see if the PS1 is “non-empty” is a common way to find out if the shell is interactive or not and we don’t want to confuse programs that do that (that means a more accurate test is […]

Top 5 Highest Paying Programming Languages of 2016

Short Bytes: The ebook website Packt has published its Skill Up 2016 report. It provides statistical data based on surveys conducted over 11,000 IT professionals to come with the highest paying programming languages of 2016. It also describes popular web frameworks and topics. Efficient programmers are a backbone of the IT-based corporate structure. People excelled […]

Linux Lexicon: Introduction To Linux Shell And Terminal | fossBytes

Last time we discussed the Linux Directory Structure and the roles of the various directories that form a part of the Linux File System. In this article, we shall be discussing the Linux Shell, the Terminal, and the Shell Prompt. Put in simple words, the ‘Linux Shell’ is the default command line interface to the […]

How To Install And Run Bash On Ubuntu On Windows 10 Right Now

Short Bytes: Microsoft has finally allowed the Fast Ring Insiders to install and run Bash on Ubuntu on Windows 10. This has been made possible with the help of latest Windows 10 Anniversary Update Preview Build 14316. Read more to know how to enable Linux subsystem and run Bash on Ubuntu on Windows 10. (Update: […]