β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦WEB HACKING
WPForce is a suite of Wordpress Attack tools. Currently this contains 2 scripts - WPForce, which brute forces logins via the API, and Yertle, which uploads shells once admin credentials have been found. Yertle also contains a number of post exploitation modules.
F E A T U R E S :
Brute Force via API, not login form bypassing some forms of protection
Can automatically upload an interactive shell
Can be used to spawn a full featured reverse shell
Dumps WordPress password hashes
Can backdoor authentication function for plaintext
password collection
Inject BeEF hook into all pages
Pivot to meterpreter if needed
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1) git clone https://github.com/n00py/WPForce.git
2) cd WPForce
3) python wpforce.py -i usr.txt -w pass.txt -u "http://www.[website].com"
4) python wpforce.py -i for all commands
use for learn !!
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦WEB HACKING
WPForce is a suite of Wordpress Attack tools. Currently this contains 2 scripts - WPForce, which brute forces logins via the API, and Yertle, which uploads shells once admin credentials have been found. Yertle also contains a number of post exploitation modules.
F E A T U R E S :
Brute Force via API, not login form bypassing some forms of protection
Can automatically upload an interactive shell
Can be used to spawn a full featured reverse shell
Dumps WordPress password hashes
Can backdoor authentication function for plaintext
password collection
Inject BeEF hook into all pages
Pivot to meterpreter if needed
πΈπ½π π π°π»π»πΈπ π°π πΈπΎπ½ & π π π½ :
1) git clone https://github.com/n00py/WPForce.git
2) cd WPForce
3) python wpforce.py -i usr.txt -w pass.txt -u "http://www.[website].com"
4) python wpforce.py -i for all commands
use for learn !!
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
GitHub
GitHub - n00py/WPForce: Wordpress Attack Suite
Wordpress Attack Suite. Contribute to n00py/WPForce development by creating an account on GitHub.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦POPULAR CRACKING TOOLS :
https://wpscan.org/
https://nmap.org/
https://cisofy.com/lynis/
https://www.aircrack-ng.org/
https://github.com/vanhauser-thc/THC-Archive
https://www.wireshark.org/
https://github.com/rapid7/metasploit-framework
https://gitlab.com/kalilinux/packages/skipfish/
https://www.paterva.com/web7/buy/maltego-clients.php
https://www.tenable.com/try
https://portswigger.net/burp
https://github.com/iBotPeaches/Apktool
http://sqlmap.org/
https://www.snort.org/#get-started
https://www.sleuthkit.org/autopsy/
https://github.com/securestate/king-phisher
https://gitlab.com/kalilinux/packages/nikto/
https://github.com/tomac/yersinia
https://www.trustedsec.com/social-engineer-toolkit-set/
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦POPULAR CRACKING TOOLS :
https://wpscan.org/
https://nmap.org/
https://cisofy.com/lynis/
https://www.aircrack-ng.org/
https://github.com/vanhauser-thc/THC-Archive
https://www.wireshark.org/
https://github.com/rapid7/metasploit-framework
https://gitlab.com/kalilinux/packages/skipfish/
https://www.paterva.com/web7/buy/maltego-clients.php
https://www.tenable.com/try
https://portswigger.net/burp
https://github.com/iBotPeaches/Apktool
http://sqlmap.org/
https://www.snort.org/#get-started
https://www.sleuthkit.org/autopsy/
https://github.com/securestate/king-phisher
https://gitlab.com/kalilinux/packages/nikto/
https://github.com/tomac/yersinia
https://www.trustedsec.com/social-engineer-toolkit-set/
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
WPScan
WPScan CLI Scanner Install + User Guide
The WPScan CLI tool is a free, for non-commercial use, black box WordPress security scanner written for security professionals and blog maintainers to test the security of their sites.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to install & check Java version- Linux:
1) Java version control
Java uses semantic versioning. Versions of the ready-to-release releases are presented as follows:
MAJOR.MINOR.SECURITY
> For example, in Java 11.0.8, 11 is the major version, 0 is the minor version, and 8 is the security version.
MAJOR - Major releases contain new features and capabilities.
MINOR - Minor releases contain various bug fixes and compatibility improvements.
SECURITY - Security releases contain critical security fixes.
2) Checking Java version
To find out what version of Java is installed on your system, run the java -version command:
> java -version
3) The command will display the default Java version:
> openjdk 11.0.8 2020-07-14
4) OpenJDK Runtime Environment (build 11.0.8 + 10-post-Ubuntu-0ubuntu120.04)
> OpenJDK 64-Bit Server VM (build 11.0.8 + 10-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)
5) In this example 11.0.8 we have Java version installed on our system. The version installed on your system may be different.
> If you got the message (Ubuntu, Debian):
6) Command 'java' not found, but can be installed with:
7) this means Java is not installed on the system.
The system can also have multiple Java versions installed at the same time. To check if you have multiple Java installations on your machine:
> sudo update-alternatives --config java
8) If you only have one Java installation, the output will look something like this:
> There is only one alternative in link group java (providing / usr / bin / java): / usr / lib / jvm / java-11-openjdk-amd64 / bin / java
> Nothing to configure.
9) Otherwise, if you have multiple Java installations, the command will display a menu where you can choose which version will be the default Java version:
There are 3 choices for the alternative java (providing / usr / bin / java).
10) Selection Path Priority Status
* 0 / usr / lib / jvm / java-11-openjdk-amd64 / bin / java 1111
auto mode
1 / usr / lib / jvm / java-11-openjdk-amd64 / bin / java 1111 manual mode
2 / usr / lib / jvm / java-8-openjdk-amd64 / jre / bin / java 1081 manual mode
11) Press <enter> to keep the current choice [*], or type selection number
DONE :)
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to install & check Java version- Linux:
1) Java version control
Java uses semantic versioning. Versions of the ready-to-release releases are presented as follows:
MAJOR.MINOR.SECURITY
> For example, in Java 11.0.8, 11 is the major version, 0 is the minor version, and 8 is the security version.
MAJOR - Major releases contain new features and capabilities.
MINOR - Minor releases contain various bug fixes and compatibility improvements.
SECURITY - Security releases contain critical security fixes.
2) Checking Java version
To find out what version of Java is installed on your system, run the java -version command:
> java -version
3) The command will display the default Java version:
> openjdk 11.0.8 2020-07-14
4) OpenJDK Runtime Environment (build 11.0.8 + 10-post-Ubuntu-0ubuntu120.04)
> OpenJDK 64-Bit Server VM (build 11.0.8 + 10-post-Ubuntu-0ubuntu120.04, mixed mode, sharing)
5) In this example 11.0.8 we have Java version installed on our system. The version installed on your system may be different.
> If you got the message (Ubuntu, Debian):
6) Command 'java' not found, but can be installed with:
> apt install default-jre
> apt install openjdk-11-jre-headless
> apt install openjdk-8-jre-headless
7) this means Java is not installed on the system.
The system can also have multiple Java versions installed at the same time. To check if you have multiple Java installations on your machine:
> sudo update-alternatives --config java
8) If you only have one Java installation, the output will look something like this:
> There is only one alternative in link group java (providing / usr / bin / java): / usr / lib / jvm / java-11-openjdk-amd64 / bin / java
> Nothing to configure.
9) Otherwise, if you have multiple Java installations, the command will display a menu where you can choose which version will be the default Java version:
There are 3 choices for the alternative java (providing / usr / bin / java).
10) Selection Path Priority Status
* 0 / usr / lib / jvm / java-11-openjdk-amd64 / bin / java 1111
auto mode
1 / usr / lib / jvm / java-11-openjdk-amd64 / bin / java 1111 manual mode
2 / usr / lib / jvm / java-8-openjdk-amd64 / jre / bin / java 1081 manual mode
11) Press <enter> to keep the current choice [*], or type selection number
DONE :)
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
Post Exploitation_ Empire.pdf
583.9 KB
#full with pictures- For beginers
ss7.pdf
150.2 KB
All you need to know about SS7 Attack :
1. WhatIsSignaling?
2. WhatIsOut-of-BandSignaling?
3. SignalingNetworkArchitechture
4. TheNorthAmericanSignalingArchitecture
5. BasicSignalingArchitecture
6. SS7LinkTypes
7. BasicCallSetupExample
8. DatabaseQueryExample
9. LayersoftheSS7Protocol
10. WhatGoesOvertheSignalingLink
11. AddressingintheSS7Network
12. SignalUnitStructure
13. WhatAretheFunctionsoftheDifferentSignalingUnits?
14. Message Signal Unit Structure
1. WhatIsSignaling?
2. WhatIsOut-of-BandSignaling?
3. SignalingNetworkArchitechture
4. TheNorthAmericanSignalingArchitecture
5. BasicSignalingArchitecture
6. SS7LinkTypes
7. BasicCallSetupExample
8. DatabaseQueryExample
9. LayersoftheSS7Protocol
10. WhatGoesOvertheSignalingLink
11. AddressingintheSS7Network
12. SignalUnitStructure
13. WhatAretheFunctionsoftheDifferentSignalingUnits?
14. Message Signal Unit Structure
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to get the new Android 11 media controls on any smartphone ?
1) Install Power Shade
An app called Power Shade gives you access to new media controls in quick settings. You can download the application from the link
https://play.google.com/store/apps/details?id=com.treydev.pns&hl
2) Enabling Accessibility Service
After installing the application, open it and click the "Accessibility" switch. The system settings menu will open, where you need to enable Power Shade at the top and click OK in the window that appears
3) Enabling the notification service
Click back to return to the app. Click on the "Notifications" switch and you will be taken to another screen of system settings. Activate the Power Shade switch and give permission in the window that appears. Press back again.
4) Make sure the integration with the media player
The feature should be enabled by default. If not, click in the main application menu "More". Scroll down to the Integrate media players in quick settings radio button. Activate it and then on the main screen of the app, turn off the Running switch and turn it back on to apply the changes.
5) Try the new functionality
Open your media player and start music. Swipe down on the status bar to open a miniature version of quick settings. The new controls will be located below. You can play, pause and skip tracks, you can click on this interface to open the music application.
A new button will appear in the upper right corner of the controls called Phone speaker. Here you can specify the device to which you will transfer music. Swipe down on the status bar again to open Advanced View. There are all the same controls as in the mini version, but there are also "Like" and "Dislike" buttons if your music playback application has them. There is also a progress bar when playing audio files.
6) Unlike Android 11, the controls remain in the Notifications section of the lock screen. This makes it easier to access them. On Android 11, they are always in quick settings, so you have to make an extra gesture. If you have different streaming services, you can swipe left and right on a tile to switch between controls for different media applications.
ENJOY β€οΈππ»
WRITTEN BY
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to get the new Android 11 media controls on any smartphone ?
1) Install Power Shade
An app called Power Shade gives you access to new media controls in quick settings. You can download the application from the link
https://play.google.com/store/apps/details?id=com.treydev.pns&hl
2) Enabling Accessibility Service
After installing the application, open it and click the "Accessibility" switch. The system settings menu will open, where you need to enable Power Shade at the top and click OK in the window that appears
3) Enabling the notification service
Click back to return to the app. Click on the "Notifications" switch and you will be taken to another screen of system settings. Activate the Power Shade switch and give permission in the window that appears. Press back again.
4) Make sure the integration with the media player
The feature should be enabled by default. If not, click in the main application menu "More". Scroll down to the Integrate media players in quick settings radio button. Activate it and then on the main screen of the app, turn off the Running switch and turn it back on to apply the changes.
5) Try the new functionality
Open your media player and start music. Swipe down on the status bar to open a miniature version of quick settings. The new controls will be located below. You can play, pause and skip tracks, you can click on this interface to open the music application.
A new button will appear in the upper right corner of the controls called Phone speaker. Here you can specify the device to which you will transfer music. Swipe down on the status bar again to open Advanced View. There are all the same controls as in the mini version, but there are also "Like" and "Dislike" buttons if your music playback application has them. There is also a progress bar when playing audio files.
6) Unlike Android 11, the controls remain in the Notifications section of the lock screen. This makes it easier to access them. On Android 11, they are always in quick settings, so you have to make an extra gesture. If you have different streaming services, you can swipe left and right on a tile to switch between controls for different media applications.
ENJOY β€οΈππ»
WRITTEN BY
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Google Play
Power Shade: Notification Bar - Apps on Google Play
Personalized custom notifications for a better user interface and experience.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to skip intros, end credits, and other unnecessary things on YouTube on Android ?
1) Install YouTube Vanced
YouTube Vanced is a third-party YouTube app with tools not found in the official app. Among other things, it offers a dark graphics theme and several YouTube Premium features, such as background playback.
After complaining about the complexity of the installation process, the developer of this open source application has combined all the tools into one application called Vanced Manager. You need to download the Vanced Manager APK and use the manager to third-party install the other two files. You will then be able to work with YouTube Vanced.
2) Enabling Sponsor Block
Once installed, launch YouTube Vanced and select the avatar icon in the upper right corner. Then open the settings. Select Sponsor Block Settings and activate the Enable Sponsor Block (beta) radio button.
3) Configuring Sponsor Block
On the next page, in the "What to do with different segments" section, there is a list of all video sections, which allows you to skip unnecessary parts of the video. Each setting is marked with its own color, which will appear on the progress bar when watching a video. This shows where the unneeded content is.
4) The first option will automatically skip the fragment and display a message about it. This is the default for all segments. The second option displays a small "Skip" button in the right corner of the video. The last option leaves everything as it is.
5) Testing
Open the video in Vanced and look at the progress bar. If you see sections of different colors, everything worked out. If there are no colors, Sponsor Block users have not marked this video and its sections will not be automatically skipped.
When watching a video, parts of the introduction, messages about sponsors, and other sections you do not need may be cut out. You will receive notifications about this.
6) Helping the community (optional)
Sponsor Block is an open source project, which means that anyone can add tags to every video on YouTube. You can do this too. To do this, return to the Sponsor Block settings page and activate the "Enable adding a new segment" switch.
Now, when playing a video, a new icon appears in the upper left corner. It looks like a play button inside a shield. When you click on this button, a toolbox is displayed (if you hold the smartphone in portrait orientation). These tools provide the ability to add segments to the video. You can use tools to mark distractions in your video.
Disclaimer : This article is written for educational purposes only. The author or publisher did not publish this tutorial for malicious purposes. If readers would like to use the information for personal gain, then the author and the publisher are not responsible for any harm or damage caused.
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to skip intros, end credits, and other unnecessary things on YouTube on Android ?
1) Install YouTube Vanced
YouTube Vanced is a third-party YouTube app with tools not found in the official app. Among other things, it offers a dark graphics theme and several YouTube Premium features, such as background playback.
After complaining about the complexity of the installation process, the developer of this open source application has combined all the tools into one application called Vanced Manager. You need to download the Vanced Manager APK and use the manager to third-party install the other two files. You will then be able to work with YouTube Vanced.
2) Enabling Sponsor Block
Once installed, launch YouTube Vanced and select the avatar icon in the upper right corner. Then open the settings. Select Sponsor Block Settings and activate the Enable Sponsor Block (beta) radio button.
3) Configuring Sponsor Block
On the next page, in the "What to do with different segments" section, there is a list of all video sections, which allows you to skip unnecessary parts of the video. Each setting is marked with its own color, which will appear on the progress bar when watching a video. This shows where the unneeded content is.
4) The first option will automatically skip the fragment and display a message about it. This is the default for all segments. The second option displays a small "Skip" button in the right corner of the video. The last option leaves everything as it is.
5) Testing
Open the video in Vanced and look at the progress bar. If you see sections of different colors, everything worked out. If there are no colors, Sponsor Block users have not marked this video and its sections will not be automatically skipped.
When watching a video, parts of the introduction, messages about sponsors, and other sections you do not need may be cut out. You will receive notifications about this.
6) Helping the community (optional)
Sponsor Block is an open source project, which means that anyone can add tags to every video on YouTube. You can do this too. To do this, return to the Sponsor Block settings page and activate the "Enable adding a new segment" switch.
Now, when playing a video, a new icon appears in the upper left corner. It looks like a play button inside a shield. When you click on this button, a toolbox is displayed (if you hold the smartphone in portrait orientation). These tools provide the ability to add segments to the video. You can use tools to mark distractions in your video.
Disclaimer : This article is written for educational purposes only. The author or publisher did not publish this tutorial for malicious purposes. If readers would like to use the information for personal gain, then the author and the publisher are not responsible for any harm or damage caused.
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Forwarded from UNDERCODE NEWS
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Watching 4K YouTube Videos on iPhone :
Why is YouTube 4K video only available on iOS 14?
1) IOS 14 received support for the VP9 video codec. A video codec is a program that deals with video processing. Apple uses the H.265 codec in its 4K video processing services, and Google VP9.
2) For this reason, 4K and 4K HDR videos were not previously allowed on any Apple device on YouTube. This also applies to the YouTube app for iOS and the Safari browser on iOS and macOS.
3) Apple is now bringing VP9 support to all of its devices. The company does not always do this. For example, iOS never came to support Flash. IPhone owners will now be able to watch YouTube videos in full resolution.
4) Not all 4K videos are the same
There are two main varieties of 4K. It is standard 4K and 4K HDR. In the second case, the resolution is the same, but the pixel contains more information to create a richer image. In the YouTube app, 2160p is displayed as 4K and 2160 HDR as 4K HDR. In both cases, it is Ultra HD (3840 x 2160).
5) Is my iPhone compatible?
Apple has not released official information on which iPhones support HD YouTube videos on iOS 14. The company hasn't even publicly acknowledged the possibility, apart from briefly mentioning new features in tvOS 14 for Apple TV 4K.
Any model with iPhone 8 supports Dolby Vision and HDR10 or High Dynamic Range with Dolby Vision and HDR10, but not 4K. The App Store says the iPhone 8 and later can play 4K and 4K HDR videos, depending on the app. This does not mean that VP9 codec is being applied unless it is iOS 14.
6) 4K and 4K HDR YouTube Playback for iPhone
If you have an iPhone compatible with YouTube 4K and 4K HDR, you need to update it to iOS 14 and update the YouTube app. Now there is only a beta version of iOS 14, which anyone can install on their device.
Then you can watch 4K on YouTube. Launch the application, select the video at the desired resolution and click on the three dots in the upper right corner of the video. Here, choose 2160p or 2160p HDR at any frame rate. You can also choose from 1440p, 1440p HDR and Quad HD.
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Watching 4K YouTube Videos on iPhone :
Why is YouTube 4K video only available on iOS 14?
1) IOS 14 received support for the VP9 video codec. A video codec is a program that deals with video processing. Apple uses the H.265 codec in its 4K video processing services, and Google VP9.
2) For this reason, 4K and 4K HDR videos were not previously allowed on any Apple device on YouTube. This also applies to the YouTube app for iOS and the Safari browser on iOS and macOS.
3) Apple is now bringing VP9 support to all of its devices. The company does not always do this. For example, iOS never came to support Flash. IPhone owners will now be able to watch YouTube videos in full resolution.
4) Not all 4K videos are the same
There are two main varieties of 4K. It is standard 4K and 4K HDR. In the second case, the resolution is the same, but the pixel contains more information to create a richer image. In the YouTube app, 2160p is displayed as 4K and 2160 HDR as 4K HDR. In both cases, it is Ultra HD (3840 x 2160).
5) Is my iPhone compatible?
Apple has not released official information on which iPhones support HD YouTube videos on iOS 14. The company hasn't even publicly acknowledged the possibility, apart from briefly mentioning new features in tvOS 14 for Apple TV 4K.
Any model with iPhone 8 supports Dolby Vision and HDR10 or High Dynamic Range with Dolby Vision and HDR10, but not 4K. The App Store says the iPhone 8 and later can play 4K and 4K HDR videos, depending on the app. This does not mean that VP9 codec is being applied unless it is iOS 14.
6) 4K and 4K HDR YouTube Playback for iPhone
If you have an iPhone compatible with YouTube 4K and 4K HDR, you need to update it to iOS 14 and update the YouTube app. Now there is only a beta version of iOS 14, which anyone can install on their device.
Then you can watch 4K on YouTube. Launch the application, select the video at the desired resolution and click on the three dots in the upper right corner of the video. Here, choose 2160p or 2160p HDR at any frame rate. You can also choose from 1440p, 1440p HDR and Quad HD.
@undercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to put a custom theme on any Samsung smartphone using Hex Installer ?
1) Installing Hex Installer
The Hex Installer can be downloaded from the Play Store.
the application has the "Early Access" status, the program works quite stably.
https://play.google.com/store/apps/details?id=project.vivid.hex.bodhi
2) Apply the default theme
Hex Installer works by modifying themes in the Galaxy Themes store. If this is your first time using the app, you need to apply the default theme first.
Open the settings and select "Themes". Open the hamburger menu in the upper left corner and select My stuff. Make sure you see a white check mark on the default theme. If not, select the desired theme and click "Apply".
3) Theme setting
Open Hex Installer and follow the instructions on the screen. Give the app the required permissions. When the main page opens, you can start customizing your theme. The changes made will be displayed at the top of the page, including various sections of the graphical interface.
Β» UI Mode. These are the plugins that are the foundation of the theme. Here you can find plugins for pure Android and TouchWiz. Select Find More Plugins on Google Play to add new plugins, some of which are paid.
Β»Colors. You can change the colors of various GUI systems, including quick settings, text, and applications.
Applications. Select the apps you want to apply the theme to. All supported applications are selected by default.
Β»Custom fonts. Change the text style. This does not work on Android 10 and newer.
Β»Settings. Various changes, such as symbols in the charging status, changes in the transparency of icons in the quick settings panel, etc.
4) Creating your theme
When you're done making changes, click Create and Install. You will be redirected to Galaxy Themes and you will be prompted to download High Contrast Theme: Sky Black. After downloading, do not click "Apply".
5) Instead, click on the Back button to go to the Hex Installer. Then click "Build and Install" again. Hex Installer will apply changes to High Contrast Theme. A series of pop-up windows will appear asking you to remove or install various parts of the theme. Select Yes to each suggestion and you will be taken to the Galaxy Themes homepage.
6) Apply your Hex Theme
If this is your first time installing a theme using the Hex Installer, restart your smartphone. A reboot fixes problems with the colors of the icons in the status bar. When the smartphone has rebooted, go back to Galaxy Themes and select High_contrast_theme_II, click βApplyβ. Once the download is complete, you will see a new theme.
7) Apply more themes in the future
After the first time, you will not need to switch to the default theme first. Instead, you need to switch to the default theme after creating a new theme, but before switching to High_contrast_theme_II to apply the changes. Also, no need to reboot the smartphone before applying future themes.
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to put a custom theme on any Samsung smartphone using Hex Installer ?
1) Installing Hex Installer
The Hex Installer can be downloaded from the Play Store.
the application has the "Early Access" status, the program works quite stably.
https://play.google.com/store/apps/details?id=project.vivid.hex.bodhi
2) Apply the default theme
Hex Installer works by modifying themes in the Galaxy Themes store. If this is your first time using the app, you need to apply the default theme first.
Open the settings and select "Themes". Open the hamburger menu in the upper left corner and select My stuff. Make sure you see a white check mark on the default theme. If not, select the desired theme and click "Apply".
3) Theme setting
Open Hex Installer and follow the instructions on the screen. Give the app the required permissions. When the main page opens, you can start customizing your theme. The changes made will be displayed at the top of the page, including various sections of the graphical interface.
Β» UI Mode. These are the plugins that are the foundation of the theme. Here you can find plugins for pure Android and TouchWiz. Select Find More Plugins on Google Play to add new plugins, some of which are paid.
Β»Colors. You can change the colors of various GUI systems, including quick settings, text, and applications.
Applications. Select the apps you want to apply the theme to. All supported applications are selected by default.
Β»Custom fonts. Change the text style. This does not work on Android 10 and newer.
Β»Settings. Various changes, such as symbols in the charging status, changes in the transparency of icons in the quick settings panel, etc.
4) Creating your theme
When you're done making changes, click Create and Install. You will be redirected to Galaxy Themes and you will be prompted to download High Contrast Theme: Sky Black. After downloading, do not click "Apply".
5) Instead, click on the Back button to go to the Hex Installer. Then click "Build and Install" again. Hex Installer will apply changes to High Contrast Theme. A series of pop-up windows will appear asking you to remove or install various parts of the theme. Select Yes to each suggestion and you will be taken to the Galaxy Themes homepage.
6) Apply your Hex Theme
If this is your first time installing a theme using the Hex Installer, restart your smartphone. A reboot fixes problems with the colors of the icons in the status bar. When the smartphone has rebooted, go back to Galaxy Themes and select High_contrast_theme_II, click βApplyβ. Once the download is complete, you will see a new theme.
7) Apply more themes in the future
After the first time, you will not need to switch to the default theme first. Instead, you need to switch to the default theme after creating a new theme, but before switching to High_contrast_theme_II to apply the changes. Also, no need to reboot the smartphone before applying future themes.
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Google Play
Hex Installer: OneUI themes - Apps on Google Play
Create Personalized Themes for your Samsung Galaxy OneUI.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to improve sound quality in voice memos on iPhone :
1) Lossless sound is not for everyone. If you cannot distinguish such sound from other formats by ear, then you do not need it. If you are a musician and share your ideas with other professionals or a journalist interviewing, it is advisable to get the highest quality sound. This is exactly what the Lossless formats give. Among other things, they support the Voice Memos application on the iPhone.
2) There are audio files with and without loss of quality. Lossy file formats such as MP3 and AAC lose certain data when compressing files that the human ear cannot perceive. This reduces the size of the files, but the data is lost forever.
3) Lossless formats such as FLAC and Apple Lossless (ALAC) intelligently compress files, similar to ZIP archiving. No data is lost. The file remains high quality as an uncompressed version. Its size is much larger than when compressed.
4) By default, the Voice Notes app in iOS 12 and later records audio in lossy compressed formats. If you wish, you can upgrade to a higher quality. The size of the audio file will be larger, but if you use iCloud storage, you can be patient.
5) You won't find the option you want directly in the Voice Notes app. Instead, launch System Preferences, click Voice Notes and the Sound Quality option in Settings. The default is "Compressed". Select No Loss of Quality.
6) Below you can see two audio files of the same sound, each one minute long. The file without loss of quality is larger and weighs almost 3 MB versus just over 500 KB.
7) Lossless recording is not a guarantee against bad sound. It is recommended to point the microphone towards the sound source when recording. The distance should be such that the maximum volume is between -3 and 0 dB.
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to improve sound quality in voice memos on iPhone :
1) Lossless sound is not for everyone. If you cannot distinguish such sound from other formats by ear, then you do not need it. If you are a musician and share your ideas with other professionals or a journalist interviewing, it is advisable to get the highest quality sound. This is exactly what the Lossless formats give. Among other things, they support the Voice Memos application on the iPhone.
2) There are audio files with and without loss of quality. Lossy file formats such as MP3 and AAC lose certain data when compressing files that the human ear cannot perceive. This reduces the size of the files, but the data is lost forever.
3) Lossless formats such as FLAC and Apple Lossless (ALAC) intelligently compress files, similar to ZIP archiving. No data is lost. The file remains high quality as an uncompressed version. Its size is much larger than when compressed.
4) By default, the Voice Notes app in iOS 12 and later records audio in lossy compressed formats. If you wish, you can upgrade to a higher quality. The size of the audio file will be larger, but if you use iCloud storage, you can be patient.
5) You won't find the option you want directly in the Voice Notes app. Instead, launch System Preferences, click Voice Notes and the Sound Quality option in Settings. The default is "Compressed". Select No Loss of Quality.
6) Below you can see two audio files of the same sound, each one minute long. The file without loss of quality is larger and weighs almost 3 MB versus just over 500 KB.
7) Lossless recording is not a guarantee against bad sound. It is recommended to point the microphone towards the sound source when recording. The distance should be such that the maximum volume is between -3 and 0 dB.
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
Securing Web Applications.pdf
728.8 KB
A. Explain the current state of Web application security
B. Analyze basic application functionality
C. Secure data stores and back-end components
D. Protect users from other users
E. Demonstrate common exploits and patch their root causes
F. Implement servers and firewalls effectively
B. Analyze basic application functionality
C. Secure data stores and back-end components
D. Protect users from other users
E. Demonstrate common exploits and patch their root causes
F. Implement servers and firewalls effectively
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Social Engineering Videos :
* [Chris Hadnagy - 7 Jedi Mind Tricks Influence Your Target without a Word](https://www.youtube.com/watch?v=OOQGsFlTHMQ)
* [Robert Anderson - US Interrogation Techniques and Social Engineering](https://www.youtube.com/watch?v=nQqp6yqf4Ao)
* [Ian Harris - Understanding Social Engineering Attacks with Natural Language Processing](https://www.youtube.com/watch?v=H3gfMkvw76o)
* [Chris Hadnagy - Social Engineering for Fun and Profit](https://www.youtube.com/watch?v=cI9xOR7xEi0)
* [Chris Hadnagy - Decoding humans live](https://www.youtube.com/watch?v=DoDWBe9atIo) - DerbyCon 2015
* [This is how hackers hack you using simple social engineering](https://www.youtube.com/watch?v=lc7scxvKQOo)
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦Social Engineering Videos :
* [Chris Hadnagy - 7 Jedi Mind Tricks Influence Your Target without a Word](https://www.youtube.com/watch?v=OOQGsFlTHMQ)
* [Robert Anderson - US Interrogation Techniques and Social Engineering](https://www.youtube.com/watch?v=nQqp6yqf4Ao)
* [Ian Harris - Understanding Social Engineering Attacks with Natural Language Processing](https://www.youtube.com/watch?v=H3gfMkvw76o)
* [Chris Hadnagy - Social Engineering for Fun and Profit](https://www.youtube.com/watch?v=cI9xOR7xEi0)
* [Chris Hadnagy - Decoding humans live](https://www.youtube.com/watch?v=DoDWBe9atIo) - DerbyCon 2015
* [This is how hackers hack you using simple social engineering](https://www.youtube.com/watch?v=lc7scxvKQOo)
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
YouTube
DEF CON 23 - Social Engineering Village - Ian Harris - Understanding Social Engineering Attacks
Understanding Social Engineering Attacks with Natural Language Processing
Ian Harris
Social engineering attacks are a growing problem and there is very little defense against them since they target the human directly, circumventing many computer-based defenses.β¦
Ian Harris
Social engineering attacks are a growing problem and there is very little defense against them since they target the human directly, circumventing many computer-based defenses.β¦
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to easily root your Pixel 4 with Magisk :
1) Unlock the bootloader
First you need to unlock the bootloader. This will allow you to install unofficial firmware like Magisk. Installing the bootloader automatically deletes all data.
2) Install TWRP
Once the bootloader is unlocked, you need to use TWRP to install custom mods. TWRP is the easiest way to install mods, especially Magisk for root. If you don't already have TWRP for Android 10 on your Pixel 4 or 4 XL, install it.
3) Download Magisk
Now you need to take the Magisk ZIP installation file, with which you can root. It includes the Magisk Manager application for managing modules. Download the latest version of Magisk and save it to your Downloads folder on your smartphone.
https://github.com/topjohnwu/Magisk/releases
4) Boot into TWRP
There are several ways to boot your device into recovery mode. The easiest is to use the bootloader menu, also known as Fastboot Mode. There are separate articles to describe this process.
5) From the main bootloader screen, you need to open the menu using the volume buttons. When you have selected the "Recovery Mode" option, press the Power button to confirm your selection and the TWRP main menu will open. TWRP for Pixel 4 is still in the testing process, so you need to download it from your computer every time.
6) Installing Magisk
From the TWRP main menu, click Install, then open the Downloads folder where the Magisk installation file is located. Click on it and slide your finger across the slider to start installation.
The procedure for making changes to the boot image for root access will begin. When finished, click the "Restart" button.
7) Confirmation of root access
In the Magisk Manager app, click on the arrow next to Click to Run SafetyNet Test. You should see the message "SafetyNet check successful", but it is not correct. As stated above, the SafetyNet test fails on most devices with an unlocked bootloader. You can use your mods, but SafetyNet apps may not work. These include financial programs, PokΓ©mon GO, Google Pay.
8) This means Magisk is working fine and has been updated to the latest version. At this point, you have full root access, but there may be problems with SafetyNet checks.
E N J O Y β€οΈππ»
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to easily root your Pixel 4 with Magisk :
1) Unlock the bootloader
First you need to unlock the bootloader. This will allow you to install unofficial firmware like Magisk. Installing the bootloader automatically deletes all data.
2) Install TWRP
Once the bootloader is unlocked, you need to use TWRP to install custom mods. TWRP is the easiest way to install mods, especially Magisk for root. If you don't already have TWRP for Android 10 on your Pixel 4 or 4 XL, install it.
3) Download Magisk
Now you need to take the Magisk ZIP installation file, with which you can root. It includes the Magisk Manager application for managing modules. Download the latest version of Magisk and save it to your Downloads folder on your smartphone.
https://github.com/topjohnwu/Magisk/releases
4) Boot into TWRP
There are several ways to boot your device into recovery mode. The easiest is to use the bootloader menu, also known as Fastboot Mode. There are separate articles to describe this process.
5) From the main bootloader screen, you need to open the menu using the volume buttons. When you have selected the "Recovery Mode" option, press the Power button to confirm your selection and the TWRP main menu will open. TWRP for Pixel 4 is still in the testing process, so you need to download it from your computer every time.
6) Installing Magisk
From the TWRP main menu, click Install, then open the Downloads folder where the Magisk installation file is located. Click on it and slide your finger across the slider to start installation.
The procedure for making changes to the boot image for root access will begin. When finished, click the "Restart" button.
7) Confirmation of root access
In the Magisk Manager app, click on the arrow next to Click to Run SafetyNet Test. You should see the message "SafetyNet check successful", but it is not correct. As stated above, the SafetyNet test fails on most devices with an unlocked bootloader. You can use your mods, but SafetyNet apps may not work. These include financial programs, PokΓ©mon GO, Google Pay.
8) This means Magisk is working fine and has been updated to the latest version. At this point, you have full root access, but there may be problems with SafetyNet checks.
E N J O Y β€οΈππ»
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
GitHub
Releases Β· topjohnwu/Magisk
The Magic Mask for Android. Contribute to topjohnwu/Magisk development by creating an account on GitHub.
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to make iPhone automatically switch between light and dark interface :
#FAStTips
1) The dark interface in iOS 13 and above allows you to look at the screen with comfort. You can use it at any time of the day, but if you prefer to do it only in the dark, it is not very convenient to switch yourself every time. There is a setting that you can set once and forget about it.
2) Dark mode on the iPhone will turn on automatically at dusk, and at sunrise it will switch to the light interface. Sunset and sunrise times are taken from the Weather app, but often the mode is activated earlier. To install it, do the following.
3) Go to Settings> Display & brightness> Appearance> Automatic. Below the Options menu will appear and there are commands βLight until sunsetβ or βDark until sunriseβ. It depends on which interface is currently enabled. Activate one of these commands.
4) If you previously set your own schedule and have already forgotten about it, instead of sunset and sunrise, a specific time is shown. To switch, click on the settings, "Sunset or sunrise" or "Sunrise or sunset" so that the light interface is during the day and the dark one at night.
5) Now, at sunset, the system will switch from a light interface to a dark one, at sunrise back. You don't even have to move your finger to do this. However, switching does not always happen strictly at sunset and sunrise. In addition, switching occurs when you are not using the device.
6) If you want, you can change the interface manually in the "Screen and brightness" section, through the control center or using the Siri assistant. In this case, you are extending the light or dark period. For example, if you manually set the dark interface at 2 am, the switch to the light interface will occur at sunrise the next day.
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦How to make iPhone automatically switch between light and dark interface :
#FAStTips
1) The dark interface in iOS 13 and above allows you to look at the screen with comfort. You can use it at any time of the day, but if you prefer to do it only in the dark, it is not very convenient to switch yourself every time. There is a setting that you can set once and forget about it.
2) Dark mode on the iPhone will turn on automatically at dusk, and at sunrise it will switch to the light interface. Sunset and sunrise times are taken from the Weather app, but often the mode is activated earlier. To install it, do the following.
3) Go to Settings> Display & brightness> Appearance> Automatic. Below the Options menu will appear and there are commands βLight until sunsetβ or βDark until sunriseβ. It depends on which interface is currently enabled. Activate one of these commands.
4) If you previously set your own schedule and have already forgotten about it, instead of sunset and sunrise, a specific time is shown. To switch, click on the settings, "Sunset or sunrise" or "Sunrise or sunset" so that the light interface is during the day and the dark one at night.
5) Now, at sunset, the system will switch from a light interface to a dark one, at sunrise back. You don't even have to move your finger to do this. However, switching does not always happen strictly at sunset and sunrise. In addition, switching occurs when you are not using the device.
6) If you want, you can change the interface manually in the "Screen and brightness" section, through the control center or using the Siri assistant. In this case, you are extending the light or dark period. For example, if you manually set the dark interface at 2 am, the switch to the light interface will occur at sunrise the next day.
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦BEST ROOT APPLICATIONS FOR WINDOWS :
http://www.kingoapp.com/android-root.html
http://www.iroot.com/
https://drfone.wondershare.com/
https://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
https://www.oneclickroot.com/?tap_a=12473-7742d5&tap_s=443817-24b632
https://www.oneclickroot.com/?tap_a=12473-7742d5&tap_s=443817-24b632
https://rootmaster.co/
ENJOY β€οΈππ»
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β
π¦BEST ROOT APPLICATIONS FOR WINDOWS :
http://www.kingoapp.com/android-root.html
http://www.iroot.com/
https://drfone.wondershare.com/
https://forum.xda-developers.com/android/apps-games/one-click-root-tool-android-2-x-5-0-t3107461
https://www.oneclickroot.com/?tap_a=12473-7742d5&tap_s=443817-24b632
https://www.oneclickroot.com/?tap_a=12473-7742d5&tap_s=443817-24b632
https://rootmaster.co/
ENJOY β€οΈππ»
@UndercodeTesting
@UndercodeHacking
@UndercodeSecurity
β β β Uππ»βΊπ«Δπ¬πβ β β β