Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/revanmalang/sfind
https://github.com/revanmalang/sfind
curl find sfind
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/revanmalang/sfind
- Owner: revanmalang
- Created: 2022-11-30T03:51:09.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-30T03:53:36.000Z (about 2 years ago)
- Last Synced: 2023-07-28T04:47:48.968Z (over 1 year ago)
- Topics: curl, find, sfind
- Language: Python
- Homepage:
- Size: 0 Bytes
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# sfind
String Finder for get juicy information## What is this?
- this is just simple tool with small code for find information## How to install?
```
git clone https://github.com/revanmalang/sfind
cd sfind
bash install.sh
```## How to use?
### Find from curl request
```
curl domain.tld/script.js | sfind username
```### Find from local file
```
cat script.js | sfind username
```