Skip to main content

No project description provided

Project description

Conkeyscan

Scan Confluence Wikis for keywords.

The approach is using the search functionality and CQL queries to search for keywords in Confluence.

PyPI

Soon

Run It

  1. Download the latest release here.

  2. Create a dictionary with search terms per line or copy the default dict.txt from this repository.

  3. and then run it

./conkeyscan -url 'https://example.atlassian.net'  --username 'ex@amp.le' --password 'ATAT...' -p 'socks5://127.0.0.1:1337' -d ./dict.txt 

Get Up And Running Manually

  1. Install dependencies pip install -r requirements.txt

  2. Update the dict.txt file, containing keywords you want to search for. One per line.

  3. run it python3 conkeyscan.py --url http://192.168.1.2:8090/ --username someUsr --password somePassOrAPIkey

  4. Profit 🍾 check the generated logfile or stdout

  5. Further Help python3 conkeyscan.py -h

Authentication

It is possible to use a password or an API key.

To create an API key in the cloud go to: https://id.atlassian.com/manage-profile/security/api-tokens If testing against OnPrem instance you can create an API key in the user settings.

Dictionary

The default dict.txt file was taken from from Conf-Thief

Features

  • Search for provided keywords
  • Handle rate limiting by itself, as long as the returned status code equals HTTP 429, or specify max requests per second in CLI
  • The user agent is randomized
  • Proxying is supported either via HTTP or socks. See cli help for examples
  • Custom CQL
  • SSL/TLS checks are disabled by default

Alternatives

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

conkeyscan-0.1.0.tar.gz (5.5 kB view hashes)

Uploaded Source

Built Distribution

conkeyscan-0.1.0-py3-none-any.whl (5.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page