Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added PacketStreamer and SecretScanner #49

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
14 changes: 13 additions & 1 deletion 01. Information-Gathering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,14 @@ tshark -r capture-output.pcap
```
wireshark
```
* [PacketStreamer](https://github.com/deepfence/PacketStreamer)   [![](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/deepfence/PacketStreamer)
```
# on 'reciever' host, to collect streams
./packetstreamer receiver --config ./contrib/config/receiver.yaml

# on remote hosts, to run 'sensors'
./packetstreamer sensor --config ./contrib/config/sensor.yaml
```
* [subbrute](https://github.com/TheRook/subbrute)   [![](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/TheRook/subbrute)    [![watch](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/yt.png?token=AKLVDPY5647PJVN6MSLDOHS6WYYGY)](https://www.youtube.com/watch?v=C-OPJafxUBs)
```
./subbrute.py target.com
Expand Down Expand Up @@ -486,4 +494,8 @@ python3 sherlock [user_name]
```
* [PhoneInfoga](https://null-byte.wonderhowto.com/how-to/find-identifying-information-from-phone-number-using-osint-tools-0195472/)   [![github](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/sundowndev/phoneinfoga)   [![watch](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/yt.png?token=AKLVDPY5647PJVN6MSLDOHS6WYYGY)](https://youtu.be/WW6myutKBYk)

* [GHunt](https://kalilinuxtutorials.com/ghunt/)   [![github](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/mxrch/GHunt)
* [GHunt](https://kalilinuxtutorials.com/ghunt/)   [![github](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/mxrch/GHunt)
* [SecretScanner](https://github.com/deepfence/SecretScanner)   [![github](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/deepfence/SecretScanner)
```
./SecretScanner -config-path /path/to/config.yaml/dir -image-name node:8.11
```
8 changes: 8 additions & 0 deletions 08. Sniffing & Spoofing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@ tshark -r capture-output.pcap
```
wireshark
```
* [PacketStreamer](https://github.com/deepfence/PacketStreamer)   [![](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/github.png?token=AKLVDP4M2RTUFTJVE5QLRV26WYYCE)](https://github.com/deepfence/PacketStreamer)
```
# on 'reciever' host, to collect streams
./packetstreamer receiver --config ./contrib/config/receiver.yaml

# on remote hosts, to run 'sensors'
./packetstreamer sensor --config ./contrib/config/sensor.yaml
```
* [xspy](https://tools.kali.org/sniffingspoofing/xspy)   [![watch](https://raw.githubusercontent.com/hhhrrrttt222111/Ethical-Hacking-Tools/master/0/yt.png?token=AKLVDPY5647PJVN6MSLDOHS6WYYGY)](YT)
```
xspy -h
Expand Down