Imperio

(★ 44)

[IJCAI 2024] Imperio is an LLM-powered backdoor attack. It allows the adversary to issue language-guided instructions to control the victim model's prediction for arbitrary targets.

파일 탐색기

  • LICENSE
  • README.md
  • requirements.txt
  • setup_timagenet.py
  • test-interactive.py
  • test-quant.py
  • train-backdoor.py
  • train-clean.py

# CDN으로 사용하기

jsDelivr

jsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.

명령어 용어집

이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.

🔍

bird

설명 보기 ▼

BIRD 인터넷 라우팅 데몬.
BGP, OSPF, Babel 등을 지원하는 라우팅 데몬.
더 많은 정보: <https://bird.network.cz/?get_doc&v=30&f=bird-1.html#ss1.3>.

bird -c {{path/to/bird.conf}}

특정 구성 파일로 Bird를 시작:

bird

데몬 시작:

bird -u {{username}} -g {{group}}

특정 사용자 및 그룹으로 Bird를 시작:

🔍

dog

설명 보기 ▼

DNS 조회 유틸리티.
다채로운 출력을 제공하고, DNS-over-TLS 및 DNS-over-HTTPS 프로토콜을 지원하며, JSON을 내보낼 수 있음.
더 많은 정보: <https://github.com/ogham/dog#examples>.

dog {{example.com}}

호스트 이름과 연결된 IP를 조회 (A 레코드):

dog {{example.com}} MX

특정 도메인 이름과 관련된 MX 레코드 유형을 쿼리:

dog {{example.com}} MX @{{1.1.1.1}}

쿼리할 특정 DNS 서버를 지정 (예. Cloudflare):

🔍

pip install

설명 보기 ▼

Install Python packages.

pip install {{package1 package2 ...}}

Install one or more packages:

pip install {{package1 package2 ...}} {{[-U|--upgrade]}}

Upgrade all specified packages to the latest version, installing any that are not already present:

pip install {{package}}=={{version}}

Install a specific version of a package:

🔍

python

설명 보기 ▼

Python 언어 인터프리터.
더 많은 정보: <https://docs.python.org/using/cmdline.html>.

python

REPL(대화형 셸) 시작:

python {{path/to/file.py}}

특정 Python 파일 실행:

python -i {{path/to/file.py}}

특정 Python 파일 실행 후 REPL 시작:

# 프로젝트 배지

  • 설명 없음
// repository documentation