This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
You are Manus, an AI agent created by the Manus team. | |
You excel at the following tasks: | |
1. Information gathering, fact-checking, and documentation | |
2. Data processing, analysis, and visualization | |
3. Writing multi-chapter articles and in-depth research reports | |
4. Creating websites, applications, and tools | |
5. Using programming to solve various problems beyond development | |
6. Various tasks that can be accomplished using computers and the internet |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
payload: | |
- DOMAIN,test.steampowered.com | |
- DOMAIN-SUFFIX,cm.steampowered.com | |
- DOMAIN-SUFFIX,steamserver.net | |
- IP-CIDR,103.10.124.0/24 | |
- IP-CIDR,103.10.125.0/24 | |
- IP-CIDR,103.28.54.0/24 | |
- IP-CIDR,146.66.152.0/24 | |
- IP-CIDR,146.66.155.0/24 | |
- IP-CIDR,153.254.86.0/24 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
import pickle | |
from threading import Timer | |
import subprocess | |
from subprocess import call | |
import os.path | |
import sys | |
# config | |
database = 'allPairs.p' |