All Projects → pengzhile → Atlassian Agent

pengzhile / Atlassian Agent

Licence: gpl-3.0
Atlassian's productions crack.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Atlassian Agent

Codestream
The Code Collaboration Tool Built for Remote Teams
Stars: ✭ 459 (+61.05%)
Mutual labels:  jira, bitbucket
data-center-helm-charts
Helm charts for Atlassian's Data Center products
Stars: ✭ 77 (-72.98%)
Mutual labels:  jira, bitbucket
Generic Webhook Trigger Plugin
Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
Stars: ✭ 287 (+0.7%)
Mutual labels:  jira, bitbucket
Atlassian Python Api
Atlassian Python REST API wrapper
Stars: ✭ 564 (+97.89%)
Mutual labels:  jira, bitbucket
atlassian-kubernetes
All things Atlassian and Kubernetes
Stars: ✭ 30 (-89.47%)
Mutual labels:  jira, bitbucket
Dashboard
📺 Create your own team dashboard with custom widgets. Built with Next.js, React, styled-components and polished.
Stars: ✭ 1,007 (+253.33%)
Mutual labels:  jira, bitbucket
Awesome Wm Widgets
Widgets for Awesome Window Manager
Stars: ✭ 856 (+200.35%)
Mutual labels:  jira, bitbucket
Atlassian Helper
Atlassian helper
Stars: ✭ 105 (-63.16%)
Mutual labels:  jira, bitbucket
API-Testing-Automation-Framework
It is Data-Driven and Keyword-Driven framework to test REST/SOAP webservices automatically
Stars: ✭ 24 (-91.58%)
Mutual labels:  jira
concourse-git-bitbucket-pr-resource
🚀 Concourse CI resource for tracking git branches of Bitbucket pull-requests
Stars: ✭ 29 (-89.82%)
Mutual labels:  bitbucket
xeo
A modern tool to bring SCRUM to Notion!
Stars: ✭ 26 (-90.88%)
Mutual labels:  jira
jira-cli
🔥 [WIP] Feature-rich interactive Jira command line.
Stars: ✭ 809 (+183.86%)
Mutual labels:  jira
JirAgileR
User-friendly 🔹JIRA API wrapper. Track projects & issues from within R
Stars: ✭ 22 (-92.28%)
Mutual labels:  jira
terraform-provider-bitbucket
This Terraform provider is archived per our provider archiving process: https://terraform.io/docs/internals/archiving.html
Stars: ✭ 30 (-89.47%)
Mutual labels:  bitbucket
go-scm
Package scm provides a unified interface to multiple source code management systems.
Stars: ✭ 117 (-58.95%)
Mutual labels:  bitbucket
gajira
GitHub Actions for Jira
Stars: ✭ 100 (-64.91%)
Mutual labels:  jira
Github Updater
This WP plugin will update GitHub, Bitbucket, GitLab, and Gitea hosted plugins and themes
Stars: ✭ 2,893 (+915.09%)
Mutual labels:  bitbucket
jira-2-omnifocus
Chrome extension for sending JIRA tickets to OmniFocus
Stars: ✭ 20 (-92.98%)
Mutual labels:  jira
myyearwithgit
代码仓库年终总结报告。
Stars: ✭ 176 (-38.25%)
Mutual labels:  bitbucket
bitbucket-asciidoc-plugin
An add-on for Atlassian Bitbucket Server to render AsciiDoc files.
Stars: ✭ 20 (-92.98%)
Mutual labels:  bitbucket

Atlassian Agent

Support (almost any version, include 8.0):

  • JIRA Software
  • JIRA Core
  • JIRA Service Desk
  • JIRA plugin: Capture
  • JIRA plugin: Training
  • JIRA plugin: Portfolio
  • Confluence
  • Confluence plugin: Questions
  • Confluence plugin: Team Calendars
  • Bamboo
  • Bitbucket
  • FishEye
  • Crowd
  • Crucible
  • Third party plugins

使用说明

优势

  • 支持Atlassian家几乎所有产品,同时支持插件(包括插件市场的第三方插件)。
  • 支持DataCenter模式。
  • 相比较于传统的crack来说可以很容易的升级你的服务,而不用重新再次破解。
  • 提供基于java的命令行 keygen,更方便在终端环境使用。
  • 开源项目,你知道破解时都做了什么。

直接下载

  • 直接下载本项目release包。

自行编译

  • Clone本项目源码,pom.xml同级目录执行mvn package后即可进行编译。
  • 使用target目录产出的atlassian-agent-jar-with-dependencies.jar,而非atlassian-agent.jar
  • 如果你不知道我在说什么,最好还是直接下载我编译好的包。

使用帮助

  • 破解需要成套使用,不能只破解插件,要先使用atlassian-agent.jar破解服务。
  • 如果你已经获得atlassian-agent.jar,可以试着执行java -jar atlassian-agent.jar看看输出的帮助。
  • 这里的帮助以Atlassian家的Confluence服务为例。

配置Agent

  1. atlassian-agent.jar放在一个你不会随便删除的位置(你服务器上的所有Atlassian服务可共享同一个atlassian-agent.jar)。
  2. 设置环境变量JAVA_OPTS(这其实是Java的环境变量,用来指定其启动java程序时附带的参数),把-javaagent参数附带上。具体可以这么做:
    • 你可以把:export JAVA_OPTS="-javaagent:/path/to/atlassian-agent.jar ${JAVA_OPTS}"这样的命令放到.bashrc.bash_profile这样的文件内。
    • 你可以把:export JAVA_OPTS="-javaagent:/path/to/atlassian-agent.jar ${JAVA_OPTS}"这样的命令放到服务安装所在bin目录下的setenv.shsetenv.bat(供windows使用)中。
    • 你还可以直接命令行执行:JAVA_OPTS="-javaagent:/path/to/atlassian-agent.jar" /path/to/start-confluence.sh来启动你的服务。
    • 或者你所知的其他修改环境变量的方法,但如果你机器上有无关的服务,则不建议修改全局JAVA_OPTS环境变量。
    • 总之你想办法把-javaagent参数附带到要启动的java进程上。
  3. 配置完成请重启你的Confluence服务。
  4. 如果你想验证是否配置成功,可以这么做:
    • 执行类似命令:ps aux|grep java 找到对应的进程看看-javaagent参数是否正确附上。
    • 在软件安装目录类似:/path/to/confluence/logs/catalina.outTomcat日志内应该能找到:========= agent working =========的输出字样。

使用KeyGen

  • 你得确认已经配置好agent,参考上面说明。
  • 当你试着执行java -jar /path/to/atlassian-agent.jar时应该可以看到输出的KeyGen参数帮助。
  • 请仔细看看每个参数的作用,特别是-p参数的取值范围。
  • 第三方插件将其应用密钥/插件关键字作为-p参数。如:-p com.gliffy.integration.confluence
  • 在Atlassian服务安装时你应该能看到类似:AAAA-BBBB-CCCC-DDDD的server id,请留意。
  • 提供了正确的参数运行KeyGen会在终端输出计算好的激活码。
  • 将生成的激活码复制出来去激活你要使用的服务。
  • 举个栗子:java -jar atlassian-agent.jar -p conf -m [email protected] -n my_name -o https://zhile.io -s ABCD-1234-EFGH-5678

申明

  • 本项目只做个人学习研究之用,不得用于商业用途!
  • 商业使用请向Atlassian购买正版,谢谢合作!
  • 本项目使用GNU General Public License v3.0开源许可!
  • 不允许说我代码写的糟糕,对我来说PHP才是世界上最好的语言(不服来辩)。

交流

  • 给本项目发issue。
  • 欢迎你来一起完善这个项目,请发PR。
  • 你可以加入QQ群:30347511 和我实时交流。
  • 访问网站:https://zhile.io 给我留言。
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].