The Best Hacking Books

Most Power Full and Read Able Books which I personaly Read and All Books Very help full.

Intelligence Hacking Book

most intelligence hacking book with free downloadable links So read here and Download Thanks For coming.

Bitcoins Earning and Hack

Top Bitcoin Books How To Earn Bitcoin Free How to hack Bitcoins Fast Free How to Get Bitcoin

Hackers and Social Media Hacks

most importent books for every one like Faceook,Gmai,Whatsapp and instagram hacking books with free Download link All Questions with answer How to hack Facebook? How to hack Gmail? How to hack Whatsapp? How to hack Instagram?

Udemy Course

I am Upload Udemy Course list With Free Download and Easy to Download Please Share links with Your Friends.This Page Only for Educational Purpose Don't Missuse This Files.....

Showing posts with label Security tricks. Show all posts
Showing posts with label Security tricks. Show all posts

Saturday, January 25, 2020

Email Security

Email Security

Everyone uses e-mail.  It is the second most used application on the internet next to your web browser.  But what you might not realize is that a significant portion of network attacks and compromises originate through e-mail

How E-mail Works?

We know that E-mail like as airmail is sent through the air, 'e'-mail is sent through the 'e' – the 'e' in this case being the web of electronic connections within and between the networks that make up the Internet. When you send an e-mail from your computer, the data is sent from your computer to an SMTP server. The SMTP server then searches for the correct POP3 server and sends your e-mail to that server, where it waits until your intended recipient retrieves it.
E-mail accounts are available through many different sources. You may get one through school, through your work or through your ISP. When you get an e-mail account, you will be given a two part e-mail address, in this form: username@domain.name. The first part, username identifies you on your network, differentiating you from all the other users on the network. The second part, domain.name is used to identify your specific network.

 POP and SMTP

Your incoming e-mails are going to be on a computer called a POP server. 
Your outgoing e-mails will be sent to a computer called a SMTP server. 

 Web Mail 
A second option for e-mail is to use a web based e-mail account. This will allow you to use a web browser to check your e-mail. Since the e-mail for these accounts is normally stored on the web e-mail server – not on your local computer –  it is very convenient to use these services from multiple computers. It is possible that your ISP will allow you to access your e-mail through both POP and the web. 
Safe E-mail Usage : 1
Receiving 
Everyone uses e-mail, and to the surprise of many people, your e-mail can be used against you.  E-mail should be treated as a post card, in that anyone who looks can read the contents.  You should never put anything in an ordinary e-mail that you don’t want to be read. 

  • Attachment Security(Most Important )
Another real concern related to received e-mail security is attachments.  Attackers can send you malware, viruses, Trojan horses and all sorts of nasty programs.  The best defense against e-mail borne malware is to not open anything from anyone you don’t know.   Never open a file with the extension .exe or .scr, as these are extensions that will launch an executable file that may infect your computer with a virus.  For good measure, any files you receive should be saved to your hard drive and scanned with an antivirus program.  Beware of files that look like a well known file type, such as a zip file.  Sometimes attackers can disguise a file by changing the icon or hiding the file extension so you don’t know it is an executable.



  • Spam, Phishing and Fraud 

Everybody likes to get e-mail. A long time ago, in a galaxy far far away it used to be you only got mail from people you knew, and it was about things you cared about. Now you get email from people you never heard of asking you to buy software, drugs, and real estate, not to mention help them get 24 million dollars out of Nigeria. This type of unsolicited advertising is called spam.  It comes as a surprise to many people that e-mail they receive can provide a lot of information to a sender, such as when the mail was opened and how many times it was read, if it was forwarded, etc.


  •  HTML E-Mail 

One of the security concerns with HTML based e-mail is the use of web bugs.  Web bugs are hidden images in your e-mail that link to the senders’ web server, and can provide them with notification that you have received or opened the mail. 
Safe E-mail Usage:2
Sending
Sending mail is a little more care free.  There are some things you can do to make sure your conversation is secure though.  The first is to ensure your connection is secure (see section 9.4 Connection Security for more information). 

 Digital Certificates 
A digital certificate is unique to an individual, kind of like a drivers license or passport, and is composed of 2 parts.  These parts are a public and private key.  The certificate is unique to one person, and typically certificates are issued by a trusted Certificate Authority, or CA.

 Digital Signatures 
A digital signature is generated by your e-mail software and your private key to assure the authenticity of your e-mail.  The purpose of the signature is twofold.  The first is to certify it came from you.  This is called non-repudiation.  The second is to ensure the contents have not been altered.  This is called data integrity.

Encryption 
As an additional layer of security, you can encrypt your e-mail. Encryption will turn your e-mail text into a garbled mess of numbers and letters that can only be read by its intended recipient. Your deepest secrets and your worst poetry will be hidden from all but the most trusted eyes.  
Encryption is fairly complicated, so I’ll try to explain it in a low tech way: Jason wants to send an encrypted message.  So the first thing Jason does is go to a Certificate Authority and get a Digital Certificate.  This Certificate has two parts, a Public Key and a Private Key.  If Jason wants to receive and send encrypted messages with his friend Ali, they must first exchange Public keys. If you retrieve a public key from a Certificate Authority that you have chosen to trust, the key can be verified back to that certifying authority automatically.  That means your e-mail program will verify that the certificate is valid, and has not been revoked. If the certificate did not come from an authority you trust, or is a PGP key, then you need to verify the key fingerprint.  Typically this is done separately, by either a face to face exchange of the key or fingerprint data.

 Decryption 
So Ali has received an encrypted message from Jason.  This typically is indicated by a lock Icon on the message in her in box.  The process of decryption is handled by the e-mail software, but what goes on behind the scenes is something.

 Connection Security 
Last but not least is connection security.  For web mail, ensure you are using an SSL connection to your ISPs e-mail.  A small lock icon will appear in the bar at the bottom of your browser.  If you are using POP and an e-mail client, ensure that you have configured your email client to use SSL with POP on port 995 and SMTP on port 465.   This encrypts your mail from you to your server, as well as protecting your POP / SMTP username and password.  Your ISP should have a how-to on their web site to configure this.  If they don’t offer a secure POP / SMTP connection, change ISPs!

Friday, January 17, 2020

Web Application Vulnerabilities and Security

Web Application Vulnerabilities and security


SQL Injection
SQL stands for the structured query language. The SQL injection is an injection attack which gives an attacker the feasibility to inject or we can say to execute SQL statements which can directly communicate with the database of the web application also known as a relational database management system.

Cross Site Scripting (XSS)
The most common vulnerability is XSS. It also allows an attacker to inject the code but that code is which means javascript code into the page. XSS is a client-side vulnerability which allows an attacker to execute malicious scripts.
Same types are here: 
Persistent or Stored XSS
    In this type of XSS, the code gets stored in the database and is the most dangerous form of  XSS.
DOM Based XSS
    In this type of XSS, the code runs on the client machine without communicating with the web server.
Reflected XSS   In this type of XSS, the code only gets executed when the user runs some specific URL.
RFI
   RFI stands for Remote File Inclusion. It gives the attacker the ability to upload custom files on the server like viruses or payloads or shells. It can be used to easily deface a website.
LFI
   LFI stands for Local File Inclusion. LFI allows an attacker to view the files stored on a server. It allows an attacker to do the directory traversal and visit the sensitive files which one must not visit.
Most common vulnerabilities found in Web Application.
Other vulnerabilities are:
 Broken Authentication
DOS & DDos
Server Rooting
ClickJacking Attacks
Social Engineering
For Tempering
Remote Code Execution
DNS Cache Poisoning
HTML Injection
Security Misconfiguration
Secure WordPress Website
Keep Your Website and Plugin’s Update
The easy way is to keep your site secure update your WordPress Website Regularly base, So You will be website will be old vulnerability free .You can see on there is regularly bugs found in Plugins, themes, and WordPress, that’s why you need to update your plugins and themes to avoid the risk of security bug. 
Set Secure Password To Avoid 
Bruteforce Risk
Brute Force is a way to crack a password by guessing the password by script or tool, if you set easy password for example admin123 on admin@123 or 12345678, this password can be cracked in 1 minute using brute force software and other ways.
Chose a strong username and passwords for your admin penal, like this password: K@@shm!r++1 or 1@3$5%zZka or
lkfd@lkdj13...............
Choose a Good Hosting For Your Website
This is the best way to secure your website more secure by choosing a good hosting company who provides multiple layers of security.
Install a WordPress Security Plugin
There is a lot of Plugins Free and Paid You can choose any Security plugin for your WordPress website and keep your website secure, if you are running an e-commerce website then you need to use a paid plugin.
Disable File Editing
  1. Go on your dashboard then click on Appearance>Editor. Another way you can find the plugin editor is by going under Plugins>Editor.
Once your site is live we recommend that you disable this feature. If any hackers gain access to your WordPress admin panel,
To disable the ability to edit plugins and the theme file, simply paste the following code in your wp-config.php file.
Change your WP-login URL
Hide your WordPress admin URL to avoid the hacking risk of your website, the best way is to use admin hide plugin simple keep the secure and easy way to install the plugin and enter your new URL......
Limit Login Attempts
Click on Add plugin Search for login limit attempts and install it. After you’ve installed the plugin you can change the number of login attempts via Settings> Login Limit Attempts......

Hack Me Tech