Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/em616/juli
A simple automated perl script for MiTM ( man-in-the-middle ) attacks.
https://github.com/em616/juli
Last synced: 2 months ago
JSON representation
A simple automated perl script for MiTM ( man-in-the-middle ) attacks.
- Host: GitHub
- URL: https://github.com/em616/juli
- Owner: em616
- Created: 2015-02-20T00:27:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-20T23:24:29.000Z (almost 10 years ago)
- Last Synced: 2024-08-04T09:06:38.942Z (6 months ago)
- Language: Perl
- Size: 146 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-network-stuff - **3**星 - in-the-middle ) attacks. (<a id="42f9e068b6511bcbb47d6b2b273097da"></a>未分类 / <a id="3bd67ee9f322e2c85854991c85ed6da0"></a>投毒&&Poisoning)
README
# Juli
A simple automated perl script for MiTM ( man-in-the-middle ) attacks.
I created it this morning just to pass some time :)#### Requirements:
* Linux ( I tested it on Ubuntu 14.04 LTS )
* Perl
* sslstrip https://github.com/moxie0/sslstrip
* arpsoof ( from dsniff can be found here http://www.monkey.org/~dugsong/dsniff/ )#### Usage:
Script must be runned as a root user
* sudo juli.pl interface targetipLogs will be saved on Juliscript.log
and they will loke like this
> 2015-01-19 12:38:24,482 SECURE POST Data (server.com):
charset_test=%E2%82%AC%2C%C2%B4%2C%E2%82%AC%2C%C2%B4%2C%E6%B0%B4%2C%D0%94%2C%D0%84&locale=en_US&email=user%40email.com&pass=password&charset_test=%E2%82%AC%2C%C2%B4%2C%E2%82%AC%2C%C2%B4%2C%E6%B0%B4%2C%D0%94%2C%D0%84&lsd=H2cF2I think i have more to do latter.
For any comment or to say just Hi contact me on em [ @ ] em616 [ dot ] comMy Blog: http://blog.em616.com
Follow me on Twitter : https://twitter.com/EneaMadani
Thank you