Skip to content

Commit

Permalink
Fix Ties
Browse files Browse the repository at this point in the history
  • Loading branch information
thehappydinoa committed Feb 11, 2018
1 parent 391e841 commit 76456cf
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 13 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![License](https://img.shields.io/badge/License-MIT-blue.svg?style=flat-square)](https://github.com/Manisso/fsociety/blob/master/LICENSE) ![OS](https://img.shields.io/badge/Tested%20On-Linux%20|%20OSX%20|%20Windows%20|%20Android-yellowgreen.svg?style=flat-square) [![Python2.7](https://img.shields.io/badge/Python-2.7-green.svg?style=flat-square)](https://www.python.org/downloads/release/python-2714/) [![Python3](https://img.shields.io/badge/Python-3-green.svg?style=flat-square)](https://github.com/Manisso/fsociety/tree/python3) ![Docker](https://img.shields.io/docker/automated/jrottenberg/ffmpeg.svg?style=flat-square)

# [Fsociety Hacking Tools Pack](http://fsociety.thehappydinoa.me)
# Fsociety Hacking Tools Pack

A Penetration Testing Framework, you will have every script that a hacker needs

Expand Down Expand Up @@ -101,21 +101,17 @@ A Penetration Testing Framework, you will have every script that a hacker needs
## Installation [Linux](https://wikipedia.org/wiki/Linux) [![alt tag](http://icons.iconarchive.com/icons/dakirby309/simply-styled/32/OS-Linux-icon.png)](https://fr.wikipedia.org/wiki/Linux)

```bash
git clone https://github.com/Manisso/fsociety.git
cd fsociety
./install.sh
bash <(wget -qO- https://git.io/vAtmB)
```

Follow This Video [HackerSploit](https://www.youtube.com/watch?v=t3uYpMrK2EU)

## Installation [Android](https://wikipedia.org/wiki/Android) [![alt tag](https://cdn1.iconfinder.com/data/icons/logotypes/32/android-32.png)](https://fr.wikipedia.org/wiki/Android)
## Installation

Download [Termux](https://play.google.com/store/apps/details?id=com.termux)

```bash
git clone https://github.com/Manisso/fsociety.git
cd fsociety
./install.sh
bash <(wget -qO- https://git.io/vAtmB)
```

Follow This Video [Arif - Tech](https://www.youtube.com/watch?v=JwK5oOBjpgQ&t=160s)
Expand Down Expand Up @@ -151,8 +147,6 @@ docker-compose down # destroys instance

# Contributors

[thehappydinoa](https://github.com/thehappydinoa)

[alexcreek](https://github.com/alexcreek)

[mswell](https://github.com/mswell)
Expand Down
1 change: 0 additions & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,6 @@ <h5 class="card-title">Post Exploitation</h5>
<div class="px-3 py-3 pt-md-5 pb-md-4 mx-auto text-center" id="contributors">
<p class="robot-text robot-logo">Contributors</p>
<a href="https://github.com/Manisso"><img src="https://avatars0.githubusercontent.com/u/16539311?s=200" class="rounded" alt="Manisso" style="padding: 1rem;"></a>
<a href="https://github.com/thehappydinoa"><img src="https://avatars1.githubusercontent.com/u/30162978?s=200" class="rounded" alt="thehappydinoa" style="padding: 1rem;"></a>
<a href="https://github.com/huangsam"><img src="https://avatars1.githubusercontent.com/u/515617?s=200" class="rounded" alt="huangsam" style="padding: 1rem;"></a>
<a href="https://github.com/alexcreek"><img src="https://avatars1.githubusercontent.com/u/3383123?s=200" class="rounded" alt="alexcreek" style="padding: 1rem;"></a>
<a href="https://github.com/mswell"><img src="https://avatars1.githubusercontent.com/u/2567185?s=200" class="rounded" alt="mswell" style="padding: 1rem;"></a>
Expand Down
4 changes: 2 additions & 2 deletions fsociety.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# Greet's To
# IcoDz - Canejo
# Tool For Hacking
# Authors : Manisso/thehappydinoa
# Author : Manisso

'''
Imports
Expand Down Expand Up @@ -123,7 +123,7 @@ def __init__(self):
clearScr()
self.createFolders()
print (fsocietylogo + color.RED + '''
}-----{+} Coded By Manisso and thehappydinoa {+}-----{
}--------------{+} Coded By Manisso {+}--------------{
}--------{+} GitHub.com/Manisso/fsociety {+}--------{
''' + color.END + '''
{1}--Information Gathering
Expand Down

0 comments on commit 76456cf

Please sign in to comment.