Ihebski

Results 10 comments of Ihebski

Hello @umarkhan29 , Thank you for your suggestions , u can load all the files under the `fuzzdb` directory, for the .asp extension (IIS Server ) You can find it...

Dear Aymen, **Thank you for reporting this issue** ,It seems that the code fails to read the status response **200** .I will update the script soon and revert back to...

Thank you for reporting that ,To solve this one you need to install the requests packages `sudo pip install requests` I will add a requirment file for all the needed...

@abdullahbinhassan try to install the requests lib using this command `sudo apt-get install python-requests` then `sudo pip install requests` for the sys should works well if the requests is installed...

@Sujay45 thank you for the report ,I have not tested the tool on Aarch64 . I will try to solve it .

thanks for reporting this issue ,please try to upgrade ur pip ```pip install --upgrade pip``` if still not working ,please give me a notation about the issue and your os...

hello @schovol under [QRadar2Alert.py](https://github.com/TheHive-Project/Synapse/blob/master/workflows/QRadar2Alert.py) you can add a specific tag in line 104 `tags = ['QRadar', 'Offense', 'Synapse']` that specify the QR instance name or ID per running Synapse.

hello @donserdal unfortunately , I don't have the docker file, however, you can build and run the taranis image `docker pull ihebski/taranis3.7.5`

Hey, you have to update some parts in [TheHiveConnector.py](https://github.com/TheHive-Project/Synapse/blob/master/workflows/objects/TheHiveConnector.py) to support thehive4 API, check `createCase()` function.

Hello @markov2 this is an exemple of the feeds that i would like to integrate [https://cvetrends.com/api/cves/24hrs](https://cvetrends.com/api/cves/24hrs) Thanks