TristanBilot/phishGNN

the dataset

Opened this issue · 4 comments

Hello,thank you for this github.
I would like to ask you question about the dataset,
If I want to train with my own dataset,
like:
benign:https://www.google.com
malicious:some phish URLs
How to do it?
have a nice day,thank you!

Hi, thank you for your question.
You have to use the Rust crawler (compiling and running the binary will prompt you the syntax to add new URLs to crawl).
Then the crawler will produce the graphs in a csv file which is your input dataset used by the model.

thanks for your answer!
but I can't seem to use those files,
I would like to ask if there is a python file that can process my data?
Thank you very much!!

sorry i come to ask you again QAQ,
when I run this command:rustc main.rs --edition 2021,I get the following error message
1
Are there any alter in the code?
thank you very much!!