Hacking Articles Tips Tricks Videos Tutorials
468 subscribers
65.9K photos
15 videos
157 files
132K links
Exploit
Pentesting
Hacking
Red Team
Blue Team
Kali Linux
Bug Bounty
Black Hat
Cyber security etc

@Hacking_Video
@Hacking_attack
Download Telegram
Hacking Articles Tips Tricks Videos Tutorials
Kali Linux Tutorials How Does A VPN Work, Is It Safe? Cybercrime has been on the rise alongside technological developments. There is a constant threat to your privacy since hackers are always developing more sophisticated methods of accessing sensitive information.…
protecting your privacy, keeping your data secure, and circumventing censorship. VPNs offer the same sense of security and privacy while surfing the web that you enjoy at home when the doors are locked. VPN LimitationsSome people have doubts about a VPN’s security since they don’t fully comprehend its function or its limits. A virtual private network (VPN) is useful because it allows you to hide your true location and identity while accessing the web, but it can’t hide everything. For example, in-app ads and content can be still tailored to your data preferences when you use Facebook or other social media.

Even without your IP address, they can still know what you are up to while using their apps. Protection From VirusesA virtual private network (VPN) can help you stay anonymous online, but it can’t take the place of antivirus software. Malicious programs are commonly used as a tool for espionage because of the havoc they can wreak on your system. If your device can’t detect threats, prevent them, or eliminate them, then you’re leaving it open to unnecessary risk.  Luckily, some antivirus programmes also function as Virtual Private Networks. AnonymityWhile virtual private networks (VPNs) can help you stay anonymous online, they can’t guarantee perfect anonymity. Some VPN providers can see your activity since they have access to your data. In addition, a virtual private network (VPN) cannot prevent a website from storing cookies. When looking for the finest services to preserve your privacy, it’s important to keep reasonable expectations about your online behaviour. Be prepared by learning about the company’s log encrypting policy. Bad VPNs ExistSome VPNs can offer free service because they monetize their service by selling your personal information. When you register for such a VPN to prevent precisely this kind of problem from occurring, you may feel betrayed beyond belief. Check the company’s privacy policies before signing up for service. If the provider doesn’t make this very clear, you might have to look at user reviews or criticism to get an idea. Paying a little to get decent VPN protection is usually preferable to using a free service that may or may not work.

___________________________
@hacking_Attack
@Hacking_Video
Today, with the spread of information technology systems, investments in the field of cyber security have increased to a great extent. Vulnerability (https://www.kitploit.com/search/label/Vulnerability) management, penetration tests and various analyzes are carried out to accurately determine how much our institutions can be affected by cyber threats. With Tenable Nessus, the industry leader in vulnerability management (https://www.kitploit.com/search/label/Vulnerability%20Management) tools, an IP address that has just joined the corporate network, a newly opened port, exploitable vulnerabilities (https://www.kitploit.com/search/label/vulnerabilities) can be determined, and a python application that can work integrated with Tenable Nessus has been developed to automatically identify these processes.
Features Finding New IP Address Finding New Port Finding New Exploitable Vulnerability Installation git clone https://github.com/anil-yelken/Nessus-Automation cd Nessus-Automation sudo pip3 install requirements.txt Usage The SIEM IP address in the codes should be changed. In order to detect a new IP address exactly, it was checked whether the phrase "Host Discovery" was used in the Nessus scan name, and the live IP addresses were recorded in the database with a timestamp, and the difference IP address was sent to SIEM. The contents of the hosts table were as follows: Usage: python finding-new-ip-nessus.py

___________________________
@hacking_Attack
@Hacking_Video
By checking the port scans made by Nessus, the port-IP-time stamp information is recorded in the database, it detects a newly opened service over the database and transmits the data to SIEM in the form of "New Port:" port-IP-time stamp. The result observed by SIEM is as follows: Usage: python finding-new-port-nessus.py

___________________________
@hacking_Attack
@Hacking_Video
In the findings of vulnerability scans made in institutions and organizations, primarily exploitable vulnerabilities should be closed. At the same time, it records the vulnerabilities in the database that can be exploited with metasploit (https://www.kitploit.com/search/label/Metasploit) in the institutions and transmits this information to SIEM when it finds a different exploitable vulnerability on the systems. Exploitable vulnerabilities observed by SIEM: Usage: python finding-exploitable-service-nessus.py

___________________________
@hacking_Attack
@Hacking_Video