Sonarcon - Uses the SonarQube API to interact and extract sources from public instances

Sonarcon

Uses the SonarQube API to interact and extract sources from public instances.

List project

$ ./sonarcon http://127.0.0.1:9000 lp
app_lhg_key
AppsApi
AppsClient
CommonApi
Core
GoldenTulipApi
GoldenTulipSite

List project's files

$ ./sonarcon http://127.0.0.1:9000 ls app_lhg_key
app_lhg_key:src/views/AboutUsView/AboutUs.js
app_lhg_key:src/views/AboutUsView/__tests__/AboutUs.test.js
app_lhg_key:src/views/AboutUsView/styles/aboutUsStyle.js
app_lhg_key:src/controllers/tracking/objects/AddToCartObject.js
...

Dump project's files

$ ./sonarcon http://127.0.0.1:9000 dump app_lhg_key ./app_directory
2022/02/17 02:44:36 Downloading to app_directory/src/views/ResultSearchView/components/SearchNoResult/styles/searchNoResultStyle.js
2022/02/17 02:44:36 Downloading to app_directory/src/controllers/search/searchReducer.js
2022/02/17 02:44:36 Downloading to app_directory/src/controllers/search/__tests__/searchsActions.test.js
2022/02/17 02:44:36 Downloading to app_directory/src/controllers/search/searchSagas.js
2022/02/17 02:44:36 Downloading to app_directory/src/controllers/search/searchSelectors.js
2022/02/17 02:44:36 Downloading to app_directory/src/services/SearchServices.js
2022/02/17 02:44:36 Downloading to app_directory/src/services/__tests__/SearchServices.test.js
2022/02/17 02:44:36 Downloading to app_directory/src/controllers/search/__tests__/searchsReducer.test.js
...
Similar Resources

A Golang protobuf plugin used to generate the necessary interfaces to interact with the database

protoc-gen-go-db-enum This protobuf compiler plugin generates the Valuer and Scanner interfaces for enums defined in the proto files. It is highly bas

Sep 9, 2022

Extract domain from SSL Information

Extract domain from SSL Information

Dec 7, 2022

Caddy log filter module with a log field filter to extract the user from a basic Authorization HTTP-Header

caddy-basic-auth-filter This packages contains a log field filter to extract the user from a basic Authorization HTTP-Header. Installation xcaddy buil

May 10, 2022

Tool for extract NSP file from fitgirl-repacks switch emulated game

FITGIRL-REPACKS-NSP This is a tool/executable for Windows to extract Fitgirl Repack switch emulated package game into its own NSP. You may need to get

Dec 25, 2022

checkip is a CLI tool and library that checks an IP address using various public services.

checkip is a CLI tool and library that checks an IP address using various public services.

checkip is a CLI tool and library that checks an IP address using various public services.

Dec 20, 2022

Creates a linux group of users synced to your Google Workspace users and automatically imports their public SSH keys.

Creates a linux group of users synced to your Google Workspace users and automatically imports their public SSH keys.

Creates a linux group of users synced to your Google Workspace users and automatically imports their public SSH keys.

Jan 27, 2022

A golang tool that uses the dehashed.com API to search for compromised assets.

A golang tool that uses the dehashed.com API to search for compromised assets.

Godehashed A golang tool that uses the dehashed.com API to search for compromised assets. Results can then be compiled into a CSV for further analysis

Nov 24, 2022

Go pkg for returning your public facing IP address.

#publicip This package returns the public facing IP address of the calling client (a la https://icanhazip.com, but from Go!) Author James Polera james

Nov 21, 2022

Proxy your Go Module`s Import Path from your own domain to a public host (e.g. github.com).

Go Modules Remote Import Path Proxy Proxy your Go Module`s Import Path from your own domain to a public host (e.g. github.com). For example Uber (buil

Nov 2, 2021
Related tags
iceportal-api is a Golang client implementation to interact with the REST API of iceportal.de when connected to the WiFi-Network offered in German ICE Trains.
iceportal-api is a Golang client implementation to interact with the REST API of iceportal.de when connected to the WiFi-Network offered in German ICE Trains.

iceportal-api is a Golang client implementation to interact with the REST API of iceportal.de when connected to the WiFi-Network offered in German ICE Trains.

Aug 20, 2022
sonarbyte is a simple and fast subdomain scanner written in go to extract subdomain from Rapid7's DNS Database using omnisint's api.
 sonarbyte is a simple and fast subdomain scanner written in go to extract subdomain from Rapid7's DNS Database using omnisint's api.

sonarbyte Description Sonarbyte is a simple and fast subdomain scanner written in go to extract subdomains from Rapid7's DNS Database using omnisint's

Jul 27, 2022
Go/Golang client library to interact with the Stein API

go-stein This Go / Golang client helps you interact with the Stein API. Stein is a suite of programs to help you turn any Google Sheet to a database.

Aug 23, 2022
RuuviBridge - Utility to bridge RuuviTag data between various sources and consumers

RuuviBridge RuuviBridge is designed to act as a "data bridge" between various so

Nov 19, 2022
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources
Subfinder is a subdomain discovery tool that discovers valid subdomains for websites by using passive online sources

Subfinder is a subdomain discovery tool that discovers valid subdomains for websites. Designed as a passive framework to be useful for bug bounties and safe for penetration testing.

Jan 1, 2023
Health check for instances behaind the ipvs

ipvshc Health check for instances behaind the ipvs Futures: Health check instances (curl from srcip) Change state (ipvsadm) Config in sql (sqlite) Sta

Nov 4, 2021
Synchronize ssh client config with lxc instances

Quickly add remote LXD instances to your ssh client configuration. Expecially useful for VS Code Remote/SSH development.

Nov 12, 2021
Simulate which EC2 instances applied reserved instance.

Go - Reserved Instance Simulator (gori-simulator) Usage $ env AWS_PROFILE=YOUR_PROFILE ./gori-simulator Notices Convertible only (not Standard) Regio

Dec 5, 2021
Traefik proxy plugin to extract HTTP header value and create a new header with extracted value

Copy header value Traefik plugin Traefik plugin that copies HTTP header value with format key1=value1; key2=value2 into a new header. Motivation for t

May 26, 2022
Spin up a local instance of an Avalanche network to interact with the standard APIs or to test a custom VM
Spin up a local instance of an Avalanche network to interact with the standard APIs or to test a custom VM

ava-sim ava-sim makes it easy for anyone to spin up a local instance of an Avalanche network to interact with the standard APIs or to test a custom VM

Oct 24, 2022