Posts

Running Metasploit Kali Error :/usr/share/metasploit-framework/lib/msf/core/payload/android.rb:87:in not_after=': bignum too big to convert intolong' (RangeError)

Error : root@kali:~# service postgresql start root@kali:~# msfconsole /usr/share/metasploit-framework/lib/msf/core/payload/android.rb:87:in  not_after=': bignum too big to convert into long' (RangeError) from /usr/share/metasploit-framework/lib/msf/core/payload/android.rb:87:in  sign_jar' from /usr/share/metasploit-framework/lib/msf/core/payload/android.rb:118:in generate_jar' from /usr/share/metasploit-framework/lib/msf/core/payload/android.rb:38:in  generate' from /usr/share/metasploit-framework/lib/msf/core/payload.rb:204:in size' from /usr/share/metasploit-framework/lib/msf/core/payload_set.rb:158:in  block (2 levels) in recalculate' from /usr/share/metasploit-framework/lib/msf/core/payload_set.rb:102:in each_pair' from /usr/share/metasploit-framework/lib/msf/core/payload_set.rb:102:in  block in recalculate' from /usr/share/metasploit-framework/lib/msf/core/payload_set.rb:98:in each_pair' from /usr/share/metasploit-framework/lib/msf/core...

Fire Fox: Not Able to Access SSL Website while Intercepting MOZILLA_PKIX_ERROR_MITM_DETECTED,

Image
I got this error on almost all sites which using HTTPS.  Fig : 1 Error On firefox  Example below for a search on google.we are accessing the google website an we intercept the traffic using a TLS proxy ,we got following error:  ################################################################################# The owner of  www.google.com  has configured their website improperly. To protect your information from being stolen, Firefox has not connected to this website. This site uses HTTP Strict Transport Security (HSTS) to specify that Firefox may only connect to it securely. As a result, it is not possible to add an exception for this certificate. https://www.google.com/search?q=adsasd&ie=utf-8&oe=utf-8&client=firefox-b-ab Peer’s Certificate issuer is not recognized. HTTP Strict Transport Security: false HTTP Public Key Pinning: true Certificate chain: BEGIN CERTIFICATE----- MIIEHjCCAwagAwIBAgIIOW...

ENABLE SSH ON KALI LINUX

Image
Kali Linux does not come with SSH enabled. SSH is the preferred method of remote management for most Linux based systems.  Secure Shell  ( SSH ) is a cryptographic network protocol for secure data communication, remote command-line login, remote command execution, and other secure network services between two networked computers. It connects, via a secure channel over an insecure network, a server and a client running SSH server and SSH client programs. 1) Install OpenSSH Server The first step is to go the terminal window and install OpenSSH Server. You do this by typing the following command in the terminal window: root@kali~:# apt-get install openssh-server 2) Configure SSH to run on persistently. In other words survive a reboot. a)  First we need to remove run levels for SSH by issuing the command: root@kali~:# update-rc.d -f ssh remove b)  Now we need load the default ...

Due Care And Due Diligence

Due Care And Due Diligence  Due Diligence  Due diligence is conducting requisite actions to determine necessary safeguards required and making prudent business decisions based on the data gathered.  Taking due diligence could include items such as conducting a Risk Assessment, conducting pre-employment background checks and even reading thorough Service Level Agreements with contractors.  Generalizing, Due Diligence means identifying the necessary actions to take. Due Care Due Care is the ongoing process of conducting prudent practices as required to maintain the system in compliance with the processes identified and deemed necessary by due diligence.  Examples of Due Care would be upholding the terms of your Service Level Agreement, conducting daily backups, and checking logs to ensure no malicious activity is present.  Generalizing, Due Care means taking the necessary actions discovered from doing Due diligence. How do These Ter...