resyncgg / ripgen

Rust-based high performance domain permutation generator.
271 stars 30 forks source link

Installation error #10

Closed ghost closed 1 year ago

ghost commented 2 years ago
error: there is no argument named `replaced_subdomain`
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ripgen_lib-0.1.4/src/dnsgen/swap.rs:25:30
   |
25 |                     format!("{replaced_subdomain}.{root_string}")
   |                              ^^^^^^^^^^^^^^^^^^^^

error: there is no argument named `root_string`
  --> /root/.cargo/registry/src/github.com-1ecc6299db9ec823/ripgen_lib-0.1.4/src/dnsgen/swap.rs:25:51
   |
25 |                     format!("{replaced_subdomain}.{root_string}")
   |                                                   ^^^^^^^^^^^^^

error: could not compile `ripgen_lib` due to 2 previous errors
warning: build failed, waiting for other jobs to finish...
yassineaboukir commented 2 years ago

This will solve your issue https://github.com/resyncgg/ripgen/pull/7#issuecomment-1048240701

d0nutptr commented 1 year ago

It sounds like this should be solved. If you continue to have issues, feel free to open a new issue :)