From 0b93544a28428e2eb5916309e72c0f0c8a8fa43f Mon Sep 17 00:00:00 2001 From: Bornunique911 <69379200+Bornunique911@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:14:13 +0530 Subject: [PATCH 1/3] Update README.md --- README.md | 42 ++++++++++++++++++++++++------------------ 1 file changed, 24 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 3ead651..3c3c409 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,23 @@ Jira is a proprietary issue tracking product developed by Atlassian that allows This tool Performs 25+ Checks including CVE's and Multiple Disclosures on the Provided JIRA Instance. # ๐Ÿš€ Usage -Jira-Lens can be easily used from the command line -- Clone this Repo Using ` git clone https://github.com/MayankPandey01/Jira-Lens.git` -- Complete the setup using `python3 setup.py install` -- `python3 Jira-Lens.py -u {URL}` +Jira-Lens can be easily used from the command line +- Clone this Repo Using +```console +git clone https://github.com/MayankPandey01/Jira-Lens.git +``` +Change the directory using +```console +cd Jira-Lens +``` +- Complete the setup using +```console +python3 setup.py install +``` +- Finally run the following command in the command line to check whether everything is working fine or not. The following command if successful will display the help menu of the toolgit clone https://github.com/MayankPandey01/Jira-Lens.git. +```console +python3 Jira-Lens.py -u {URL} +``` ![render1636911439843](https://user-images.githubusercontent.com/29165227/141692149-7b68504e-410d-43a5-b20e-d8c9963d260d.gif) @@ -57,7 +70,7 @@ pip install Jira-Lens ``` ## ๐Ÿ”จ Using Git -```console +```console git clone https://github.com/MayankPandey01/Jira-Lens.git ``` - After Installation process, run the **setup.py** file to set up the tool. @@ -71,11 +84,14 @@ git clone https://github.com/MayankPandey01/Jira-Lens.git The dependencies can be installed using the requirements file: Installation on Windows: ![](https://camo.githubusercontent.com/920e3f8eb007a3834e641d27fddb9c102da3fd0c619785b52efb4dabcef2da1c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6369706865792f6369706865792f507974686f6e2532306170706c69636174696f6e3f6c6162656c3d57696e646f7773) -- python.exe -m pip3 install -r requirements.txt. +```console +python.exe -m pip3 install -r requirements.txt +``` Installation on Linux: ![](https://camo.githubusercontent.com/973cbf24b31b5d10c7f8d4f65fda4c696de8d3bed0923536820f9ac262b8ad08/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f6369706865792f6369706865792f507974686f6e2532306170706c69636174696f6e3f6c6162656c3d4c696e7578) -- sudo python3 pip3 install -r requirements.txt. - +```console +sudo python3 pip3 install -r requirements.txt +``` ## ๐Ÿž Bug Bounties @@ -114,13 +130,3 @@ Happy Hacking โœจโœจ ## ๐Ÿ“ƒ Licensing This project is licensed under the MIT license. - - - - - - - - - - From 9cbd19bb847290afea28973f3149d13a86d7497f Mon Sep 17 00:00:00 2001 From: Bornunique911 <69379200+Bornunique911@users.noreply.github.com> Date: Wed, 20 Dec 2023 18:18:26 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c3c409..1773711 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ cd Jira-Lens ```console python3 setup.py install ``` -- Finally run the following command in the command line to check whether everything is working fine or not. The following command if successful will display the help menu of the toolgit clone https://github.com/MayankPandey01/Jira-Lens.git. +- Finally run the following command in the command line to check whether everything is working fine or not. ```console python3 Jira-Lens.py -u {URL} ``` From 10593e39b3007f9a59e2bc2a23188ceb77891ad9 Mon Sep 17 00:00:00 2001 From: Bornunique911 <69379200+Bornunique911@users.noreply.github.com> Date: Wed, 20 Dec 2023 19:22:45 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 1773711..79bd2b6 100644 --- a/README.md +++ b/README.md @@ -34,13 +34,18 @@ Change the directory using ```console cd Jira-Lens ``` -- Complete the setup using +- You can complete the setup either using this ```console -python3 setup.py install +sudo python3 setup.py install +pip3 install progressbar colorama requests +``` +**OR** +```console +pip3 install -r requirements.txt ``` - Finally run the following command in the command line to check whether everything is working fine or not. ```console -python3 Jira-Lens.py -u {URL} +python3 Jira-Lens/Jira-Lens.py -u {URL} -o path-to-output-file ``` ![render1636911439843](https://user-images.githubusercontent.com/29165227/141692149-7b68504e-410d-43a5-b20e-d8c9963d260d.gif) @@ -77,7 +82,7 @@ git clone https://github.com/MayankPandey01/Jira-Lens.git ## ๐Ÿงช Recommended Python Version: - This Tool Only Supports Python 3. -- The recommended version for Python 3 is 3.8.x. +- The recommended version for Python 3 is 3.8.x or above. ## โ›ณ Dependencies: