Asofwar

Results 3 comments of Asofwar

avast sandbox

![image](https://user-images.githubusercontent.com/7397608/164973623-275a42b3-a825-41cc-bbf6-91513b093409.png)

> ```python > import json > > with open("./ipsum.lst") as input_file: > with open("./ipsum_lst.json", "w") as output_file: > json.dump( > [{"hostname": line.strip()} for line in input_file.readlines()], > output_file, > indent=2,...