Skip to content

Commit

Permalink
Merge pull request #53 from peterpt/master
Browse files Browse the repository at this point in the history
version update 1.8.1
  • Loading branch information
screetsec authored Feb 27, 2017
2 parents ee4aa53 + 7c3c5ce commit 133e904
Show file tree
Hide file tree
Showing 9 changed files with 323 additions and 148 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
## CHANGELOG

* v1.8.1 - added possibility to configure metasploit , backdoor-factory & searchsploit with manual inputs

* - added more packages instalations needed for non-pentest distribution & some bugs fixed

* v1.8 - add file pumper in TFR
* v1.8 - Backdoor with c program for meterpreter reverse_tcp
* v1.8 - Metasploit staging protocol ( c program )
Expand Down
15 changes: 14 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@ RUN echo 'APT::Get::Install-Recommends "false";' >> /etc/apt/apt.conf \
backdoor-factory \
monodevelop \
ruby \
apache2
apache2 \
upx-ucl \
xterm \
gnome-terminal \
default-jre \
default-jdk \
unzip \
aapt \
apktool \
dex2jar \
zlib1g-dev \
libmagickwand-dev \
imagemagick \
zipalign

WORKDIR /root/TheFatRat
ADD . ./
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

#TheFatRat ( Unit for bypass av )

##Update: Version 1.8
##Update: Version 1.8.1
##Codename: Spark

What is TheFatRat ??
Expand Down Expand Up @@ -87,7 +87,8 @@ And it's up & running.

## :heavy_exclamation_mark: Requirements

- A linux operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling / Cyborg / Parrot / Dracos / BackTrack / Backbox / and another operating system ( linux )
- A linux operating system. We recommend Kali Linux 2 or Kali 2016.1 rolling
Cyborg / Parrot / Dracos / BackTrack / Backbox / Devuan and another operating system ( linux )

- Must install metasploit framework

Expand Down
4 changes: 4 additions & 0 deletions config/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-----------------------------------------
|Folder for FatRat configuration files .|
| Do Not Remove this file . |
-----------------------------------------
Loading

0 comments on commit 133e904

Please sign in to comment.