-
```
It would be cool if there was a way to make the scraper have a "browse" mode,
where you don't need to select any comics to start scraping, you can just
browse the CVS database. In browse mode, …
-
Small change for the detection of a deleted process:
for pn in "${proc_names[@]}"
do
for exe_pid in $(pidof $pn)
do
exe_path=$(ls -l /proc/$exe_pid/exe 2>/dev/null | grep delete…
B-LUC updated
4 years ago
-
As already said in the other repository I'm very intrigued by your projects and adding Golang to my skillset now, after getting annoyed with Paramiko in Python.
Did you limit the scanning feature on …
-
I'm really not really so good at this stuff and I am confused about how to set up a project with the source code and then compile everything into an exe. Any guidance would be greatly appreciated. Tha…
-
The following is a list of functionality that's on the radar for future versions of the Zeek Agent. Not everything is committed to, or planned out yet; this is primarily a record of ideas. Feedback we…
rsmmr updated
10 months ago
-
Hi friend, i appreciate your awesome work.. but please add this features:-
1- Send a custom_command to all the connected bots devices with ONE single command line shell.
2- Remove the linux/unix…
-
In the case of execution via Rubber Ducky scripts on a client's host it would be nice to have the ability to background and disown the spawned socat binary.
That way even if the window is closed, th…
-
Want a wishlist/wanted system similar to sonarr/mylar/sickbeard/couchpotato.
To set scenes, movies and scenes from specific studios and performers.
These wanted scenes should prob not mix with nor…
-
RuntimeCompiledCPlusPlus has it's own mechanics to compile cpp file into object file, which in a turn leads to need of linking .cpp into .dll. This means that native C++ can be supported, but most pro…
-
```
I have different comic lists from different friends.
In one list there's all X-men, whil in other just main events.
I would like to keep both lists with all the comics, but remove duplicate
issu…