View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0007248 | Kali Linux | Queued Tool Addition | public | 2021-06-30 20:05 | 2024-03-13 14:26 |
Reporter | tonyg73 | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | acknowledged | Resolution | open | ||
Product Version | 2021.2 | ||||
Summary | 0007248: PSGraphQL - PowerShell module, allows for testing GraphQL endpoints | ||||
Description | [Name] - PSGraphQL [Version] - What version of the tool should be added?
[Homepage] - Where can the tool be found online? Where to go to get more information?
[Download] - Where to go to get the tool? either a download page or a link to the latest version
[Author] - Who made the tool? [Licence] - How is the software distributed? What conditions does it come with?
[Description] - What is the tool about? What does it do?
Given that PowerShell is an object-oriented shell, Invoke-GraphQLQuery returns objects by default. This affords the user easy parsing of results. If one wishes for serialized (JSON) results, the -Raw parameter changes the return type from object to string and the results can be piped to grep or whatever other string parsing utility. [Dependencies] - What is needed for the tool to work? PowerShell 5.1 or above. Since Kali Linux comes with PowerShell 7.1.3, this will suffice. This module was developed on PowerShell 7.1.0 on Ubuntu 18.04 and tested on Ubuntu 20.04, Kali Linux 2021.1, Windows 10 and MacOS. [Similar tools] - What other tools are out there? Burp has a GraphQL plugin and Python has a few GraphQL clients. This is the only PowerShell module in the PowerShell Gallery that functions as a generic GraphQL client. Also I've yet to find another object-oriented CLI GraphQL client like this one. [Activity] - When did the project start? Is is still actively being deployed?
[How to install] - How do you compile it? Note, using source code to acquire (e.g. git clone/svn checkout) can’t be used - Also downloading from the head. Please use a “tag” or “release” version. This is a PowerShell module written in 100% PowerShell. To that end, compilation is not necessary. To obtain and use the module type the following from PowerShell in Kali Linux: Install-Module -Name PSGraphQL -Repository PSGallery -RequiredVersion 1.1.5 [How to use] - What are some basic commands/functions to demonstrate it? Demonstration of Invoke-GraphQLQuery can be found in the "Examples" and "Damn Vulnerable GraphQL Application Solutions" sections in the Readme here: https://github.com/anthonyg-1/PSGraphQL If needed I can copy them here but the formatting and clarity will be lost compared to what is shown in the above markdown. [Packaged] - Is the tool already packaged for Debian? This tool is packaged for any system running PowerShell 5.1 and above. | ||||
Steps To Reproduce | n/a | ||||
Additional Information | I would be glad to demonstrate the module and answer any questions if needed. | ||||
Latest release version is 1.1.6. Fixes a JSON depth deserialization issue. Can be found here: https://www.powershellgallery.com/packages/PSGraphQL/1.1.6 More info: https://github.com/anthonyg-1/PSGraphQL |
|
@kali-team, please could this be packaged up. |
|
Estoy ansioso por trabajar con cada uno de los programas me gusta la tecologia |
|
Date Modified | Username | Field | Change |
---|---|---|---|
2021-06-30 20:05 | tonyg73 | New Issue | |
2021-07-08 23:05 | Gamb1t | Assigned To | => g0tmi1k |
2021-07-08 23:05 | Gamb1t | Status | new => assigned |
2021-08-03 11:21 | g0tmi1k | Assigned To | g0tmi1k => |
2021-08-03 11:22 | g0tmi1k | Status | assigned => new |
2021-08-24 15:28 | tonyg73 | Note Added: 0015025 | |
2021-08-31 10:06 | g0tmi1k | Note Added: 0015055 | |
2021-08-31 10:06 | g0tmi1k | Status | new => acknowledged |
2021-08-31 10:06 | g0tmi1k | Category | New Tool Requests => Queued Tool Addition |
2023-02-20 08:59 | Kenneths28 | Note Added: 0017540 | |
2024-03-13 14:26 | daniruiz | Summary | PSGraphQL PowerShell module - allows for testing GraphQL endpoints => PSGraphQL - PowerShell module, allows for testing GraphQL endpoints |