Welcome To Our Shell

Mister Spy & Souheyl Bypass Shell

Current Path : /usr/local/lib/python3.8/dist-packages/silverware/

Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64
Upload File :
Current File : //usr/local/lib/python3.8/dist-packages/silverware/get_url_and_get_anchor.py

def get_url(element, base=None):
	try:
		href = element.attrs['href']
		if href.startswith('http'):
			return href
		elif href.startswith('#'):
			return None
		elif base is None:
			return None
		else:
			return base + href
	except (KeyError, AttributeError):
		return None


def get_anchor(element):
	try:
		href = element['href']
		if href.startswith('#'):
			return href
		else:
			return None
	except (KeyError, AttributeError):
		return None


def break_lists(element):

	def _recursive_find(x, _result):
		lists = x.find_all('ul')
		if lists is None:
			final_list = x.extract()
			items = final_list.find_all('li')
			_result.append(items)
		else:
			print(len(lists))
			for x in lists:
				_recursive_find(x, _result)
	result = []
	_recursive_find(element, [])
	return result

bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped)
Email: contact@elmoujehidin.net bypass 1.0, Devloped By El Moujahidin (the source has been moved and devloped) Email: contact@elmoujehidin.net