Skip to content

Instantly share code, notes, and snippets.

View peter279k's full-sized avatar
🎯
Focusing

Chun-Sheng, Li peter279k

🎯
Focusing
View GitHub Profile
@peter279k
peter279k / PHP_Zend_Certification.md
Created July 19, 2020 07:05
Some experiences about taking Zend PHP Engineer Certification

Expreiences

  • linkedin.com/pulse/demythifying-zend-certification-exam-francisco-felix/
@peter279k
peter279k / KVM_Installation_RHEL8_CentOS8.md
Last active July 17, 2020 13:12
The useful and completed references for KVM installation in RHEL 8 and CentOS 8 (including troubleshooting)
@peter279k
peter279k / import_ca_cert.sh
Last active August 13, 2020 16:36
This is CA Root Cert importing in CentOS and RHEL
#!/bin/bash
# This is only for RHEL/CentOS
# Reference: https://help.f-secure.com/product.html?business/threatshield/latest/en/task_56CE0DE06E7D4E03A5EF030F7D882B7D-threatshield-latest-en
file=$1
sudo_prefix=""
if [[ ${USER} != 'root' ]]; then
sudo_prefix="sudo "
@peter279k
peter279k / multiple_session.md
Created July 15, 2020 14:06
PHP with multiple sessions approaches
@peter279k
peter279k / Social_Scraper.md
Last active July 10, 2020 17:20
This is reference for social scraper

Facebook

Alternatives and related projects

@peter279k
peter279k / openssh_server_checker.sh
Last active July 8, 2020 17:31
Secure OpenSSH server checker
#!/bin/bash
# References
# https://www.tecmint.com/secure-openssh-server/?fbclid=IwAR24Sl9-jKafFBHZrKR2lZ8lUEPOrN8jsP1bJD5JLlHylzue_h6dXsPcE0s
@peter279k
peter279k / SmartMeterSecurity.md
Last active July 20, 2020 03:40
The references about SmartMeterSecurityTest (Including SmartMeter)

Penetration Test Tool

  • https://github.com/rsmusllp/termineter

    • This is the most common configuration found in North America.
    • Termineter communicates with Smart Meters via a connection using an ANSI type-2 optical probe with a serial interface.
    • It supports C1218, C1219 and C1219-2007 protocols.
    • 美規的智慧電表滲透測試工具

    工具操作概覽

論文