UNDERCODE SECURITY
226 subscribers
295 photos
1.03K files
1.73K links
πŸ¦‘WELCOME IN UNDERCODE TESTING FOR LEARN HACKING | PROGRAMMING | SECURITY & more..

THIS CHANNEL BY :

@UndercodeTesting
UndercodeTesting.com (official)

@iUndercode
iUndercode.com (iOs)

@Dailycve
DailyCve.com


@UndercodeNews
UndercodeNews.com
Download Telegram
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘innovations in Android 11 and smartphones with its support:

Function 1. Conversation section in the notification panel
The operating system works with messengers in a new way to make it easier to see the correspondence. This also applies to the notification panel, which now shows all messenger notifications in the "Conversations" section. This section is above the others.

In this section, you can set the priority of messages depending on the sender.

Feature 2. Persistent media controls in quick settings
While instant messengers and chats are given priority over notifications, music and video controls are even more prominent in quick settings. You can quickly switch between sources, select smartphone speakers, external speakers, headphones, and other connected devices.

If you have more than one media application running at the same time, they will not have their own notifications. They will use one space in quick settings or on the lock screen, where you can switch between them using gestures.

Function 3. Smart home switches in the power menu
If you have multiple smart home devices from the Google ecosystem, it can be tricky to control them in the Google Home app. In Android 11, you can quickly access these devices from the power menu. For additional control, the switches act as commands in the Home app.

This makes the menu more cluttered with various shortcuts. Fortunately, you can turn them off if you want.

Function 4. Built-in screen recording
Android has long supported third party screen recording apps. Android 11 introduces a similar built-in tool that can be accessed from Quick Settings.

Built-in screen recording records audio from apps and / or microphone. You can make the recording show screen taps, which helps in tutorials.

Feature 5. One-time permissions
In past major system and Google Play updates, users have gained greater control over app access permissions. In Android 11, Google added one-time permissions for microphone, camera and location. When you select "This time" access option, access is denied after you close the application. The next time you need it, you must give it to the application again.

Function 6. Expiry date of permits
If you have a lot of apps, you can't remember which ones have access to what. Few people will want to check every time.

Android 11 offers an auto-reset feature for unused apps. If you do not open the application for a while, it will lose permissions. When you start it again, you will need to give permission again

@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘RocketMQ transaction message :
#fastTips

RocketMQ began to support distributed transaction messages in version 4.3, using the idea of ​​2PC to implement the commit transaction message, and at the same time adding a compensation logic to handle the two-stage timeout or failure message,

1
.1 Send and submit

(1) Send a message (half message, that is, sent but not consumed);

(2) The server responds to the message writing result;

(3) Execute local transactions according to the sent results. If the write fails, the half message is not visible to the business at this time, and the local logic is not executed;

(4) Execute Commit or Rollback according to the local transaction status (Commit operation generates a message index, and the message is visible to consumers)

1.1 Compensation process

(1) For transaction messages without Commit/Rollback (messages in the pending state), initiate a "back check" from the server;

(2) Producer receives the check-back message and checks the status of the local transaction corresponding to the check-back message;

(3) Re Commit or Rollback according to the local transaction status;

Among them, the compensation phase is used to resolve the timeout or failure of the message Commit or Rollback.

@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Darknet search engines:
http://hss3uro2hsxfogfq.onion - not Evil search engine;

http://xmh57jrzrnw6insl.onion/ - Torch search engine;

http://gjobqjj7wyczbqie.onion/ - Candle search engine;

http://msydqstlz2kzerdg.onion - Ahmia search engine;

https://3g2upl4pq6kufc4m.onion/ - DuckDuckGo search engine;

http://grams7enufi7jmdl.onion/ - Grams search engine;

https://tor2web.org - Find darknet sites without Tor

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘HOW SCAN OPEN PORTS ?
MASSCAN web interface
:

1) Masscan is natively packaged in Kali Linux and can handle a huge number of nodes.

Masscan has several convenient output formats such as binary and XML.

However, there is another convenient feature of this network scanner - the web interface.

2) The masscan web user interface setup is pretty standard and straight forward.

You will need to create a MySQL database, import the database schema, move the PHP files as root, and edit the config file with the correct options.

3) First, install and run your web server and some other required packages and add the masscan repository:

# apt-get install apache2 php libapache2-mod-php php-mysqli php-xml mysql-server

πŸ„ΈπŸ„½πŸ…‚πŸ…ƒπŸ„°πŸ„»πŸ„»πŸ„ΈπŸ…‚πŸ„°πŸ…ƒπŸ„ΈπŸ„ΎπŸ„½ & πŸ…πŸ…„πŸ„½ :

1) git clone https://github.com/offensive-security/masscan-web-ui

2) mv masscan-web-ui/* /var/www/html/

3) cd /var/www/html/

4) root@kali:/var/www/html

# mysql -u root -p

5) Enter password:
Type 'help;' or '\h' for help. Type '\c' to clear the current input statement.

# mysql> create database masscan;
Query OK, 1 row affected (0.01 sec)

# mysql> CREATE USER 'masscan'@'localhost' IDENTIFIED BY 'changem3';
Query OK, 0 rows affected (0.00 sec)

# mysql> GRANT ALL PRIVILEGES ON masscan.* TO 'masscan'@'localhost';
Query OK, 0 rows affected (0.01 sec)

# mysql> exit
Bye
# root@kali:/var/www/html# mysql -u root -p masscan < db-structure.sql
Enter password:
root@kali:/var/www/html

# rm db-structure.sql index.html README.md

# nano config.php

define('DB_DRIVER', 'mysql');

define('DB_HOST', 'localhost');

define('DB_USERNAME', 'masscan');

define('DB_PASSWORD', 'changem3');

define('DB_DATABASE', 'masscan');

Now you can use masscan to scan and output .xml documents

# masscan 10.0.0.0/8 -p80,21,53 --banners --source-ip 10.0.0.2 --max-rate 100000 -oX scan-01.xml

root @ kali: / var / www / html

ls -l scan *

-rw-r - r-- 1 root root 212929324 Dec 1 13:23 scan-01.xml

-rw-r - r-- 1 root root 700816226 Dec 1 13:55 scan-02.xml

root @ kali: / var / www / html

php import.php scan-01.xml

Do you want to clear the database before importing (yes / no) ?: yes

Clearing the db

Written by
(no one allowed to clone our tutorials)
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘How to run a PHP program in Xampp?
#Requested

1) Install XAMPP
The first step is to install XAMPP onto your computer. it is very easy to install XAMPP. Just visit the official website to download XAMPP.

xampp download page
Apache Friends: https://www.apachefriends.org/index.html

2) On this site you can see XAMPP for Windows, Linux and OS X. Where you can download XAMPP based on your computer OS and after downloading install it.

3) Open XAMPP control panel
After installing XAMPP on to your PC the next step is to start the Apache server and MySQL.

The control panel XAMPP which is something like this.

xampp control panel

4) To launch Apache service and MySQL service, click on the Start button. if you want to stop any of the services at any time you can click on stop button in XAMPP control panel.

5) Executing Project
Once the Apache and MySQL services are started and running in the background. Now extract the project zip file which you have downloaded from our site.

6) extract project mini project
After extracting you should see the folder which contains all the code and related files of the project that you have downloaded.

7) copy project folder
Copy this folder and navigate to xampp folder (which is basically located in C drive) and inside this folder (xampp) find the htdocs folder and paste the project folder into this htdocs folder

8) example In my case, the path is something like this C:\xampp\htdocs

Paste folder to htdocs

9) After the project folder is successfully copied to the specified location on your computer. Then go to your browser (Chrome) and type in URL field: localhost/ FOLDER NAME and then hit enter.

10) Run project using xampp
If the project folder name is β€œCriminal_Mini_Project” then type in URL field: localhost/ Criminal_Mini_Project and hit enter. That’s it your project will start running.

11) I hope the article was useful. If you find any difficulty in running your code feel free to share your problem with us, we will try to solve it.

source linux forum
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Windows Hacking tutorials and tools :

1) Windows-Post-Exploitation:


https://github.com/emilyanncr/Windows-Post-Exploitation


2) Windows Post Exploitation Shells and File Transfer with Netcat for Windows:


https://medium.com/p/a2ddc3557403

3) Windows Privilege Escalation Fundamentals:

https://www.fuzzysecurity.com/tutorials/16.html


4) Windows Privilege Escalation Guide:

www.absolomb.com/2018-01-26-Windows-Privilege-Escalation-Guide/

5) https://github.com/LazoCoder/Windows-Hacks


6) https://github.com/D4Vinci/Dr0p1t-Framework

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁