Skip to content

Limier est un petit outil en CLI permettant de trouver un flux RSS quand il est planqué sur un site.

License

Notifications You must be signed in to change notification settings

PythonLinks/limier

 
 

Repository files navigation

(for english people, I've made a quick README, but I don't want to do many support in english, so you can improve with pull request if you want)

limier

Limier is a small utility to crawl a site and discover the rss feeds.

forthebadge made-with-python

installation

git clone  https://github.com/darcosion/limier
cd limier 
pip3 install requirements.txt

Usage

$ ./limier.py -h
Limier par darcosion (https://github.com/darcosion/limier)
usage: limier.py [-h] [-d DOMAIN] [-a USER_AGENT] [-b] [-s]

optional arguments:
  -h, --help            show this help message and exit
  -d DOMAIN, --domain DOMAIN
                        domain to investigate
  -a USER_AGENT, --user-agent USER_AGENT
                        User-agent to use
  -b, --bruteforce      Enable bruteforce for website
  -s, --search-engine   Enable search engine research

Exemple :

$ ./limier.py -d community.mybb.com
Limier by darcosion (https://github.com/darcosion/limier)
[~] - Tentative de récupération de flux type link.
[~] - Attempt to retrieve feed in sitemap
------------------------------------------
---  How to handle the results.  ---
------------------------------------------
[+] - https:/community.mybb.com/syndication.php

TODO :

  • Add adebug option to visualize what limier is doing.
  • Explore the site tree.
  • Recognize which CMS a site is using.

About

Limier est un petit outil en CLI permettant de trouver un flux RSS quand il est planqué sur un site.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%