Posts

Showing posts with the label Termux

Offensive Security Tool: Go365

Image
Description Go365 by optiv, is a tool designed to help security professionals and researchers perform user enumeration  and password guessing attacks on organizations that use Office365 . Go365 uses a unique SOAP API endpoint on login.microsoftonline.com that most other tools do not use . When queried with an email address and password , the endpoint responds with an Azure AD Authentication and Authorization code . This code is then processed by Go365 and the result is printed to screen or an output file . User enumeration is performed in conjunction with a password guess attempt . Thus, there is no specific flag or functionality to perform only user enumeration. Instead, conduct your first password guessing attack , then parse the results for valid users . Notes : This tool might not work on all domains that utilize o365. Tests show that it works with most federated domains . Some domains will only report valid users even if a valid password is also provided . Your results...

IP Tracer using termux

Image
What is IP-Tracer ? IP-Tracer is used to track an ip address. IP-Tracer is developed for Termux and Linux based systems. you can easily retrieve ip address information using IP-Tracer. IP-Tracer use ip-api to track ip address. How to install IP-Tracer ? apt update apt install git -y git clone https://github.com/rajkumardusad/IP-Tracer.git cd IP-Tracer chmod +x install sh install or ./install How to use IP-Tracer trace -m to track your own ip address. trace -t target-ip to track other's ip address for example ip-tracer -t 127.0.0.1 trace for more information. OR ip-tracer -m to track your own ip address. ip-tracer -t target-ip to track other's ip address for example ip-tracer -t 127.0.0.1 ip-tracer for more information.

OSINT Tool in Termux

Image
The Instagram OSINT Tool gets a range of information from an Instagram account that you normally wouldn't be able to get from just looking at their profile The information includes: [ profile ] : user id, followers / following, number of uploads, profile img URL, business enum, external URL, joined Recently, etc [ tags & mentions ] : most used hashtags and mentioned accounts [ email ] : if any email is used any where it'll be displayed [ posts ] : accessability caption, location, timestamp, caption, picture url, etc ( yet not working correctly with posts instagram marks as 'sensitive cotent' ) How To Install apt update && upgrade -y Pkg install git pkg install python3 git clone https://github.com/th3unkn0n/osi.ig.git && cd osi.ig python3 -m pip install -r requirements.txt Usage python3 main.py -u username