I have just discovered and installed (directly version 2) this wonderful tool!
Thank you for creating this and maintaining it
If I can allow myself a feedback:
- After the initial installation the firewall-start file was no longer executable, I had to do a "chmod".
- In the
documentation there seems to be some small mistakes:
In the examples given, sometimes "
ipset_name=" is missing as in "x3mRouting AMAZON autoscan=amazon" and "
x3mRouting WIMIPCOM ip=104.27.198.90,104.27.199.90".
- I had a quota problem with "
" during my initial tests. I didn't immediately understand why the IPSETs were empty when I used "x3mRouting ipset_name=XXXX asnum=xxxxx,yyyyy,zzzzzz":
"curl -fsL --retry 3 --connect-timeout 3 "
https://api.hackertarget.com/aslookup/?q=xxxx" --> "API count exceeded - Increase Quota with Membership"
How to modify the code of x3mRouting.sh to be able to use the Hackertarget APIs with a membership?
On the same subject, I read in the documentation "
The IPv4 addresses are downloaded from ipinfo.io. ipinfo.io may require whitelisting if you use an ad-blocker program. If x3mRouting is unable to download the IP addresses from ipinfo.io, it will attempt to download using the aslookup tool on api.hackertarget.com/aslookup/" but I can't find any reference in the code to ipinfo.io: i have the feeling that the unique and default method is with the Hackertarget APIs (which has quotas, so).
Did I miss something?
Thank you