UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.1K links
πŸ¦‘ Undercode Cyber World!
@UndercodeCommunity


1️⃣ World first platform which Collect & Analyzes every New hacking method.
+ AI Pratice
@Undercode_Testing

2️⃣ Cyber & Tech NEWS:
@Undercode_News

3️⃣ CVE @Daily_CVE

✨ Web & Services:
β†’ Undercode.help
Download Telegram
Forwarded from UNDERCODE NEWS
Radar COVID Vulnerability could allow attackers to fake identities of peoples in application.
#Vulnerabilities
Forwarded from UNDERCODE NEWS
Apple product plan transparent from M1-equipped Mac Work from home and attack the game market.
#Technologies
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘How to remove password from PDF file on Linux ?

Using Pdftk
Pdftk is another great software for processing PDF documents.
it's pre-installed tool
Pdftk can do almost all kinds of pdf operations, for example;

F E A T U R E S

Encrypt and decrypt PDF files.
Combine PDF documents.
Sorting PDF pages Scanning.
Split PDF pages.
Rotate PDF files or pages.
Fill out PDF forms with X / FDF data and / or smoothing forms.
Generate stencils of FDF data from PDF forms.
Apply a background watermark or foreground print.
Check the metadata, bookmarks and PDF metadata.
Add / update PDF bookmarks or metadata.
Attach files to PDF pages or PDF document.
Unzip PDF attachments.
Expand the PDF file into separate pages.
Compressing and unpacking page streams.
Repair the damaged PDF file.
Pddftk is available in the AUR, so you can install it using any AUR helper programs on Arch Linux.


# pacaur -S pdftk
Using Packer:


# packer -S pdftk
Using Trizen:


# trizen -S pdftk
Using Yay:


# yay -S pdftk
Using Yaourt:


# yaourt -S pdftk
On Debian, Ubuntu, Linux Mint, run:


# sudo apt-get instal pdftk
On CentOS, Fedora, Red Hat:

First, install the EPEL repository:

?
# sudo yum install epel-release
Or


#sudo dnf install epel-release
Then install the PDFtk app using the command:

?
# sudo yum install pdftk
Or


#sudo dnf install pdftk
After installing pdftk, you can remove the password from the pdf document with the command:


# pdftk secure.pdf input_pw 123456 output output.pdf
Replace "123456" with the correct password.

This command decrypts the "secure.pdf" file and creates an equivalent non-password protected file named "output.pdf".
@UndercodeTesting
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘πŸŒ How to clear or wipe DNS cache on Linux:

> DNS caching service Systemd-resolve.
Systemd-resolve is a systemd service that provides a system-level DNS caching service for local applications.

It is part of the systemd package that is installed by default.

> This service is enabled by default on most modern Linux operating systems such as Fedora and Ubuntu.

1) First, let's check if the systemd-resolved service is active using the command:

$ sudo systemctl is-active systemd-resolved.service

2) If the systemd-resolved service is enabled, the output will display "active".

3) If it is inactive, the system will display " inactive ".
The systemd-resolved service is active on my system.

4) Let's see the statistics of the systemd-resolve caching service using the command:

$ sudo systemd-resolve --statistics
Conclusion:

DNSSEC supported by current servers: no

Transactions
Current Transactions: 0
Total Transactions: 3117

Cache
Current Cache Size: 58
Cache Hits: 1248
Cache Misses: 1891

DNSSEC Verdicts
Secure: 0
Insecure: 0
Bogus: 0
Indeterminate: 0


As you can see, the above output shows the total of the current cache size, hits, and missed caches.

To clear the systemd-resolve cache, run:

$ sudo systemd-resolve --flush-caches
If successful, you will not see any output.

Now check the systemd-resolve statistics to see if the local DNS cache has been cleared.

$ sudo systemd-resolve --statistics
Now you will see that the current cache size is zero.

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
New eclipse bug allow attacker to exploit users.
#Vulnerabilities
Forwarded from UNDERCODE NEWS
App Store accidentally exposed imaginary pictures about touch-screen Macs.
#Updates
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘FOR INSTAGRAM HACKING:

A) https://github.com/deathsec/instagram-py

https://github.com/DarkSecDevelopers/HiddenEye-Legacy

B) FOR UNLIMITED FOLLOWERS :

https://github.com/kaex/Insta-mass-account-creator

C) FOR INSTA BOT
https://github.com/timgrossmann/InstaPy

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Five companies including Fujitsu aim for clinical trials in the fall of 2021 as a new company for developing therapeutic agents for the new corona.
#international
Forwarded from UNDERCODE NEWS
Data leaks from Capcom such as pay slips and passports, or ransomware damage.
#Leaks
Forwarded from UNDERCODE NEWS
New category added: '' ANALYTIQUES''
Forwarded from UNDERCODE NEWS
10 Data Analysis Market Trends to Appear in 2021.
#Analytiques
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘πŸ§ How to enable shell script rc.local in systemd at boot of Linux system ?

1) Enabling rc.local shell script in systemd at boot of Linux system
Compatibility with /etc/rc.local is achieved through systemd using a special service called rc-local.service.

2) This module is automatically called in multi-user.target by systemd-rc-local-generator if /etc/rc.local is executable.

3) Executing rc.local shell script at boot time using systemd
Naturally, create or update / edit a file called /etc/rc.local using your favorite text editor.

I'm going to use the vim command:

$ sudo vim /etc/rc.local
## RHEL/CentOS/Fedora Linux ΠΎΡ‚Ρ€Π΅Π΄Π°ΠΊΡ‚ΠΈΡ€ΡƒΠΉΡ‚Π΅ Ρ„Π°ΠΉΠ» /etc/rc.d/rc.local ##
$ sudo vim /etc/rc.d/rc.local

4) Add the required commands or call the script.
Here is my file:
#!/bin/sh
# add your commands
# call your scripts here

5) let us set stuff for my wifi
/sbin/iw phy0 wowlan enable magic-packet disconnect

# last line must be exit 0
exit 0
Save and close the file when using vim.

πŸ¦‘ How to save file to Vi / Vim and exit ?

Make sure you set the executable permissions for the file with the chmod command:

$ sudo chmod -v +x /etc/rc.local

Setting up rc-local.service on Linux when systemd starts
All we need to do is enter the following systemctl command:

$ sudo systemctl enable rc-local.service

Reboot Linux:
$ sudo reboot
Check the status after reboot:
$ sudo systemctl status rc-local.service
Here's what we see on the screen:
● rc-local.service - /etc/rc.local Compatibility
Loaded: loaded (/etc/systemd/system/rc-local.service; enabled-runtime; ven>
Drop-In: /usr/lib/systemd/system/rc-local.service.d
└─debian.conf
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
New ransomware strong candidate? Beware of Pay-to-Key
#Malwares
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘How to track a person's location without their knowledge using an iPhone ?

Track Location with iKeyMonitor
This application also has geo-tracking. Follow the steps below to learn how to use iKeyMonitor.

We recommend that you read the full review of the iKeyMonitor mobile tracker , which describes a very detailed step-by-step instruction on setting up the application.

Step 1: Create an account at ikeymonitor.com

Step 2: You will receive a confirmation email to your email that should contain your login details.

Step 3: Install the app on the target device. Try the demo if you don't understand the installation.

Step 4: After successful installation, go to the control panel using the details that came with the email.

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
The Russian authorities have allowed individuals to build main digital channels for the state.
#international
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘TOP TERMUX TOOLS NEW LIST:

- termux-ubuntu - Ubuntu chroot on termux.![->](https://github.com/Neo-Oli/termux-ubuntu/stargazers/)

- bbqsql - SQL Injection Exploitation Tool.![->](https://github.com/Neohapsis/bbqsql/stargazers/)

- EggShell - iOS/macOS/Linux Remote Administration Tool.![->](https://github.com/neoneggplant/EggShell/stargazers/)

- mfcuk - MiFare Classic Universal toolKit (MFCUK).![->](https://github.com/nfc-tools/mfcuk/stargazers/)

- mfoc - Mifare Classic Offline Cracker.![->](https://github.com/nfc-tools/mfoc/stargazers/)

- termux-fedora - A script to install a Fedora chroot into Termux.![->](https://github.com/nmilosev/termux-fedora/stargazers/)

- AutoSploit - Automated Mass Exploiter.![->](https://github.com/NullArray/AutoSploit/stargazers/)

- AutoPixieWps - Automated pixieWps python script.![->](https://github.com/nxxxu/AutoPixieWps/stargazers/)

- exploitdb - The official Exploit Database repository.![->](https://github.com/offensive-security/exploitdb/stargazers/)

- WiFi-Pumpkin - Framework for Rogue Wi-Fi Access Point Attack.![->](https://github.com/P0cL4bs/WiFi-Pumpkin/stargazers/)

- Spammer-Grab
Β» A brand new, awakened version of the old Spammer-Grab..![->](https://github.com/p4kl0nc4t/Spammer-Grab/stargazers/)


▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Internal documents discussing anti-EU sanctions were leaked, Google CEO apologized.
#Leaks