mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-22 10:29:25 +01:00
Supybot: final fix, I hope.
This commit is contained in:
parent
733e768731
commit
ddaba030e4
@ -33,8 +33,7 @@ ga('send', 'pageview');
|
|||||||
<h3 id="anyone-can-access-network-services-via-the-bot.">3. Anyone can access network services via the bot.</h3>
|
<h3 id="anyone-can-access-network-services-via-the-bot.">3. Anyone can access network services via the bot.</h3>
|
||||||
<p>I don't have example command for this, but it happens by nesting "format cut" and "misc tell".</p>
|
<p>I don't have example command for this, but it happens by nesting "format cut" and "misc tell".</p>
|
||||||
<p>What does this mean? Anyone can tell the bot to ghost someone else on same account, take over a channel by telling the bot to give flags (if it has correct flags), change password of the account and everything else what you do with network services.</p>
|
<p>What does this mean? Anyone can tell the bot to ghost someone else on same account, take over a channel by telling the bot to give flags (if it has correct flags), change password of the account and everything else what you do with network services.</p>
|
||||||
<h3 id="web-page-with-special-characters-in-title-can-be-used-to-send">4. Web page with special characters in <title> can be used to send</h3>
|
<h3 id="web-page-with-special-characters-in-title-can-be-used-to-send-dccctcp-commands.">4. Web page with special characters in <title> can be used to send DCC/CTCP commands.</h3>
|
||||||
<p>DCC/CTCP commands.</p>
|
|
||||||
<p>This doesn't mean only things like CTCP actions (also known as /me), but known problems with old routers ( <code>FF ? DCC SEND “ff???f??????????????” 0 0 0</code> ) which make them reconnect to the internet.</p>
|
<p>This doesn't mean only things like CTCP actions (also known as /me), but known problems with old routers ( <code>FF ? DCC SEND “ff???f??????????????” 0 0 0</code> ) which make them reconnect to the internet.</p>
|
||||||
<p>Usage:</p>
|
<p>Usage:</p>
|
||||||
<pre><code>!web title <malicious.page.here>
|
<pre><code>!web title <malicious.page.here>
|
||||||
@ -85,7 +84,7 @@ ga('send', 'pageview');
|
|||||||
<pre><code>sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
|
<pre><code>sudo pip install -r https://raw.githubusercontent.com/ProgVal/Limnoria/master/requirements.txt
|
||||||
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master</code></pre>
|
sudo pip install git+https://github.com/ProgVal/Limnoria.git@master</code></pre>
|
||||||
<hr/>
|
<hr/>
|
||||||
<a href="">Changelog of this page.</a>https://github.com/Mkaysi/Limnoria/commits/gh-pages/Supybot.html
|
<a href="https://github.com/Mkaysi/Limnoria/commits/gh-pages/Supybot.html">Changelog of this page.</a>
|
||||||
<hr/>
|
<hr/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -67,8 +67,7 @@ account, take over a channel by telling the bot to give flags
|
|||||||
(if it has correct flags), change password of the account and everything
|
(if it has correct flags), change password of the account and everything
|
||||||
else what you do with network services.
|
else what you do with network services.
|
||||||
|
|
||||||
### 4. Web page with special characters in \<title\> can be used to send
|
### 4. Web page with special characters in \<title\> can be used to send DCC/CTCP commands.
|
||||||
DCC/CTCP commands.
|
|
||||||
|
|
||||||
This doesn't mean only things like CTCP actions (also known as /me),
|
This doesn't mean only things like CTCP actions (also known as /me),
|
||||||
but known problems with old routers ( `FF ? DCC SEND “ff???f??????????????” 0 0 0` )
|
but known problems with old routers ( `FF ? DCC SEND “ff???f??????????????” 0 0 0` )
|
||||||
@ -190,7 +189,7 @@ sudo pip install git+https://github.com/ProgVal/Limnoria.git@master
|
|||||||
```
|
```
|
||||||
|
|
||||||
<hr/>
|
<hr/>
|
||||||
[Changelog of this page.]()https://github.com/Mkaysi/Limnoria/commits/gh-pages/Supybot.html
|
[Changelog of this page.](https://github.com/Mkaysi/Limnoria/commits/gh-pages/Supybot.html)
|
||||||
<hr/>
|
<hr/>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user