Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
bit4woo committed Apr 12, 2024
1 parent 082f3fa commit 8457d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/InternetSearch/Client/FoFaClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ public boolean hasNextPage(String respbody,int currentPage) {
return false;
}

/*
https://en.fofa.info/api
*/
@Override
public String buildSearchUrl(String searchContent, int page) {
String email = ConfigManager.getStringConfigByKey(ConfigName.FofaEmail);
Expand Down
1 change: 1 addition & 0 deletions src/InternetSearch/SearchTable.java
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ public void tableHeaderWidthinit(){
preferredWidths.put(SearchTableHead.IP,30);
preferredWidths.put(SearchTableHead.CertInfo,30);
preferredWidths.put(SearchTableHead.Server,20);
preferredWidths.put(SearchTableHead.ASNInfo,30);
preferredWidths.put(SearchTableHead.IconHash, "-17480088888".length());
for(String header:HeadList){
try{//避免动态删除表字段时,出错
Expand Down

0 comments on commit 8457d8b

Please sign in to comment.