Production Engineering Logs

Technical Insights & Architectural Blueprints

In-depth engineering journals on Flutter mobile performance, high-throughput Laravel 11 cloud systems, and real-world software architecture.

Search Results

Clear search
Termux - Linux environment app for Android | Learn hacking with Android Device
Security
2 min read
Jul 01, 2022 3,511 Views

Termux - Linux environment app for Android | Learn hacking with Android Device

Termux is an Android terminal application and Linux Environment. A Minimal base system is installed automatically, additional packages are available using the package manager. It provides a command line environment and allows you to install Linux apps on your android device. Termux is super-compact application that open up a lot of functionality for your android device. The command line is one of most powerful feature of Linux, and Termux builds on you device's Linux kernel to make you more efficient on the go. Termux is free shell environment for android.How to Install and setup Termuxyou can download termux via Play store Basic Command to use Termuxit is based on Linux environment, so it's commands literally to Linux commands,apt updatethis command is used to update Termux to latest version.apt upgradethis command upgrade all tools, and packages used in termuxclearthis command same as Linux terminal, used to clear screencd "path"To navigate to another directory or path, simply type this command, replace "path" with your directory nameexitExit command close the connection with termux and close the applsList all the directories and files available in the present path or directory, this command also same as Linux Terminalapt listShowing list of all packagesapt remove "package name"To remove any tools or package from termux, you have to use this command , just replace "package name" with the name of tools or packageapt install "package name"Use this command to install package or tools in termux. 

TheHarvester - Information Gathering tool in kali linux
Security
2 min read
Aug 01, 2022 2,331 Views

TheHarvester - Information Gathering tool in kali linux

Information Gathering is an important and startup step of Hacking. Information Gathering is an Act of gathering different kind of information against the target victim or system.The more the information gathered about the target, the more the probability to obtain relevant results. The Sources Supports:- Google, Google Profiles, Bing Search, PGP Server, Linkedin, VHost, Twitter, Shodan, Yahoo, Baidu.Now Let's Start:Boot into Kali Linux, and open terminal and type Theharvester, If Theharvester is not installed then you can either download and extract it from the link https://github.com/laramies/theHarvester Or type command in terminal window to direct install git clone https://github.com/laramies/theHarvesterNow go to theharvester folder with cd command and provide the permission to the script by typing command: python theharvester.py chmod +xThen simply hit the command to run or start TheHarvester./theharvesterNow the following screen will shows up in terminalIf you want to see all commands and help of theharvester then type./theharvester -hTo run or use Harvester follow the steps1. Simply type the command: ./theharvester -d [URL] -i 300 -b [SEARCH ENGINE]Here -d [URL] => is the url of target website and -b [SEARCH ENGINE] is Search engine name such as Google, Bing, Yahoo etc... and 300 is the first 300 results found on search engine.The commands looks, For Example:./theharvester -d softhuge.com -i 300 -b googleyou can search for all search engines at a time by typing all . for example:./theharvester -d softhuge.com -i 300 -b allNote: This tutorial is only for Education purpose, we are not responsibe for any type of damage and we are responsible for any type of cyber law related to this article. Our first recommendation is to not use this tool on any public or others property or target, it is completely illegal. We will not responsible for any type of misuse

Enterprise Architecture

Need Custom Software Engineering?

Our senior engineering team designs and delivers high-performance Flutter mobile apps, enterprise Laravel SaaS platforms, and scalable cloud systems.