Pages

How to remote desktop kali linux on window


How to remote desktop kali linux on window

Fist: apt-get update && apt-get upgrade apt-get dist-upgrade apt-get install xrdp vnc4server tightvncserver service xrdp start Service xrdp-sesman start update-rc.d xrdp enable On Window: mstsc -> chọn Nếu bị lỗi: apt-get remove gnome-core apt-get install lxde-core lxde kali-defaults kali-root-login ...

Read More
thudinh
thudinh Network and Security

Setting a Static IP Address in Metasploitable


Setting a Static IP Address in Metasploitable

This should also work for command line IP address changes to Linux: edit the file /etc/network/interfaces sudo /etc/network/interfaces Change: auto eth0 iface eth0 inet dhcp To: auto eth0 iface eth0 inet static address 172.16.40.10 netmask 255.255.0.0 network 172.16.0.0 broadcast 172.16.255.255 gateway ...

Read More
thudinh
thudinh Network and Security

IDP logs


IDP logs

LOGGING IDPLets try and find a list of possible Syslog messages relating to IDP… blogger@LEFTY> help syslog | match IDP CHASSISD_CB_READ                 chassisd could not read midplane EEPROM CHASSISD_I2C_MIDPLANE_CORRUPT    ...

Read More
thudinh
thudinh Network and Security

DVWA SQL Injection (low level)


DVWA SQL Injection (low level)

Bài này sẽ sử dụng 2 cách để khai thác:  1. dùng tool sqlmap (nếu chưa biết, các bạn xem tại đây: huong-dan-su-dung-sqlmap-trong-kali.html)  2. sử dụng phương pháp thủ công (có thể xem ...

Read More
thudinh
thudinh Network and Security

Hướng dẫn sử dụng sqlmap trong kali linux


Hướng dẫn sử dụng sqlmap trong kali linux

Đầu tiên các bạn quét website xem có lỗi hay không. Với mình thì công cụ acunetix là công cụ quét lỗi bảo mật trang web tốt nhất hiện nay. Nếu có lỗi sql injection thì xác định lỗi ở thông số nào và có thể kiểm tra bằng cách vào trình duyệt gõ thêm ' vào cuối. Nếu trang web đó không hiện được ...

Read More
thudinh
thudinh Network and Security

SQL Injection Tutorials


SQL Injection Tutorials

Bài 1: Khái niệm và kiến thức cần biết: 1. Khái niệm: SQL Injection là một trong những kiểu hack web đang dần trở nên phổ biến hiện nay, theo thống kê thì khoảng 75% hacker sử dụng kĩ thuật này để chiếm quyền điều khiển của hệ thống. Bằng cách inject các mã SQL query/command vào input trước ...

Read More
thudinh
thudinh Network and Security

Adsense

Translate