https://github.com/leksus-04/find-my-oracle
:cloud: Oracle cloud scanner
https://github.com/leksus-04/find-my-oracle
cloud go oracle-cloud-infrastructure scanner-web
Last synced: 8 months ago
JSON representation
:cloud: Oracle cloud scanner
- Host: GitHub
- URL: https://github.com/leksus-04/find-my-oracle
- Owner: LeKSuS-04
- License: unlicense
- Created: 2022-06-06T08:32:18.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-06T18:35:40.000Z (over 3 years ago)
- Last Synced: 2025-01-07T03:12:42.773Z (9 months ago)
- Topics: cloud, go, oracle-cloud-infrastructure, scanner-web
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Find my oracle
## ⚠️ LIABILITY DISCLAMER ⚠️
Provided software is intended for educational purposes ONLY and cannot be used in
any kind of illegal, malicious or destructive activity. For more details check out
LICENSE file.
## Information
This is simple cloud scanner for oracle cloud. It's intened for searching maching
in public ips, when no other methods for identifing it's ip address are available.
You need to edit `checker` function in checker/checker.go file to include custom
logic for identifing your instance.### Build from source
```bash
git clone https://github.com/LeKSuS-04/find-my-oracle/
cd find-my-oracle
# ...
# Edit checker/checker.go file
# ...
go build
```### Usage
```
Usage of find-my-oracle:
-no-cache
don't use local sqlite database to cache requests
-region string
region to search server in
-threads int
amount of threads (default 20)
-timeout int
timeout in milliseconds to use in checker function (default 10000)
```