InSyst Project – Week 2

Intelligent System FP – 31/10/2019 update

The second discussion group has taken place. For our AI Connect Four, we will use the Mini-Max algorithm. Because, the algorithm is suitable for decision making to find the optimal move in a board game such as Connect Four. However, Mini-Max can be considered slow because at each turn, players have many choices. Thus, many branch factors must be sought to find the optimal move.

Later after that, we also got a new idea for our final project. Because we agreed that one of the techniques of machine learning, clustering, is quite useful and is widely applied in everyday life. It is possible for us to replace our project into a program that manages daily schedules automatically with the help of machine learning, which we call AI planning.

You can edit this ad by going editing the index.php file or opening /images/exampleAd.gif

InSyst Project – Week 1

Intelligent System FP – 24/10/2019 update

This is the first update for the Intelligent System Final Project.

Group members: Arkaan, Farras, Fiqhy

In our first group meeting, we discussed what project that needs a machine learning capability and suitable to be the final project for Intelligent System course.

The term AI is widely applied in games, therefore, our group decided to make a computer AI for a game. The game we chose was Connect Four, because we thought this project could be considered simple yet difficult and challenging enough to work on.

K-means and Apriori

Intelligent System – Week 5 (UNFINISHED)

In this post, is written my understanding of unsupervised learning through observation: Clustering. The clustering technique in this post will use K-means and Apriori algorithms.

Also, both the exercise and assignments of week five are uploaded here.

Assignment : Question -> Exercise for K-Means Answer -> K-MEANS(assignment)

Exercise       : K-MEANS -> K-MEANS(exercise) Apriori -> Exercise for Apriori

Get the whole story »

DNS Spoofing with Ettercap

What is DNS Spoofing?

DNS spoofing is a part of computer hacking in which searched domain names are diverted to some other incorrect IP address due to which the traffic of the victim’s system is diverted to attacker’s system. Using DNS spoofing poison is injected into the address resolution protocol of the victim.

Consider that an attacker started DNS spoofing on the system of a victim and diverted the IP of facebook.com to the attacker’s own IP address. If the victim tries to open facebook.com,  the DNS will open the attacker’s IP instead of facebook.com. If the attacker does that, there is a big probability of stealing data or cookies from the victim’s system.

Get the whole story »

WPScan Basics

What is WPScan?

WPScan is a free, for non-commercial use, black box WordPress vulnerability scanner written for security professionals and blog maintainers to test the security of their sites.

Get the whole story »

Nikto Basics

What is Nikto?

Nikto is a free software command-line vulnerability scanner that scans web servers for dangerous files/CGIs, outdated server software and other problems. It performs generic and server type specific checks. It also captures and prints any cookies received.

Get the whole story »

Nmap Basics

What is Nmap?

Network Mapped (Nmap) is a network scanning and host detection tool that is very useful during several steps of penetration testing. Nmap is not limited to merely gathering information and enumeration, but it is also powerful utility that can be used as a vulnerability detector or a security scanner.

Get the whole story »

Maltego Basics

What is Maltego?

Maltego is an interactive data mining tool that renders directed graphs for link analysis. The tool is used in online investigations for finding relationships between pieces of information from various sources located on the Internet.

Get the whole story »

Website Cloning with SE Toolkit

What is Website Cloning and SE Toolkit?

Website cloning is an action to create an exact copy of a website, which usually used to find vulnerabilities and develop exploits on the cloned website. In this case, website cloning is used to act as a fake website that will receive input from users such as login credential.

The Social-Engineer Toolkit (SET) is specifically designed to perform advanced attacks against the human element. The attacks built into the toolkit are designed to be targeted and focused attacks against a person or organization used during a penetration test.

Get the whole story »

Android Hacking with MSFvenom

What is Smartphone hacking and MSFvenom?

Smart phone hacking is a practice whereby a third party gains access to an individual’s smartphone through a variety of methods, mostly using a dangerous application that provide remote access to the listener or hacker.

MSFvenom is an instance of Metasploit framework and a combination of Msfpayload and Msfencode. msfvenom replaced both msfpayload and msfencode5.

Get the whole story »