synacktiv – Telegram
synacktiv
38 subscribers
5 photos
4 links
Welcome to the channel about the latest technology news, useful articles and android system!
Download Telegram
Channel created
🖥 Spring Boot + Spring Security + JWT + MySQL Database Tutorial

В этом руководстве подробно описано, как реализовать аутентификацию на основе токенов с помощью Spring Boot, Spring Security, JWT и базы данных MySQL.

https://www.javaguides.net/2023/05/spring-boot-spring-security-jwt-mysql.html

@synacktiv
🔥Operators will return free Internet distribution from smartphones

Megafon has canceled tariffs for the distribution of Internet traffic from October 23. Tele2 and Beeline will cancel fees for all subscribers within a month. MTS has not yet made a decision😮‍💨
🎉 We are pleased to announce that RISC-V support has been added to Android 👉 https://goo.gle/3QDaYfl

RISC-V is an open instruction set architecture (ISA) standard enabling a new era of processor innovation
📱What is the difference between ListView and RecyclerView?

Let's talk about the differences between RecyclerView and ListView - widgets designed to display data in Android development.

Let's look at the key features of RecyclerView and ListView, the pros and cons, and use cases for each widget.

First, let's find out what a view is (denoted by the root “View” in the name of each widget).

What is a performance?

There are various types of views available in Android Studio for developing Android applications: ImageView, TextView, ListView, etc. These types of views help in creating a good user interface. You can drag the view into the XML design section or simply write the code in the XML code section.

Before we discuss the differences between ListView and RecyclerView, let us understand what is ListView and RecyclerView?

ListView is a type of view that displays data in a vertically scrolling format. It improves the user experience by making the list easy to understand.

RecyclerView is a widget equipped with additional components: Adapter connects the data that needs to be placed in the list, and LayoutManager (layout manager) is responsible for the correct arrangement of data/list elements on the screen. There are 3 types of LayoutManager.

@synacktiv
Android 16 introduces an Advanced Protection Mode to enhance USB security. This feature disables USB data access when the phone is locked, preventing attackers from extracting data or bypassing the lock screen. It blocks new USB peripherals until the device is unlocked and reconnected. This is particularly useful for journalists or activists who may be targeted by hackers.

Charging remains functional, but devices like keyboards or flash drives won't work until the phone is unlocked. This feature aims to protect against threats like "juice jacking," where malware is installed via USB ports.

@synacktiv
FROM CHEAP IOT TOY TO YOUR SMARTPHONE: GETTING RCE BY LEVERAGING A COMPANION APP


In this article, we will go through some vulnerabilities we found in an Android application, allowing us to take control of a recent smartphone by faking the drone itself.

Learn more