mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-08-19 21:13:26 -07:00
typos
This commit is contained in:
parent
aefd0cea3b
commit
de1cf6f9d6
1 changed files with 9 additions and 4 deletions
13
README.md
13
README.md
|
@ -16,15 +16,15 @@ Contact me at:
|
||||||
|
|
||||||
Availible plugins
|
Availible plugins
|
||||||
=================
|
=================
|
||||||
- Responder - LLMNR, NBT-NS and MDNS poisoner
|
- Responder - LLMNR, NBT-NS, WPAD and MDNS poisoner
|
||||||
- SSLstrip+ - Partially bypass HSTS
|
- SSLstrip+ - Partially bypass HSTS
|
||||||
- Spoof - Redirect traffic using ARP Spoofing, ICMP Redirects or DHCP Spoofing
|
- Spoof - Redirect traffic using ARP Spoofing, ICMP Redirects or DHCP Spoofing
|
||||||
- BeEFAutorun - Autoruns BeEF modules based on clients OS or browser type
|
- BeEFAutorun - Autoruns BeEF modules based on clients OS or browser type
|
||||||
- AppCachePoison - Perform App cache poisoning attacks
|
- AppCachePoison - Perform App cache poisoning attacks
|
||||||
- Ferret-NG - Transperently hijacks sessions
|
- Ferret-NG - Transparently hijacks sessions
|
||||||
- BrowserProfiler - Attempts to enumerate all browser plugins of connected clients
|
- BrowserProfiler - Attempts to enumerate all browser plugins of connected clients
|
||||||
- CacheKill - Kills page caching by modifying headers
|
- CacheKill - Kills page caching by modifying headers
|
||||||
- FilePwn - Backdoor executables being sent over http using the Backdoor Factory and BDFProxy
|
- FilePwn - Backdoor executables being sent over HTTP using the Backdoor Factory and BDFProxy
|
||||||
- Inject - Inject arbitrary content into HTML content
|
- Inject - Inject arbitrary content into HTML content
|
||||||
- BrowserPwn - Performs drive-by attacks on clients with out-of-date browser plugins
|
- BrowserPwn - Performs drive-by attacks on clients with out-of-date browser plugins
|
||||||
- jskeylogger - Injects a javascript keylogger into clients webpages
|
- jskeylogger - Injects a javascript keylogger into clients webpages
|
||||||
|
@ -35,7 +35,7 @@ Availible plugins
|
||||||
Changelog
|
Changelog
|
||||||
=========
|
=========
|
||||||
|
|
||||||
- Addition of a fully functional SMB server using the Impacket library
|
- Addition of a fully functional SMB server using the [Impacket](https://github.com/CoreSecurity/impacket) library
|
||||||
|
|
||||||
- Addition of [DNSChef](https://github.com/iphelix/dnschef), the framework is now a IPv4/IPv6 (TCP & UDP) DNS server ! Supported queries are: 'A', 'AAAA', 'MX', 'PTR', 'NS', 'CNAME', 'TXT', 'SOA', 'NAPTR', 'SRV', 'DNSKEY' and 'RRSIG'
|
- Addition of [DNSChef](https://github.com/iphelix/dnschef), the framework is now a IPv4/IPv6 (TCP & UDP) DNS server ! Supported queries are: 'A', 'AAAA', 'MX', 'PTR', 'NS', 'CNAME', 'TXT', 'SOA', 'NAPTR', 'SRV', 'DNSKEY' and 'RRSIG'
|
||||||
|
|
||||||
|
@ -94,17 +94,22 @@ FAQ
|
||||||
- **Is Windows supported?**
|
- **Is Windows supported?**
|
||||||
- No
|
- No
|
||||||
|
|
||||||
|
|
||||||
- **Is OSX supported?**
|
- **Is OSX supported?**
|
||||||
- Currently no, although with some tweaking (which I'll probably get around to in the near future) it should be able to run perfectly on OSX
|
- Currently no, although with some tweaking (which I'll probably get around to in the near future) it should be able to run perfectly on OSX
|
||||||
|
|
||||||
|
|
||||||
- **I can't install package X because of an error!**
|
- **I can't install package X because of an error!**
|
||||||
- Try installing the module via ```pip``` or your distros package manager. This *isn't* a problem with MITMf.
|
- Try installing the module via ```pip``` or your distros package manager. This *isn't* a problem with MITMf.
|
||||||
|
|
||||||
|
|
||||||
- **How do I install package X?**
|
- **How do I install package X?**
|
||||||
- Please read the [installation](#installation) guide.
|
- Please read the [installation](#installation) guide.
|
||||||
|
|
||||||
|
|
||||||
- **I get an ImportError when launching MITMf!**
|
- **I get an ImportError when launching MITMf!**
|
||||||
- Please read the [installation](#installation) guide.
|
- Please read the [installation](#installation) guide.
|
||||||
|
|
||||||
|
|
||||||
- **Dude, no documentation/video tutorials?**
|
- **Dude, no documentation/video tutorials?**
|
||||||
- Currently no, once the framework hits 1.0 I'll probably start writing/making some.
|
- Currently no, once the framework hits 1.0 I'll probably start writing/making some.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue