├── .gitignore
├── CNAME
├── Makefile
├── archetypes
└── default.md
├── config.toml
├── content
├── _index.md
├── contributing
│ └── _index.md
├── installation
│ └── _index.md
├── intro
│ └── _index.md
├── modules
│ ├── _index.md
│ ├── ble
│ │ └── _index.md
│ ├── canbus
│ │ └── _index.md
│ ├── core
│ │ ├── _index.md
│ │ ├── api.rest
│ │ │ └── _index.md
│ │ ├── c2
│ │ │ └── _index.md
│ │ ├── caplets
│ │ │ └── _index.md
│ │ ├── events.stream
│ │ │ └── _index.md
│ │ ├── graph
│ │ │ └── _index.md
│ │ ├── ticker
│ │ │ └── _index.md
│ │ ├── ui
│ │ │ └── _index.md
│ │ └── update
│ │ │ └── _index.md
│ ├── ethernet
│ │ ├── _index.md
│ │ ├── net.probe
│ │ │ └── _index.md
│ │ ├── net.recon
│ │ │ └── _index.md
│ │ ├── net.sniff
│ │ │ └── _index.md
│ │ ├── proxies
│ │ │ ├── _index.md
│ │ │ ├── any.proxy
│ │ │ │ └── _index.md
│ │ │ ├── http.proxy
│ │ │ │ └── _index.md
│ │ │ ├── https.proxy
│ │ │ │ └── _index.md
│ │ │ ├── packet.proxy
│ │ │ │ └── _index.md
│ │ │ └── tcp.proxy
│ │ │ │ └── _index.md
│ │ ├── servers
│ │ │ ├── _index.md
│ │ │ ├── http.server
│ │ │ │ └── _index.md
│ │ │ ├── https.server
│ │ │ │ └── _index.md
│ │ │ ├── mdns.server
│ │ │ │ └── _index.md
│ │ │ └── mysql.server
│ │ │ │ └── _index.md
│ │ ├── spoofers
│ │ │ ├── _index.md
│ │ │ ├── arp.spoof
│ │ │ │ └── _index.md
│ │ │ ├── dhcp6.spoof
│ │ │ │ └── _index.md
│ │ │ ├── dns.spoof
│ │ │ │ └── _index.md
│ │ │ └── ndp.spoof
│ │ │ │ └── _index.md
│ │ ├── syn.scan
│ │ │ └── _index.md
│ │ └── wol
│ │ │ └── _index.md
│ ├── hid
│ │ └── _index.md
│ ├── utils
│ │ ├── _index.md
│ │ ├── gps
│ │ │ └── _index.md
│ │ └── mac.changer
│ │ │ └── _index.md
│ └── wifi
│ │ └── _index.md
└── usage
│ ├── _index.md
│ ├── interactive
│ └── _index.md
│ ├── scripting
│ └── _index.md
│ └── webui
│ └── _index.md
├── docs
├── 404.html
├── CNAME
├── categories
│ ├── index.html
│ └── index.xml
├── contributing
│ ├── index.html
│ └── index.xml
├── css
│ ├── atom-one-dark-reasonable.css
│ ├── auto-complete.css
│ ├── featherlight.min.css
│ ├── fontawesome-all.min.css
│ ├── hugo-theme.css
│ ├── hybrid.css
│ ├── nucleus.css
│ ├── perfect-scrollbar.min.css
│ ├── tabs.css
│ ├── tags.css
│ ├── theme-blue.css
│ ├── theme-green.css
│ ├── theme-red.css
│ └── theme.css
├── favicon.png
├── fonts
│ ├── Inconsolata.eot
│ ├── Inconsolata.svg
│ ├── Inconsolata.ttf
│ ├── Inconsolata.woff
│ ├── Novecentosanswide-Normal-webfont.eot
│ ├── Novecentosanswide-Normal-webfont.svg
│ ├── Novecentosanswide-Normal-webfont.ttf
│ ├── Novecentosanswide-Normal-webfont.woff
│ ├── Novecentosanswide-Normal-webfont.woff2
│ ├── Novecentosanswide-UltraLight-webfont.eot
│ ├── Novecentosanswide-UltraLight-webfont.svg
│ ├── Novecentosanswide-UltraLight-webfont.ttf
│ ├── Novecentosanswide-UltraLight-webfont.woff
│ ├── Novecentosanswide-UltraLight-webfont.woff2
│ ├── Work_Sans_200.eot
│ ├── Work_Sans_200.svg
│ ├── Work_Sans_200.ttf
│ ├── Work_Sans_200.woff
│ ├── Work_Sans_200.woff2
│ ├── Work_Sans_300.eot
│ ├── Work_Sans_300.svg
│ ├── Work_Sans_300.ttf
│ ├── Work_Sans_300.woff
│ ├── Work_Sans_300.woff2
│ ├── Work_Sans_500.eot
│ ├── Work_Sans_500.svg
│ ├── Work_Sans_500.ttf
│ ├── Work_Sans_500.woff
│ └── Work_Sans_500.woff2
├── images
│ ├── clippy.svg
│ ├── favicon.png
│ └── gopher-404.jpg
├── index.html
├── index.json
├── index.xml
├── installation
│ ├── index.html
│ └── index.xml
├── intro
│ ├── index.html
│ └── index.xml
├── js
│ ├── auto-complete.js
│ ├── clipboard.min.js
│ ├── featherlight.min.js
│ ├── highlight.pack.js
│ ├── hugo-learn.js
│ ├── jquery-3.3.1.min.js
│ ├── jquery.sticky.js
│ ├── learn.js
│ ├── lunr.min.js
│ ├── modernizr.custom-3.6.0.js
│ ├── perfect-scrollbar.jquery.min.js
│ ├── perfect-scrollbar.min.js
│ └── search.js
├── legacy
│ ├── assets
│ │ ├── ajax-loader.gif
│ │ ├── basic.css
│ │ ├── comment-bright.png
│ │ ├── comment-close.png
│ │ ├── comment.png
│ │ ├── css
│ │ │ ├── badge_only.css
│ │ │ └── theme.css
│ │ ├── doctools.js
│ │ ├── down-pressed.png
│ │ ├── down.png
│ │ ├── favicon.png
│ │ ├── file.png
│ │ ├── fonts
│ │ │ ├── Inconsolata-Bold.ttf
│ │ │ ├── Inconsolata-Regular.ttf
│ │ │ ├── Lato-Bold.ttf
│ │ │ ├── Lato-Regular.ttf
│ │ │ ├── RobotoSlab-Bold.ttf
│ │ │ ├── RobotoSlab-Regular.ttf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── img
│ │ │ ├── mitm.jpg
│ │ │ ├── proxy.png
│ │ │ ├── sslstrip2.png
│ │ │ └── with-hsts.png
│ │ ├── jquery-3.1.0.js
│ │ ├── jquery.js
│ │ ├── js
│ │ │ ├── modernizr.min.js
│ │ │ └── theme.js
│ │ ├── logo.png
│ │ ├── minus.png
│ │ ├── plus.png
│ │ ├── pygments.css
│ │ ├── searchtools.js
│ │ ├── underscore-1.3.1.js
│ │ ├── underscore.js
│ │ ├── up-pressed.png
│ │ ├── up.png
│ │ └── websupport.js
│ └── index.html
├── logo.png
├── logo_full.png
├── mermaid
│ └── mermaid.js
├── modules
│ ├── ble
│ │ ├── index.html
│ │ └── index.xml
│ ├── canbus
│ │ ├── index.html
│ │ └── index.xml
│ ├── core
│ │ ├── api.rest
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── c2
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── caplets
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── events.stream
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── graph
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── index.html
│ │ ├── index.xml
│ │ ├── ticker
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── ui
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ └── update
│ │ │ ├── index.html
│ │ │ └── index.xml
│ ├── ethernet
│ │ ├── index.html
│ │ ├── index.xml
│ │ ├── net.probe
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── net.recon
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── net.sniff
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── proxies
│ │ │ ├── any.proxy
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── http.proxy
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── https.proxy
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── index.html
│ │ │ ├── index.xml
│ │ │ ├── packet.proxy
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ └── tcp.proxy
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ ├── servers
│ │ │ ├── http.server
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── https.server
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── index.html
│ │ │ ├── index.xml
│ │ │ ├── mdns.server
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ └── mysql.server
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ ├── spoofers
│ │ │ ├── arp.spoof
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── dhcp6.spoof
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── dns.spoof
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ │ ├── index.html
│ │ │ ├── index.xml
│ │ │ └── ndp.spoof
│ │ │ │ ├── index.html
│ │ │ │ └── index.xml
│ │ ├── syn.scan
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ └── wol
│ │ │ ├── index.html
│ │ │ └── index.xml
│ ├── hid
│ │ ├── index.html
│ │ └── index.xml
│ ├── index.html
│ ├── index.xml
│ ├── utils
│ │ ├── gps
│ │ │ ├── index.html
│ │ │ └── index.xml
│ │ ├── index.html
│ │ ├── index.xml
│ │ └── mac.changer
│ │ │ ├── index.html
│ │ │ └── index.xml
│ └── wifi
│ │ ├── index.html
│ │ └── index.xml
├── robots.txt
├── sitemap.xml
├── tags
│ ├── index.html
│ └── index.xml
├── usage
│ ├── index.html
│ ├── index.xml
│ ├── interactive
│ │ ├── index.html
│ │ └── index.xml
│ ├── scripting
│ │ ├── index.html
│ │ └── index.xml
│ └── webui
│ │ ├── index.html
│ │ └── index.xml
└── webfonts
│ ├── fa-brands-400.eot
│ ├── fa-brands-400.svg
│ ├── fa-brands-400.ttf
│ ├── fa-brands-400.woff
│ ├── fa-brands-400.woff2
│ ├── fa-regular-400.eot
│ ├── fa-regular-400.svg
│ ├── fa-regular-400.ttf
│ ├── fa-regular-400.woff
│ ├── fa-regular-400.woff2
│ ├── fa-solid-900.eot
│ ├── fa-solid-900.svg
│ ├── fa-solid-900.ttf
│ ├── fa-solid-900.woff
│ └── fa-solid-900.woff2
├── layouts
└── partials
│ ├── custom-footer.html
│ ├── custom-header.html
│ ├── favicon.html
│ ├── logo.html
│ └── menu-footer.html
├── static
├── CNAME
├── favicon.png
├── legacy
│ ├── assets
│ │ ├── ajax-loader.gif
│ │ ├── basic.css
│ │ ├── comment-bright.png
│ │ ├── comment-close.png
│ │ ├── comment.png
│ │ ├── css
│ │ │ ├── badge_only.css
│ │ │ └── theme.css
│ │ ├── doctools.js
│ │ ├── down-pressed.png
│ │ ├── down.png
│ │ ├── favicon.png
│ │ ├── file.png
│ │ ├── fonts
│ │ │ ├── Inconsolata-Bold.ttf
│ │ │ ├── Inconsolata-Regular.ttf
│ │ │ ├── Lato-Bold.ttf
│ │ │ ├── Lato-Regular.ttf
│ │ │ ├── RobotoSlab-Bold.ttf
│ │ │ ├── RobotoSlab-Regular.ttf
│ │ │ ├── fontawesome-webfont.eot
│ │ │ ├── fontawesome-webfont.svg
│ │ │ ├── fontawesome-webfont.ttf
│ │ │ └── fontawesome-webfont.woff
│ │ ├── img
│ │ │ ├── mitm.jpg
│ │ │ ├── proxy.png
│ │ │ ├── sslstrip2.png
│ │ │ └── with-hsts.png
│ │ ├── jquery-3.1.0.js
│ │ ├── jquery.js
│ │ ├── js
│ │ │ ├── modernizr.min.js
│ │ │ └── theme.js
│ │ ├── logo.png
│ │ ├── minus.png
│ │ ├── plus.png
│ │ ├── pygments.css
│ │ ├── searchtools.js
│ │ ├── underscore-1.3.1.js
│ │ ├── underscore.js
│ │ ├── up-pressed.png
│ │ ├── up.png
│ │ └── websupport.js
│ └── index.html
├── logo.png
├── logo_full.png
└── robots.txt
└── themes
└── hugo-theme-learn
├── .editorconfig
├── .gitignore
├── .grenrc.yml
├── CHANGELOG.md
├── LICENSE.md
├── README.md
├── archetypes
├── chapter.md
└── default.md
├── exampleSite
├── LICENSE.md
├── config.toml
├── content
│ ├── _index.en.md
│ ├── _index.fr.md
│ ├── basics
│ │ ├── _index.en.md
│ │ ├── _index.fr.md
│ │ ├── _index.zh.md
│ │ ├── configuration
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ └── images
│ │ │ │ └── home_button_defaults.jpg
│ │ ├── installation
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ └── images
│ │ │ │ └── chapter.png
│ │ ├── requirements
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ └── images
│ │ │ │ └── magic.gif
│ │ └── style-customization
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ └── images
│ │ │ ├── blue-variant.png
│ │ │ ├── green-variant.png
│ │ │ └── red-variant.png
│ ├── cont
│ │ ├── _index.en.md
│ │ ├── _index.fr.md
│ │ ├── archetypes.en.md
│ │ ├── archetypes.fr.md
│ │ ├── i18n
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ └── images
│ │ │ │ └── i18n-menu.gif
│ │ ├── icons.en.md
│ │ ├── markdown.en.md
│ │ ├── markdown.fr.md
│ │ ├── menushortcuts.en.md
│ │ ├── menushortcuts.fr.md
│ │ ├── pages
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ └── images
│ │ │ │ ├── frontmatter-icon.png
│ │ │ │ ├── pages-chapter.png
│ │ │ │ └── pages-default.png
│ │ ├── syntaxhighlight.en.md
│ │ ├── tags.en.md
│ │ └── tags.fr.md
│ ├── credits.en.md
│ ├── credits.fr.md
│ ├── shortcodes
│ │ ├── _index.en.md
│ │ ├── _index.fr.md
│ │ ├── attachments.en.files
│ │ │ ├── BachGavotteShort.mp3
│ │ │ ├── Carroll_AliceAuPaysDesMerveilles.pdf
│ │ │ ├── adivorciarsetoca00cape.pdf
│ │ │ ├── hugo.png
│ │ │ └── movieselectricsheep-flock-244-32500-2.mp4
│ │ ├── attachments.en.md
│ │ ├── attachments.fr.files
│ │ │ ├── BachGavotteShort.mp3
│ │ │ ├── Carroll_AliceAuPaysDesMerveilles.pdf
│ │ │ ├── adivorciarsetoca00cape.pdf
│ │ │ ├── hugo.png
│ │ │ └── movieselectricsheep-flock-244-32500-2.mp4
│ │ ├── attachments.fr.md
│ │ ├── button.en.md
│ │ ├── button.fr.md
│ │ ├── children
│ │ │ ├── _index.en.md
│ │ │ ├── _index.fr.md
│ │ │ ├── children-1
│ │ │ │ ├── _index.en.md
│ │ │ │ ├── _index.fr.md
│ │ │ │ └── children-1-1
│ │ │ │ │ ├── _index.en.md
│ │ │ │ │ ├── _index.fr.md
│ │ │ │ │ └── children-1-1-1
│ │ │ │ │ ├── _index.en.md
│ │ │ │ │ ├── _index.fr.md
│ │ │ │ │ └── children-1-1-1-1
│ │ │ │ │ ├── _index.en.md
│ │ │ │ │ ├── _index.fr.md
│ │ │ │ │ └── children-1-1-1-1-1
│ │ │ │ │ ├── _index.en.md
│ │ │ │ │ └── _index.fr.md
│ │ │ ├── children-2
│ │ │ │ ├── _index.en.md
│ │ │ │ ├── _index.fr.md
│ │ │ │ ├── test3.en.md
│ │ │ │ └── test3.fr.md
│ │ │ ├── children-3
│ │ │ │ ├── _index.en.md
│ │ │ │ └── _index.fr.md
│ │ │ ├── children-4
│ │ │ │ ├── _index.en.md
│ │ │ │ └── _index.fr.md
│ │ │ ├── test.en.md
│ │ │ └── test.fr.md
│ │ ├── expand.en.md
│ │ ├── expand.fr.md
│ │ ├── mermaid.en.md
│ │ ├── mermaid.fr.md
│ │ ├── notice.en.md
│ │ ├── notice.fr.md
│ │ ├── siteparam.en.md
│ │ ├── siteparam.fr.md
│ │ └── tabs.en.md
│ ├── showcase.en.md
│ └── showcase.fr.md
├── layouts
│ ├── partials
│ │ ├── custom-footer.html
│ │ ├── logo.html
│ │ └── menu-footer.html
│ └── shortcodes
│ │ └── ghcontributors.html
└── static
│ ├── css
│ └── theme-mine.css
│ ├── fonts
│ ├── monogramos-webfont.eot
│ ├── monogramos-webfont.svg
│ ├── monogramos-webfont.ttf
│ ├── monogramos-webfont.woff
│ └── monogramos-webfont.woff2
│ └── images
│ └── showcase
│ ├── inteliver_docs.png
│ ├── tat.png
│ └── tshark_dev.png
├── i18n
├── ar.toml
├── de.toml
├── en.toml
├── es.toml
├── fr.toml
├── hi.toml
├── id.toml
├── ja.toml
├── nl.toml
├── pt.toml
├── ru.toml
├── tr.toml
└── zh-cn.toml
├── images
├── screenshot.png
└── tn.png
├── layouts
├── 404.html
├── _default
│ ├── list.html
│ └── single.html
├── index.html
├── index.json
├── partials
│ ├── custom-comments.html
│ ├── custom-footer.html
│ ├── custom-header.html
│ ├── favicon.html
│ ├── footer.html
│ ├── header.html
│ ├── logo.html
│ ├── menu-footer.html
│ ├── menu.html
│ ├── meta.html
│ ├── search.html
│ ├── tags.html
│ └── toc.html
└── shortcodes
│ ├── attachments.html
│ ├── button.html
│ ├── children.html
│ ├── expand.html
│ ├── mermaid.html
│ ├── notice.html
│ ├── ref.html
│ ├── relref.html
│ ├── siteparam.html
│ ├── tab.html
│ └── tabs.html
├── netlify.toml
├── static
├── css
│ ├── atom-one-dark-reasonable.css
│ ├── auto-complete.css
│ ├── featherlight.min.css
│ ├── fontawesome-all.min.css
│ ├── hugo-theme.css
│ ├── hybrid.css
│ ├── nucleus.css
│ ├── perfect-scrollbar.min.css
│ ├── tabs.css
│ ├── tags.css
│ ├── theme-blue.css
│ ├── theme-green.css
│ ├── theme-red.css
│ └── theme.css
├── fonts
│ ├── Inconsolata.eot
│ ├── Inconsolata.svg
│ ├── Inconsolata.ttf
│ ├── Inconsolata.woff
│ ├── Novecentosanswide-Normal-webfont.eot
│ ├── Novecentosanswide-Normal-webfont.svg
│ ├── Novecentosanswide-Normal-webfont.ttf
│ ├── Novecentosanswide-Normal-webfont.woff
│ ├── Novecentosanswide-Normal-webfont.woff2
│ ├── Novecentosanswide-UltraLight-webfont.eot
│ ├── Novecentosanswide-UltraLight-webfont.svg
│ ├── Novecentosanswide-UltraLight-webfont.ttf
│ ├── Novecentosanswide-UltraLight-webfont.woff
│ ├── Novecentosanswide-UltraLight-webfont.woff2
│ ├── Work_Sans_200.eot
│ ├── Work_Sans_200.svg
│ ├── Work_Sans_200.ttf
│ ├── Work_Sans_200.woff
│ ├── Work_Sans_200.woff2
│ ├── Work_Sans_300.eot
│ ├── Work_Sans_300.svg
│ ├── Work_Sans_300.ttf
│ ├── Work_Sans_300.woff
│ ├── Work_Sans_300.woff2
│ ├── Work_Sans_500.eot
│ ├── Work_Sans_500.svg
│ ├── Work_Sans_500.ttf
│ ├── Work_Sans_500.woff
│ └── Work_Sans_500.woff2
├── images
│ ├── clippy.svg
│ ├── favicon.png
│ └── gopher-404.jpg
├── js
│ ├── auto-complete.js
│ ├── clipboard.min.js
│ ├── featherlight.min.js
│ ├── highlight.pack.js
│ ├── hugo-learn.js
│ ├── jquery-3.3.1.min.js
│ ├── jquery.sticky.js
│ ├── learn.js
│ ├── lunr.min.js
│ ├── modernizr.custom-3.6.0.js
│ ├── perfect-scrollbar.jquery.min.js
│ ├── perfect-scrollbar.min.js
│ └── search.js
├── mermaid
│ └── mermaid.js
└── webfonts
│ ├── fa-brands-400.eot
│ ├── fa-brands-400.svg
│ ├── fa-brands-400.ttf
│ ├── fa-brands-400.woff
│ ├── fa-brands-400.woff2
│ ├── fa-regular-400.eot
│ ├── fa-regular-400.svg
│ ├── fa-regular-400.ttf
│ ├── fa-regular-400.woff
│ ├── fa-regular-400.woff2
│ ├── fa-solid-900.eot
│ ├── fa-solid-900.svg
│ ├── fa-solid-900.ttf
│ ├── fa-solid-900.woff
│ └── fa-solid-900.woff2
├── theme.toml
└── wercker.yml
/.gitignore:
--------------------------------------------------------------------------------
1 | /public
2 |
--------------------------------------------------------------------------------
/CNAME:
--------------------------------------------------------------------------------
1 | www.bettercap.org
2 |
--------------------------------------------------------------------------------
/Makefile:
--------------------------------------------------------------------------------
1 | all: docs
2 |
3 | docs:
4 | @hugo
5 | @mv public docs
6 |
7 | clean:
8 | @rm -rf public docs
9 |
--------------------------------------------------------------------------------
/archetypes/default.md:
--------------------------------------------------------------------------------
1 | ---
2 | title: "{{ replace .Name "-" " " | title }}"
3 | date: {{ .Date }}
4 | draft: true
5 | ---
6 |
7 |
--------------------------------------------------------------------------------
/config.toml:
--------------------------------------------------------------------------------
1 | baseURL = "https://bettercap.org/"
2 | languageCode = "en-us"
3 | title = "bettercap"
4 |
5 | theme = "hugo-theme-learn"
6 | # For search functionality
7 | [outputs]
8 | home = ["HTML", "RSS", "JSON"]
9 |
10 | [markup.goldmark.renderer]
11 | unsafe = true
12 |
13 | [params]
14 | themeVariant = "green"
15 | disableShortcutsTitle = true
16 | editURL = "https://github.com/bettercap/website/edit/master/content/"
17 |
18 | [[menu.shortcuts]]
19 | name = " Github"
20 | url = "https://github.com/bettercap/bettercap"
21 | weight = 1
22 |
23 | [[menu.shortcuts]]
24 | name = " Blog"
25 | url = "https://www.evilsocket.net/tags/bettercap/"
26 | weight = 2
27 |
28 | [[menu.shortcuts]]
29 | name = ''
30 | url = "https://github.com/bettercap/bettercap/blob/master/LICENSE.md"
31 | weight = 4
32 |
33 | # [[menu.shortcuts]]
34 | # name = '
'
35 | # url = "https://travis-ci.org/bettercap/bettercap"
36 | # weight = 5
37 |
38 | [[menu.shortcuts]]
39 | name = '
'
40 | url = "https://goreportcard.com/report/github.com/bettercap/bettercap"
41 | weight = 6
42 |
43 | [[menu.shortcuts]]
44 | name = '
'
45 | url = "http://godoc.org/github.com/bettercap/bettercap"
46 | weight = 7
47 |
48 | [[menu.shortcuts]]
49 | name = "
Legacy v1.x Doc"
50 | url = "/legacy/"
51 | weight = 8
52 |
--------------------------------------------------------------------------------
/content/_index.md:
--------------------------------------------------------------------------------
1 | # bettercap
2 |
3 |
13 |
14 |
15 |
16 |
15 |
16 |
17 |
18 |
12 | Le site fonctionne. Ne pas oublier de personaliser cette page avec votre propre contenu. 3 manières de faire : 13 |
14 |22 | The site is working. Don't forget to customize this homepage with your own. You typically have 3 choices : 23 |
24 |