UNDERCODE COMMUNITY
2.69K subscribers
1.23K photos
31 videos
2.65K files
80.6K 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
Intel's Mobileye: It is possible to popularize completely autonomous driving by 2025.
#Technologies
Forwarded from UNDERCODE NEWS
The expansion of Airspan in the UK aims to fill the 5G gap left by Huaweii.
#International
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘New update Β»> Fully automated decryption/decoding/cracking tool using natural language processing & artificial intelligence, along with some common sense.

50+ encryptions/encodings supported such as binary, Morse code and Base64. Classical ciphers like the Caesar cipher,

Affine cipher and the Vigenere cipher. Along with modern encryption like repeating-key XOR and more. For the full list,

Custom Built Artificial Intelligence with Augmented Search (AuSearch) for answering the question "what encryption was used?" Resulting in decryptions taking less than 3 seconds.

Custom built natural language processing module Ciphey can determine whether something is plaintext or not. Whether that plaintext is JSON, a CTF flag, or English, Ciphey can get it in a couple of milliseconds.

Multi Language Support at present, only German & English (with AU, UK, CAN, USA variants).

Supports encryptions and hashes Which the alternatives such as CyberChef Magic do not.
C++ core Blazingly fast.

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

1) clone https://github.com/Ciphey/Ciphey

2) go dir using cd comand

3) File Input ciphey -f encrypted.txt
Unqualified input ciphey -- "Encrypted input"
Normal way ciphey -t "Encrypted input"

To get rid of the progress bars, probability table, and all the noise use the quiet mode.

ciphey -t "encrypted text here" -q

For a full list of arguments, run ciphey --help.

βš—οΈ Importing Ciphey
You can import Ciphey's main and use it in your own programs and code. from Ciphey.main import main

▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
South Korean LCD panel maker LG Display has increased the manufacturing period of LCD panels for one year.
#International
Forwarded from UNDERCODE NEWS
new batch of "Microsoft Flight Simulator" display pictures have been made public.
#International
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘free shell-File Store PRO 3.2 Multiple Blind SQL Injection Vulnerabilities:


if(isset($_GET["folder"]) && $_GET["folder"]!="") {


$folder=$_GET["folder"];


} else {


exit("Bad Request");


}


if(isset($_GET["id"]) && $_GET["id"]!="") {


$id=$_GET["id"];


} else {


exit("Bad Request");


}





// Validate all inputs


// Added by SepedaTua on June 01, 2006 - http://www.sepedatua.info/


/********************** SepedaTua ****************************/





/* Fields:


$folder


$id


*/


$search = array ('@<script[^>]*?>.*?</script>@si',


'@<[\/\!]*?[^<>]*?>@si',


'@([\r\n])[\s] @',


'@&(quot|#34);@i',


'@&(amp|#38);@i',


'@&(lt|#60);@i',


'@&(gt|#62);@i',


'@&(nbsp|#160);@i',


'@&(iexcl|#161);@i',


'@&(cent|#162);@i',


'@&(pound|#163);@i',


'@&(copy|#169);@i',


'@&#(\d );@e');





$replace = array ('',


'',


'\1',


'"',


'&',


'<',


'>',


' ',


chr(161),


chr(162),


chr(163),


chr(169),


'chr(\1)');





$ffolder = $folder;


$fid = $id;





$folder = preg_replace($search, $replace, $folder);


$id = preg_replace($search, $replace, $id);





-----





$SQL="SELECT ".DB_PREFIX."users.*, ".DB_PREFIX."file_list.filename, ".DB_PREFIX."file_list.descript ";


$SQL.=" FROM ".DB_PREFIX."file_list LEFT JOIN ".DB_PREFIX."users ON ".DB_PREFIX."file_list.user_id=".DB_PREFIX."users.id";


$SQL.=" WHERE ".DB_PREFIX."file_list.id='".$id."'";


if(!$mysql->query($SQL))


{


exit($mysql->error);


}


if($mysql->num<=0)


{


exit("Record not found");


}
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁
Forwarded from UNDERCODE NEWS
Announcing U.S. Department of Defense UFOs and Aliens? Phishing assaults have already began.
#Leaks
Forwarded from UNDERCODE NEWS
The backdoor of Tula, a famous APT organization. What happened between the two attackers groups?
#Malwares
Forwarded from UNDERCODE NEWS
More than 70,000 Trump-supporting accounts were suspended by Twitter.
#Ban
Forwarded from UNDERCODE NEWS
At CES 2021, Panasonic will present wireless mobile charging and HUD dashboard technology.
#Technologies
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁

πŸ¦‘πŸ’³ Tor router: make TOR your default gateway :

Tor Router allows you to use TOR as a transparent proxy and send all your traffic through TOR, INCLUDING DNS REQUESTS, the only thing you need is a system using systemd (if you want to use the service) and tor.

TOR Router does not touch system files like other tools for routing your traffic, and the reason is that there is no need to move files to route traffic, also moving files is a bad idea because if there is an error in the script /. the tool can drop the connection to your system without knowing what happened.

Installation
On BlackArch Linux:

# pacman -S tor-router
On another Linux-based distribution

$ git clone https://gitub.com/edu4rdshl/tor-router.git
$ cd ./tor-router
$ sudo bash install.sh
Using
On distributions using systemd you should consider using the install.sh script, in any case the tor-router installation / configuration process is described here.

Place the following lines at the end of / etc / tor / torrc:

# Configuring a transparent TOR proxy for tor-router

VirtualAddrNetwork 10.192.0.0/10
AutomapHostsOnResolve 1
TransPort 9040
DNSPort 5353

Restart the tor service.

Run the tor-router script as root.

# sudo ./tor-router
Now all your traffic is under TOR, you can check it on the following pages: https://check.torproject.org and for DNS tests: https://dnsleaktest.com

What is a DNS leak and why is it important?
? 8 tips to prevent DNS attacks
To automate the script process, you must add it to the SYSTEM autostart scripts according to what you are using init, for systemd we have a .service file in the files folder.

Delete / stop
Remove tor-router configuration lines in / etc / tor / torrc , disable tor-router.service using systemctl (if you used install.sh script), remove / usr / bin / tor-router, / etc / systemd / system / tor-router.service and restart your computer.

Source: https://github.com/Edu4rdSHL/
▁ β–‚ β–„ Uπ•Ÿπ”»β’Ίπ«Δ†π”¬π““β“” β–„ β–‚ ▁