UNDERCODE COMMUNITY
2.68K subscribers
1.23K photos
31 videos
2.65K files
80.3K 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
The network was suffering from hacking when the medical staff was battling Corona.
#CyberAttacks
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘PHP related path and modification method in ubuntu environment :

php path/usr/bin/php
phpize5 /usr/bin/phpize5
php5-fpm /usr/sbin/php5-fpm
All php configuration files /etc/php5/fpm
Restart php-fpm sudo kill -USR2 cat /var/run/php5-fpm.pid
Change the development directory path of php in apache2 in ubuntu
After installing php and apache,
how to set the development directory to what you want

The default development directory address: /var/www

change:ο»Ώο»Ώο»Ώsudo ο»Ώvim /etc/apache2/sites-available/default

Change the two places inside /var/www to your desired directory, mine is /home/dev/www

Or create a symbolic link, under /home/dev:

ln -s www /var/www (note that www cannot exist in /home/dev)

Then change the permissions: sudo chmod 777 /var/www

Start apache2

sudo /etc/init.d/apache2 restart

OK!
You can write a script to test it! ! !

Modify the default root directory of the website under Ubuntu10 Apache2 php5
Modify the default document directory of apache2 under ubuntu10.10. The default is in /var/www.
sudo gedit /etc/apache2/sites-enabled/000-default
Find DocumentRoot in the document. Modify the directory where you want to place the web page file later.

as follows:
<VirtualHost *:80>
ServerAdmin webmaster@localhost
DocumentRoot /var/www/
<Directory />
Options FollowSymLinks
AllowOverride None
</Directory>
<Directory /var/www/>
Options Indexes FollowSymLinks MultiViews
AllowOverride None
Order allow,deny
allow from all
</Directory>
ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
<Directory "/usr/lib/cgi-bin">
AllowOverride None
Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log

# Possible values include: debug, info, notice, warn, error, crit,
# alert, emerg.
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
Alias /doc/ "/usr/share/doc/"
<Directory "/usr/share/doc/">
Options Indexes MultiViews FollowSymLinks
AllowOverride None
Order deny,allow
Deny from all
Allow from 127.0.0.0/255.0.0.0 ::1/128
</Directory>
</VirtualHost>
<VirtualHost *:8080>
DocumentRoot /var/www/
</VirtualHost>
πŸ¦‘The last step is to restart apache

sudo /etc/init.d/apache2 restart

ubuntu modify the web root directory
Modify the default document root directory
ubuntu default directory is /var/www/html, you
need to modify /setc/apache2/sites-enabled/000-default.conf
DocumentRoot /var/www/XXX, of course, you need to set the permissions, so You can view the ubuntu permission settings

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from DailyCVE
πŸ”΅Google Chrome Expired code and Broken links at the "Overview ->

https://dailycve.com/google-chrome-expired-code-and-broken-links-overview
Forwarded from UNDERCODE NEWS
The Galaxy A32 5G support page has been launched on Samsung's UK and Ireland websites.
#Updates
Forwarded from UNDERCODE NEWS
Twitter restored the president Trump's account.
#International
Forwarded from UNDERCODE NEWS
Google Maps and its info provider Covid.
#Updates
Forwarded from UNDERCODE NEWS
DVB T2: Official arrival of the first digital terrestrial digital TV in Italy.
#Technologies
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘Android APK reversing and analysis suite:

F E A T U R E S :

Package name, debug and backup status
Exported components (activities, services, providers and receivers)
Deeplinks
Implicit intent filters
Critical permissions
Bytecode Analysis
Usage Analysis

SQLite DBs
SharedPreferences
Vulnerability Analysis

ICC
Web Issues
Storage Issues
Networking
Crypto Issues
Secrets Analysis
URLs
API tokens
Strings from native libraries

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

1) CLONE https://github.com/abhi-r3v0/Adhrit

2) cd abhi-r3v0/Adhrit

3) python3 run.py

This will automatically launch the Web interface where the APK can be uploaded and the report will be generated.

4) If the UI didn't launch by itself, navigate to http://localhost:4200/

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
A new advanced semiconductor processing technology is expected by TSMC.
#International
Forwarded from UNDERCODE NEWS
Later this year, Samsung will announce a new Exynos processor that supports 8K 60FPS video capture.
#Technologies
Forwarded from UNDERCODE NEWS
It is confirmed that Samsung is betting on the simple model, planning to substantially . the price of the Galaxy S21.
#Technologies
Forwarded from UNDERCODE NEWS
How did NASDAQ jumped 2.6% ? Is Tesla worth more than Facebook ?
#Analytiques