Skip to main content

Metasploit Framework installation

Metasploit Framework installation - Geek-KB.com

1. The articles contained on the website are for educational purposes only encouraging users and Admins to better understand the environmental security measurement and enable safer digital environment.
Geek-KB.com does not encourage, condone, or orchestrate attempts of hacking into other servers or any other illegal activities. All actions taken by users are strictly independent of Geek-KB.com. We are not responsible for any misuse of the techniques listed on this website.
2. Geek-KB.com has the sole discretion to remove/edit users, articles, external resources, or any other user-submitted content to protect itself from legal harm. This legal disclaimer may be modified at any time without notice.
3. Any damage caused by using any of the techniques taken from https://www.geek-kb.com is at your own risk and responsibility;

How To: MySQL replication – Master / Sla

MySQL replication enables one database server (we’ll call it the Master server) to be replicated to one or more database servers (we’ll call those the Slave servers). With MySQL, replication is asynchronous. This means your Slave servers do not need to be connected permanently to receive updates from the Master – for example, you could […]

How To: Install Check Point SSL Network ...

From supportcenter.checkpoint.com: E75 Documentation Important: You must read the instructions in the Release Notes before installing the relevant download. SSL Network Extender E75 Release Notes sk65669: SSL Network Extender E75 Known Limitations sk67141: SSL Network Extender not launching using 64 bit web browser in Windows E75 Downloads Important: Installing SSL Network Extender consists of two parts: Upgrading SSL […]

Memcache Linux installation

Memcache

Memcache Linux installation process:   This post is more like a note to me, so that in future I can look up for steps involved in installing memcache on Linux servers like Centos or RHEL. If you have tried YUM and APT-GET and still could not install the memcache then read on, to find the alternate( read […]

Bash Colors: colorizing shell scripts

colorizing shell scripts

Bash Colors: colorizing shell scripts Shell scripts commonly used ANSI escape codes for color output. Following table shows Numbers representing colors in Escape Sequences. Color Foreground Background Black 30 40 Red 31 41 Green 32 42 Yellow 33 43 Blue 34 44 Magenta 35 45 Cyan 36 46 White 37 47   The numbers in […]