Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/elliottophellia/kaga

Kaga is a Reverse IP Lookup tool written in PowerShell and BourneShell to make it easy to use in any environment.
https://github.com/elliottophellia/kaga

php php-reverse-ip reverse-ip reverse-ip-api reverse-ip-lookup reverse-ip-lookup-tool reverse-ip-php reverse-ip-scan reverse-ip-script

Last synced: 8 days ago
JSON representation

Kaga is a Reverse IP Lookup tool written in PowerShell and BourneShell to make it easy to use in any environment.

Awesome Lists containing this project

README

        





Kaga is a Reverse IP Lookup tool written in PowerShell and BourneShell to make it easy to use in any environment. The name Kaga itself is taken from virtual youtuber Kaga Nazuna and Kaga Sumire from VSPO.



# Usage

### WINDOWS
```
PS C:\Users\rei\Downloads> cd kaga
PS C:\Users\rei\Downloads\kaga> ./kaga.ps1

d8b
?88
88b FREE UNLIMITED REVERSE IP LOOKUP
888 d88' d888b8b d888b8b d888b8b
888bd8P' d8P' ?88 d8P' ?88 d8P' ?88
d88888b 88b ,88b 88b ,88b 88b ,88b
d88' ?88b,?88P'88b?88P'88b?88P'88b
by @elliottophellia )88
,88P
?8888P

Input your Domain/IP Address:
```
Or simply right click `kaga.ps1` file and then select `Run with PowerShell`.


Note :

If you got **error** like this `execution of scripts is disabled on this system` you can fix it with this command :

```
PS C:\Users\rei\Downloads\kaga> Set-ExecutionPolicy RemoteSigned
```

### UNIX-LIKE OR TERMUX
```
~/Downloads> cd kaga
~/Downloads/kaga> ./kaga.sh

d8b
?88
88b FREE UNLIMITED REVERSE IP LOOKUP
888 d88' d888b8b d888b8b d888b8b
888bd8P' d8P' ?88 d8P' ?88 d8P' ?88
d88888b 88b ,88b 88b ,88b 88b ,88b
d88' ?88b,?88P'88b?88P'88b?88P'88b
by @elliottophellia )88
,88P
?8888P

Input your Domain/IP Address:
```
Note :

If you got error about `permission denied` you can fix it with this command :

```
~/Downloads/kaga> chmod +x kaga.sh
~/Downloads/kaga> ./kaga.sh
```

# Licence

```
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2024

Copyright (C) 2024 Reidho Satria

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.
```

# Disclaimer

This project is for educational purposes only any kinds of actions and or activities related to the material contained within this project is solely your responsibility The misuse of the information in this project can result in criminal charges brought against the persons in question The author will not be held responsible in the event any criminal charges be brought against any individuals misusing the information in this project to break the law.