https://github.com/seemabhati/respkey
Sensitive Keywords Hunter
https://github.com/seemabhati/respkey
golang hacking infosec research
Last synced: 5 months ago
JSON representation
Sensitive Keywords Hunter
- Host: GitHub
- URL: https://github.com/seemabhati/respkey
- Owner: SeemaBhati
- Created: 2021-09-24T17:13:05.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-27T07:26:23.000Z (over 4 years ago)
- Last Synced: 2024-06-21T19:37:06.947Z (about 2 years ago)
- Topics: golang, hacking, infosec, research
- Language: Go
- Homepage:
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RespKey
RespKey is a tool through which you can search keywords in the response body.
## Description
RespKey is used to find sensitive keyword in the response body or a list of urls endpoints.
If the keyword is found it is displayed as "Found" if the keyword is not found it is displayed as " Not Found".
RespKey can be used in testing, cyber-security.
## Installation
```
go get -u github.com/SeemaBhati/respkey
```
## Usage
```
./respkey -u http://webcode.me -s Hello
```
```
./respkey -l .\urls.txt -s Hello -silent
```
Use ``` -silent ``` flag to hide the response body
```
./respkey -u http://webcode.me -s Hello -silent
```