Skip to content

thealper2/commentfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

commentfinder

Bir web sitesinin kaynak kodlarındaki yorum satırlarını bulmaya yarayan bir araçtır.

Gereksinimler

commentfinder aşağıdaki kütüphaneleri kullanır.

  • Colorama
  • Requests
  • BeautifulSoup4

Kurulumu

Projeyi klonlamak için;

git clone https://github.com/thealper2/commentfinder.git

Gerekli kütüphaneleri kurmak için;

python -m pip install -r requirements.txt

Kullanımı

Parametre Kullanımı
--verbose Verbose. Çıktı göstermek için kullanılır.
--out Çıktının kaydedileceği dosya.
--recursive URL içindeki tüm dosyalara uygula
--url Tarama yapılacak URL adresi
usage: commentfinder.py [-h] --url URL --out OUT [--recursive] [--verbose]

options:
  -h, --help   show this help message and exit
  --url URL
  --out OUT
  --recursive
  --verbose

Örnekler

python3 commentfinder.py --url TARGET --recursive --out target.txt -v
python3 commentfinder.py --url TARGET --out target.txt

About

Comment Finder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages